docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/analytics_v3.management.webproperties.html b/docs/dyn/analytics_v3.management.webproperties.html
index 35fe88b..625c648 100644
--- a/docs/dyn/analytics_v3.management.webproperties.html
+++ b/docs/dyn/analytics_v3.management.webproperties.html
@@ -102,39 +102,39 @@
An object of the form:
{ # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
- "internalWebPropertyId": "A String", # Internal ID for this web property.
- "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
- "created": "A String", # Time this web property was created.
- "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
- # This property cannot be set on insert.
- "websiteUrl": "A String", # Website url for this web property.
- "name": "A String", # Name of this web property.
- "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
- "href": "A String", # Link to the account for this web property.
- },
- "accountId": "A String", # Account ID to which this web property belongs.
- "id": "A String", # Web property ID of the form UA-XXXXX-YY.
- "defaultProfileId": "A String", # Default view (profile) ID.
- "profileCount": 42, # View (Profile) count for this web property.
- "dataRetentionResetOnNewActivity": True or False, # 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).
- # Set to false to delete data associated with the user identifier automatically after the rentention period.
- # This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
- "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
- "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
- "href": "A String", # Link to the list of views (profiles) for this web property.
- },
- "permissions": { # Permissions the user has for this web property.
- "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
- "A String",
- ],
- },
- "industryVertical": "A String", # The industry vertical/category selected for this web property.
- "selfLink": "A String", # Link for this web property.
- "updated": "A String", # Time this web property was last modified.
- }</pre>
+ "internalWebPropertyId": "A String", # Internal ID for this web property.
+ "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+ "created": "A String", # Time this web property was created.
+ "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
+ # This property cannot be set on insert.
+ "websiteUrl": "A String", # Website url for this web property.
+ "name": "A String", # Name of this web property.
+ "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+ "href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
+ },
+ "accountId": "A String", # Account ID to which this web property belongs.
+ "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "defaultProfileId": "A String", # Default view (profile) ID.
+ "profileCount": 42, # View (Profile) count for this web property.
+ "dataRetentionResetOnNewActivity": True or False, # 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).
+ # Set to false to delete data associated with the user identifier automatically after the rentention period.
+ # This property cannot be set on insert.
+ "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
+ "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+ "href": "A String", # Link to the list of views (profiles) for this web property.
+ },
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
+ "permissions": { # Permissions the user has for this web property.
+ "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
+ "A String",
+ ],
+ },
+ "industryVertical": "A String", # The industry vertical/category selected for this web property.
+ "selfLink": "A String", # Link for this web property.
+ "updated": "A String", # Time this web property was last modified.
+ "starred": True or False, # Indicates whether this web property is starred or not.
+ }</pre>
</div>
<div class="method">
@@ -147,7 +147,45 @@
The object takes the form of:
{ # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
+ "internalWebPropertyId": "A String", # Internal ID for this web property.
+ "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+ "created": "A String", # Time this web property was created.
+ "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
+ # This property cannot be set on insert.
+ "websiteUrl": "A String", # Website url for this web property.
+ "name": "A String", # Name of this web property.
+ "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+ "href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
+ },
+ "accountId": "A String", # Account ID to which this web property belongs.
+ "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "defaultProfileId": "A String", # Default view (profile) ID.
+ "profileCount": 42, # View (Profile) count for this web property.
+ "dataRetentionResetOnNewActivity": True or False, # 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).
+ # Set to false to delete data associated with the user identifier automatically after the rentention period.
+ # This property cannot be set on insert.
+ "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
+ "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+ "href": "A String", # Link to the list of views (profiles) for this web property.
+ },
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
+ "permissions": { # Permissions the user has for this web property.
+ "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
+ "A String",
+ ],
+ },
+ "industryVertical": "A String", # The industry vertical/category selected for this web property.
+ "selfLink": "A String", # Link for this web property.
+ "updated": "A String", # Time this web property was last modified.
+ "starred": True or False, # Indicates whether this web property is starred or not.
+}
+
+
+Returns:
+ An object of the form:
+
+ { # JSON template for an Analytics web property.
"internalWebPropertyId": "A String", # Internal ID for this web property.
"kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
"created": "A String", # Time this web property was created.
@@ -156,8 +194,8 @@
"websiteUrl": "A String", # Website url for this web property.
"name": "A String", # Name of this web property.
"parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
"href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
},
"accountId": "A String", # Account ID to which this web property belongs.
"id": "A String", # Web property ID of the form UA-XXXXX-YY.
@@ -166,11 +204,11 @@
"dataRetentionResetOnNewActivity": True or False, # 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).
# Set to false to delete data associated with the user identifier automatically after the rentention period.
# This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
"type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
"href": "A String", # Link to the list of views (profiles) for this web property.
},
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"permissions": { # Permissions the user has for this web property.
"effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
"A String",
@@ -179,46 +217,8 @@
"industryVertical": "A String", # The industry vertical/category selected for this web property.
"selfLink": "A String", # Link for this web property.
"updated": "A String", # Time this web property was last modified.
- }
-
-
-Returns:
- An object of the form:
-
- { # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
- "internalWebPropertyId": "A String", # Internal ID for this web property.
- "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
- "created": "A String", # Time this web property was created.
- "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
- # This property cannot be set on insert.
- "websiteUrl": "A String", # Website url for this web property.
- "name": "A String", # Name of this web property.
- "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
- "href": "A String", # Link to the account for this web property.
- },
- "accountId": "A String", # Account ID to which this web property belongs.
- "id": "A String", # Web property ID of the form UA-XXXXX-YY.
- "defaultProfileId": "A String", # Default view (profile) ID.
- "profileCount": 42, # View (Profile) count for this web property.
- "dataRetentionResetOnNewActivity": True or False, # 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).
- # Set to false to delete data associated with the user identifier automatically after the rentention period.
- # This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
- "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
- "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
- "href": "A String", # Link to the list of views (profiles) for this web property.
- },
- "permissions": { # Permissions the user has for this web property.
- "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
- "A String",
- ],
- },
- "industryVertical": "A String", # The industry vertical/category selected for this web property.
- "selfLink": "A String", # Link for this web property.
- "updated": "A String", # Time this web property was last modified.
- }</pre>
+ "starred": True or False, # Indicates whether this web property is starred or not.
+ }</pre>
</div>
<div class="method">
@@ -234,49 +234,49 @@
An object of the form:
{ # A web property collection lists Analytics web properties to which the user has access. Each resource in the collection corresponds to a single Analytics web property.
+ "nextLink": "A String", # Link to next page for this web property collection.
+ "previousLink": "A String", # Link to previous page for this web property collection.
"totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
"items": [ # A list of web properties.
{ # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
- "internalWebPropertyId": "A String", # Internal ID for this web property.
- "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
- "created": "A String", # Time this web property was created.
- "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
- # This property cannot be set on insert.
- "websiteUrl": "A String", # Website url for this web property.
- "name": "A String", # Name of this web property.
- "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
- "href": "A String", # Link to the account for this web property.
- },
- "accountId": "A String", # Account ID to which this web property belongs.
- "id": "A String", # Web property ID of the form UA-XXXXX-YY.
- "defaultProfileId": "A String", # Default view (profile) ID.
- "profileCount": 42, # View (Profile) count for this web property.
- "dataRetentionResetOnNewActivity": True or False, # 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).
- # Set to false to delete data associated with the user identifier automatically after the rentention period.
- # This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
- "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
- "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
- "href": "A String", # Link to the list of views (profiles) for this web property.
- },
- "permissions": { # Permissions the user has for this web property.
- "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
- "A String",
- ],
- },
- "industryVertical": "A String", # The industry vertical/category selected for this web property.
- "selfLink": "A String", # Link for this web property.
- "updated": "A String", # Time this web property was last modified.
+ "internalWebPropertyId": "A String", # Internal ID for this web property.
+ "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+ "created": "A String", # Time this web property was created.
+ "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
+ # This property cannot be set on insert.
+ "websiteUrl": "A String", # Website url for this web property.
+ "name": "A String", # Name of this web property.
+ "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+ "href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
},
+ "accountId": "A String", # Account ID to which this web property belongs.
+ "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "defaultProfileId": "A String", # Default view (profile) ID.
+ "profileCount": 42, # View (Profile) count for this web property.
+ "dataRetentionResetOnNewActivity": True or False, # 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).
+ # Set to false to delete data associated with the user identifier automatically after the rentention period.
+ # This property cannot be set on insert.
+ "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
+ "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+ "href": "A String", # Link to the list of views (profiles) for this web property.
+ },
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
+ "permissions": { # Permissions the user has for this web property.
+ "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
+ "A String",
+ ],
+ },
+ "industryVertical": "A String", # The industry vertical/category selected for this web property.
+ "selfLink": "A String", # Link for this web property.
+ "updated": "A String", # Time this web property was last modified.
+ "starred": True or False, # Indicates whether this web property is starred or not.
+ },
],
"username": "A String", # Email ID of the authenticated user
- "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
"itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+ "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
"kind": "analytics#webproperties", # Collection type.
- "nextLink": "A String", # Link to next page for this web property collection.
- "previousLink": "A String", # Link to previous page for this web property collection.
}</pre>
</div>
@@ -291,7 +291,45 @@
The object takes the form of:
{ # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
+ "internalWebPropertyId": "A String", # Internal ID for this web property.
+ "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+ "created": "A String", # Time this web property was created.
+ "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
+ # This property cannot be set on insert.
+ "websiteUrl": "A String", # Website url for this web property.
+ "name": "A String", # Name of this web property.
+ "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+ "href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
+ },
+ "accountId": "A String", # Account ID to which this web property belongs.
+ "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "defaultProfileId": "A String", # Default view (profile) ID.
+ "profileCount": 42, # View (Profile) count for this web property.
+ "dataRetentionResetOnNewActivity": True or False, # 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).
+ # Set to false to delete data associated with the user identifier automatically after the rentention period.
+ # This property cannot be set on insert.
+ "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
+ "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+ "href": "A String", # Link to the list of views (profiles) for this web property.
+ },
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
+ "permissions": { # Permissions the user has for this web property.
+ "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
+ "A String",
+ ],
+ },
+ "industryVertical": "A String", # The industry vertical/category selected for this web property.
+ "selfLink": "A String", # Link for this web property.
+ "updated": "A String", # Time this web property was last modified.
+ "starred": True or False, # Indicates whether this web property is starred or not.
+}
+
+
+Returns:
+ An object of the form:
+
+ { # JSON template for an Analytics web property.
"internalWebPropertyId": "A String", # Internal ID for this web property.
"kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
"created": "A String", # Time this web property was created.
@@ -300,8 +338,8 @@
"websiteUrl": "A String", # Website url for this web property.
"name": "A String", # Name of this web property.
"parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
"href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
},
"accountId": "A String", # Account ID to which this web property belongs.
"id": "A String", # Web property ID of the form UA-XXXXX-YY.
@@ -310,11 +348,11 @@
"dataRetentionResetOnNewActivity": True or False, # 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).
# Set to false to delete data associated with the user identifier automatically after the rentention period.
# This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
"type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
"href": "A String", # Link to the list of views (profiles) for this web property.
},
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"permissions": { # Permissions the user has for this web property.
"effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
"A String",
@@ -323,46 +361,8 @@
"industryVertical": "A String", # The industry vertical/category selected for this web property.
"selfLink": "A String", # Link for this web property.
"updated": "A String", # Time this web property was last modified.
- }
-
-
-Returns:
- An object of the form:
-
- { # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
- "internalWebPropertyId": "A String", # Internal ID for this web property.
- "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
- "created": "A String", # Time this web property was created.
- "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
- # This property cannot be set on insert.
- "websiteUrl": "A String", # Website url for this web property.
- "name": "A String", # Name of this web property.
- "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
- "href": "A String", # Link to the account for this web property.
- },
- "accountId": "A String", # Account ID to which this web property belongs.
- "id": "A String", # Web property ID of the form UA-XXXXX-YY.
- "defaultProfileId": "A String", # Default view (profile) ID.
- "profileCount": 42, # View (Profile) count for this web property.
- "dataRetentionResetOnNewActivity": True or False, # 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).
- # Set to false to delete data associated with the user identifier automatically after the rentention period.
- # This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
- "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
- "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
- "href": "A String", # Link to the list of views (profiles) for this web property.
- },
- "permissions": { # Permissions the user has for this web property.
- "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
- "A String",
- ],
- },
- "industryVertical": "A String", # The industry vertical/category selected for this web property.
- "selfLink": "A String", # Link for this web property.
- "updated": "A String", # Time this web property was last modified.
- }</pre>
+ "starred": True or False, # Indicates whether this web property is starred or not.
+ }</pre>
</div>
<div class="method">
@@ -376,7 +376,45 @@
The object takes the form of:
{ # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
+ "internalWebPropertyId": "A String", # Internal ID for this web property.
+ "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+ "created": "A String", # Time this web property was created.
+ "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
+ # This property cannot be set on insert.
+ "websiteUrl": "A String", # Website url for this web property.
+ "name": "A String", # Name of this web property.
+ "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+ "href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
+ },
+ "accountId": "A String", # Account ID to which this web property belongs.
+ "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "defaultProfileId": "A String", # Default view (profile) ID.
+ "profileCount": 42, # View (Profile) count for this web property.
+ "dataRetentionResetOnNewActivity": True or False, # 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).
+ # Set to false to delete data associated with the user identifier automatically after the rentention period.
+ # This property cannot be set on insert.
+ "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
+ "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+ "href": "A String", # Link to the list of views (profiles) for this web property.
+ },
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
+ "permissions": { # Permissions the user has for this web property.
+ "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
+ "A String",
+ ],
+ },
+ "industryVertical": "A String", # The industry vertical/category selected for this web property.
+ "selfLink": "A String", # Link for this web property.
+ "updated": "A String", # Time this web property was last modified.
+ "starred": True or False, # Indicates whether this web property is starred or not.
+}
+
+
+Returns:
+ An object of the form:
+
+ { # JSON template for an Analytics web property.
"internalWebPropertyId": "A String", # Internal ID for this web property.
"kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
"created": "A String", # Time this web property was created.
@@ -385,8 +423,8 @@
"websiteUrl": "A String", # Website url for this web property.
"name": "A String", # Name of this web property.
"parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
"href": "A String", # Link to the account for this web property.
+ "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
},
"accountId": "A String", # Account ID to which this web property belongs.
"id": "A String", # Web property ID of the form UA-XXXXX-YY.
@@ -395,11 +433,11 @@
"dataRetentionResetOnNewActivity": True or False, # 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).
# Set to false to delete data associated with the user identifier automatically after the rentention period.
# This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
"type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
"href": "A String", # Link to the list of views (profiles) for this web property.
},
+ "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"permissions": { # Permissions the user has for this web property.
"effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
"A String",
@@ -408,46 +446,8 @@
"industryVertical": "A String", # The industry vertical/category selected for this web property.
"selfLink": "A String", # Link for this web property.
"updated": "A String", # Time this web property was last modified.
- }
-
-
-Returns:
- An object of the form:
-
- { # JSON template for an Analytics web property.
- "starred": True or False, # Indicates whether this web property is starred or not.
- "internalWebPropertyId": "A String", # Internal ID for this web property.
- "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
- "created": "A String", # Time this web property was created.
- "dataRetentionTtl": "A String", # The length of time for which user and event data is retained.
- # This property cannot be set on insert.
- "websiteUrl": "A String", # Website url for this web property.
- "name": "A String", # Name of this web property.
- "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
- "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
- "href": "A String", # Link to the account for this web property.
- },
- "accountId": "A String", # Account ID to which this web property belongs.
- "id": "A String", # Web property ID of the form UA-XXXXX-YY.
- "defaultProfileId": "A String", # Default view (profile) ID.
- "profileCount": 42, # View (Profile) count for this web property.
- "dataRetentionResetOnNewActivity": True or False, # 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).
- # Set to false to delete data associated with the user identifier automatically after the rentention period.
- # This property cannot be set on insert.
- "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
- "childLink": { # Child link for this web property. Points to the list of views (profiles) for this web property.
- "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
- "href": "A String", # Link to the list of views (profiles) for this web property.
- },
- "permissions": { # Permissions the user has for this web property.
- "effective": [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
- "A String",
- ],
- },
- "industryVertical": "A String", # The industry vertical/category selected for this web property.
- "selfLink": "A String", # Link for this web property.
- "updated": "A String", # Time this web property was last modified.
- }</pre>
+ "starred": True or False, # Indicates whether this web property is starred or not.
+ }</pre>
</div>
</body></html>
\ No newline at end of file