| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Webproperties.Insert |
Analytics.Management.Webproperties.insert(String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Analytics.Management.Webproperties.Patch |
Analytics.Management.Webproperties.patch(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Analytics.Management.Webproperties.Update |
Analytics.Management.Webproperties.update(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
| Constructor and Description |
|---|
Insert(String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Patch(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Update(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
| Modifier and Type | Method and Description |
|---|---|
Webproperty |
Webproperty.clone() |
Webproperty |
AccountTreeResponse.getWebproperty()
Web property for the account.
|
Webproperty |
AccountTicket.getWebproperty()
Web property for the account.
|
Webproperty |
Webproperty.set(String fieldName,
Object value) |
Webproperty |
Webproperty.setAccountId(String accountId)
Account ID to which this web property belongs.
|
Webproperty |
Webproperty.setChildLink(Webproperty.ChildLink childLink)
Child link for this web property.
|
Webproperty |
Webproperty.setCreated(DateTime created)
Time this web property was created.
|
Webproperty |
Webproperty.setDataRetentionResetOnNewActivity(Boolean dataRetentionResetOnNewActivity)
Set to true to reset the retention period of the user identifier with each new event from that
user (thus setting the expiration date to current time plus retention period).
|
Webproperty |
Webproperty.setDataRetentionTtl(String dataRetentionTtl)
The length of time for which user and event data is retained.
|
Webproperty |
Webproperty.setDefaultProfileId(Long defaultProfileId)
Default view (profile) ID.
|
Webproperty |
Webproperty.setId(String id)
Web property ID of the form UA-XXXXX-YY.
|
Webproperty |
Webproperty.setIndustryVertical(String industryVertical)
The industry vertical/category selected for this web property.
|
Webproperty |
Webproperty.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property.
|
Webproperty |
Webproperty.setKind(String kind)
Resource type for Analytics WebProperty.
|
Webproperty |
Webproperty.setLevel(String level)
Level for this web property.
|
Webproperty |
Webproperty.setName(String name)
Name of this web property.
|
Webproperty |
Webproperty.setParentLink(Webproperty.ParentLink parentLink)
Parent link for this web property.
|
Webproperty |
Webproperty.setPermissions(Webproperty.Permissions permissions)
Permissions the user has for this web property.
|
Webproperty |
Webproperty.setProfileCount(Integer profileCount)
View (Profile) count for this web property.
|
Webproperty |
Webproperty.setSelfLink(String selfLink)
Link for this web property.
|
Webproperty |
Webproperty.setStarred(Boolean starred)
Indicates whether this web property is starred or not.
|
Webproperty |
Webproperty.setUpdated(DateTime updated)
Time this web property was last modified.
|
Webproperty |
Webproperty.setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webproperty> |
Webproperties.getItems()
A list of web properties.
|
| Modifier and Type | Method and Description |
|---|---|
AccountTreeResponse |
AccountTreeResponse.setWebproperty(Webproperty webproperty)
Web property for the account.
|
AccountTicket |
AccountTicket.setWebproperty(Webproperty webproperty)
Web property for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Webproperties |
Webproperties.setItems(List<Webproperty> items)
A list of web properties.
|
Copyright © 2011–2022 Google. All rights reserved.