| 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(String accountId,
String webPropertyId,
Profile content)
Create a new view (profile).
|
Analytics.Management.Profiles.Patch |
Analytics.Management.Profiles.patch(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
Analytics.Management.Profiles.Update |
Analytics.Management.Profiles.update(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
| Constructor and Description |
|---|
Insert(String accountId,
String webPropertyId,
Profile content)
Create a new view (profile).
|
Patch(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
Update(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.clone() |
Profile |
AccountTreeResponse.getProfile()
View (Profile) for the account.
|
Profile |
AccountTicket.getProfile()
View (Profile) for the account.
|
Profile |
Profile.set(String fieldName,
Object value) |
Profile |
Profile.setAccountId(String accountId)
Account ID to which this view (profile) belongs.
|
Profile |
Profile.setBotFilteringEnabled(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(DateTime created)
Time this view (profile) was created.
|
Profile |
Profile.setCurrency(String currency)
The currency type associated with this view (profile), defaults to USD.
|
Profile |
Profile.setDefaultPage(String defaultPage)
Default page for this view (profile).
|
Profile |
Profile.setECommerceTracking(Boolean eCommerceTracking)
Indicates whether ecommerce tracking is enabled for this view (profile).
|
Profile |
Profile.setEnhancedECommerceTracking(Boolean enhancedECommerceTracking)
Indicates whether enhanced ecommerce tracking is enabled for this view (profile).
|
Profile |
Profile.setExcludeQueryParameters(String excludeQueryParameters)
The query parameters that are excluded from this view (profile).
|
Profile |
Profile.setId(String id)
View (Profile) ID.
|
Profile |
Profile.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
Profile |
Profile.setKind(String kind)
Resource type for Analytics view (profile).
|
Profile |
Profile.setName(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(String selfLink)
Link for this view (profile).
|
Profile |
Profile.setSiteSearchCategoryParameters(String siteSearchCategoryParameters)
Site search category parameters for this view (profile).
|
Profile |
Profile.setSiteSearchQueryParameters(String siteSearchQueryParameters)
The site search query parameters for this view (profile).
|
Profile |
Profile.setStarred(Boolean starred)
Indicates whether this view (profile) is starred or not.
|
Profile |
Profile.setStripSiteSearchCategoryParameters(Boolean stripSiteSearchCategoryParameters)
Whether or not Analytics will strip search category parameters from the URLs in your reports.
|
Profile |
Profile.setStripSiteSearchQueryParameters(Boolean stripSiteSearchQueryParameters)
Whether or not Analytics will strip search query parameters from the URLs in your reports.
|
Profile |
Profile.setTimezone(String timezone)
Time zone for which this view (profile) has been configured.
|
Profile |
Profile.setType(String type)
View (Profile) type.
|
Profile |
Profile.setUpdated(DateTime updated)
Time this view (profile) was last modified.
|
Profile |
Profile.setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
|
Profile |
Profile.setWebsiteUrl(String websiteUrl)
Website URL for this view (profile).
|
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
Profiles.getItems()
A list of views (profiles).
|
| Modifier and Type | Method and Description |
|---|---|
AccountTreeResponse |
AccountTreeResponse.setProfile(Profile profile)
View (Profile) for the account.
|
AccountTicket |
AccountTicket.setProfile(Profile profile)
View (Profile) for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Profiles |
Profiles.setItems(List<Profile> items)
A list of views (profiles).
|
Copyright © 2011–2022 Google. All rights reserved.