| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Profiles.Insert |
Analytics.Management.Profiles.insert(java.lang.String accountId,
java.lang.String webPropertyId,
Profile content)
Create a new view (profile).
|
Analytics.Management.Profiles.Patch |
Analytics.Management.Profiles.patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
Analytics.Management.Profiles.Update |
Analytics.Management.Profiles.update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
| Constructor and Description |
|---|
Analytics.Management.Profiles.Insert(java.lang.String accountId,
java.lang.String webPropertyId,
Profile content)
Create a new view (profile).
|
Analytics.Management.Profiles.Patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
Analytics.Management.Profiles.Update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.clone() |
Profile |
AccountTicket.getProfile()
View (Profile) for the account.
|
Profile |
Profile.set(java.lang.String fieldName,
java.lang.Object value) |
Profile |
Profile.setAccountId(java.lang.String accountId)
Account ID to which this view (profile) belongs.
|
Profile |
Profile.setBotFilteringEnabled(java.lang.Boolean botFilteringEnabled)
Indicates whether bot filtering is enabled for this view (profile).
|
Profile |
Profile.setChildLink(Profile.ChildLink childLink)
Child link for this view (profile).
|
Profile |
Profile.setCreated(com.google.api.client.util.DateTime created)
Time this view (profile) was created.
|
Profile |
Profile.setCurrency(java.lang.String currency)
The currency type associated with this view (profile), defaults to USD.
|
Profile |
Profile.setDefaultPage(java.lang.String defaultPage)
Default page for this view (profile).
|
Profile |
Profile.setECommerceTracking(java.lang.Boolean eCommerceTracking)
Indicates whether ecommerce tracking is enabled for this view (profile).
|
Profile |
Profile.setEnhancedECommerceTracking(java.lang.Boolean enhancedECommerceTracking)
Indicates whether enhanced ecommerce tracking is enabled for this view (profile).
|
Profile |
Profile.setExcludeQueryParameters(java.lang.String excludeQueryParameters)
The query parameters that are excluded from this view (profile).
|
Profile |
Profile.setId(java.lang.String id)
View (Profile) ID.
|
Profile |
Profile.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
Profile |
Profile.setKind(java.lang.String kind)
Resource type for Analytics view (profile).
|
Profile |
Profile.setName(java.lang.String name)
Name of this view (profile).
|
Profile |
Profile.setParentLink(Profile.ParentLink parentLink)
Parent link for this view (profile).
|
Profile |
Profile.setPermissions(Profile.Permissions permissions)
Permissions the user has for this view (profile).
|
Profile |
Profile.setSelfLink(java.lang.String selfLink)
Link for this view (profile).
|
Profile |
Profile.setSiteSearchCategoryParameters(java.lang.String siteSearchCategoryParameters)
Site search category parameters for this view (profile).
|
Profile |
Profile.setSiteSearchQueryParameters(java.lang.String siteSearchQueryParameters)
The site search query parameters for this view (profile).
|
Profile |
Profile.setStarred(java.lang.Boolean starred)
Indicates whether this view (profile) is starred or not.
|
Profile |
Profile.setStripSiteSearchCategoryParameters(java.lang.Boolean stripSiteSearchCategoryParameters)
Whether or not Analytics will strip search category parameters from the URLs in your reports.
|
Profile |
Profile.setStripSiteSearchQueryParameters(java.lang.Boolean stripSiteSearchQueryParameters)
Whether or not Analytics will strip search query parameters from the URLs in your reports.
|
Profile |
Profile.setTimezone(java.lang.String timezone)
Time zone for which this view (profile) has been configured.
|
Profile |
Profile.setType(java.lang.String type)
View (Profile) type.
|
Profile |
Profile.setUpdated(com.google.api.client.util.DateTime updated)
Time this view (profile) was last modified.
|
Profile |
Profile.setWebPropertyId(java.lang.String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
|
Profile |
Profile.setWebsiteUrl(java.lang.String websiteUrl)
Website URL for this view (profile).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Profile> |
Profiles.getItems()
A list of views (profiles).
|
| Modifier and Type | Method and Description |
|---|---|
AccountTicket |
AccountTicket.setProfile(Profile profile)
View (Profile) for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Profiles |
Profiles.setItems(java.util.List<Profile> items)
A list of views (profiles).
|