2023-02-22
▼ ▲ analyticsadmin.properties.expandedDataSets.get
Parameter Order : name
Flat Path : v1alpha/properties/{propertiesId}/expandedDataSets/{expandedDataSetsId}
Parameters :
name
Pattern : ^properties/[^/]+/expandedDataSets/[^/]+$
Location : path
Type : string
Description : Required. The name of the Audience to get. Example format: properties/1234/expandedDataSets/5678
Required : Yes
Scopes :
HTTP Method : GET
Description : Lookup for a single ExpandedDataSet.
Path : v1alpha/{+name}
▼ ▲ analyticsadmin.properties.expandedDataSets.create
Flat Path : v1alpha/properties/{propertiesId}/expandedDataSets
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/analytics.edit
Parameters :
parent
Location : path
Description : Required. Example format: properties/1234
Pattern : ^properties/[^/]+$
Type : string
Required : Yes
Description : Creates a ExpandedDataSet.
HTTP Method : POST
Path : v1alpha/{+parent}/expandedDataSets
▼ ▲ analyticsadmin.properties.expandedDataSets.delete
Flat Path : v1alpha/properties/{propertiesId}/expandedDataSets/{expandedDataSetsId}
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/analytics.edit
Path : v1alpha/{+name}
Parameters :
name
Description : Required. Example format: properties/1234/expandedDataSets/5678
Type : string
Pattern : ^properties/[^/]+/expandedDataSets/[^/]+$
Location : path
Required : Yes
Parameter Order : name
Description : Deletes a ExpandedDataSet on a property.
▼ ▲ analyticsadmin.properties.expandedDataSets.list
HTTP Method : GET
Parameters :
pageSize
Type : integer
Format : int32
Location : query
Description : The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
parent
Location : path
Type : string
Pattern : ^properties/[^/]+$
Required : Yes
Description : Required. Example format: properties/1234
pageToken
Location : query
Type : string
Description : A page token, received from a previous `ListExpandedDataSets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExpandedDataSet` must match the call that provided the page token.
Description : Lists ExpandedDataSets on a property.
Scopes :
Path : v1alpha/{+parent}/expandedDataSets
Parameter Order : parent
Flat Path : v1alpha/properties/{propertiesId}/expandedDataSets
▼ ▲ analyticsadmin.properties.expandedDataSets.patch
Parameters :
updateMask
Format : google-fieldmask
Type : string
Description : Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Location : query
name
Location : path
Description : Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
Pattern : ^properties/[^/]+/expandedDataSets/[^/]+$
Type : string
Required : Yes
HTTP Method : PATCH
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/analytics.edit
Parameter Order : name
Flat Path : v1alpha/properties/{propertiesId}/expandedDataSets/{expandedDataSetsId}
Description : Updates a ExpandedDataSet on a property.