| 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(java.lang.String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Analytics.Management.Webproperties.Patch |
Analytics.Management.Webproperties.patch(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Analytics.Management.Webproperties.Update |
Analytics.Management.Webproperties.update(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
| Constructor and Description |
|---|
Analytics.Management.Webproperties.Insert(java.lang.String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Analytics.Management.Webproperties.Patch(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Analytics.Management.Webproperties.Update(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
| Modifier and Type | Method and Description |
|---|---|
Webproperty |
Webproperty.clone() |
Webproperty |
AccountTicket.getWebproperty()
Web property for the account.
|
Webproperty |
Webproperty.set(java.lang.String fieldName,
java.lang.Object value) |
Webproperty |
Webproperty.setAccountId(java.lang.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(com.google.api.client.util.DateTime created)
Time this web property was created.
|
Webproperty |
Webproperty.setDefaultProfileId(java.lang.Long defaultProfileId)
Default view (profile) ID.
|
Webproperty |
Webproperty.setId(java.lang.String id)
Web property ID of the form UA-XXXXX-YY.
|
Webproperty |
Webproperty.setIndustryVertical(java.lang.String industryVertical)
The industry vertical/category selected for this web property.
|
Webproperty |
Webproperty.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for this web property.
|
Webproperty |
Webproperty.setKind(java.lang.String kind)
Resource type for Analytics WebProperty.
|
Webproperty |
Webproperty.setLevel(java.lang.String level)
Level for this web property.
|
Webproperty |
Webproperty.setName(java.lang.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(java.lang.Integer profileCount)
View (Profile) count for this web property.
|
Webproperty |
Webproperty.setSelfLink(java.lang.String selfLink)
Link for this web property.
|
Webproperty |
Webproperty.setStarred(java.lang.Boolean starred)
Indicates whether this web property is starred or not.
|
Webproperty |
Webproperty.setUpdated(com.google.api.client.util.DateTime updated)
Time this web property was last modified.
|
Webproperty |
Webproperty.setWebsiteUrl(java.lang.String websiteUrl)
Website url for this web property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Webproperty> |
Webproperties.getItems()
A list of web properties.
|
| Modifier and Type | Method and Description |
|---|---|
AccountTicket |
AccountTicket.setWebproperty(Webproperty webproperty)
Web property for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Webproperties |
Webproperties.setItems(java.util.List<Webproperty> items)
A list of web properties.
|