Manage properties in Google Analytics. Warning: Creating multiple Customer Applications, Accounts, or Projects to simulate or act as a single Customer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits or quotas is a direct violation of Google Cloud Platform Terms of Service as well as Google APIs Terms of Service. These actions can result in immediate termination of your GCP project(s) without any warning.
- REST Resource: v1beta.accountSummaries
- REST Resource: v1beta.accounts
- REST Resource: v1beta.properties
- REST Resource: v1beta.properties.conversionEvents
- REST Resource: v1beta.properties.customDimensions
- REST Resource: v1beta.properties.customMetrics
- REST Resource: v1beta.properties.dataStreams
- REST Resource: v1beta.properties.dataStreams.measurementProtocolSecrets
- REST Resource: v1beta.properties.firebaseLinks
- REST Resource: v1beta.properties.googleAdsLinks
- REST Resource: v1alpha.accountSummaries
- REST Resource: v1alpha.accounts
- REST Resource: v1alpha.accounts.accessBindings
- REST Resource: v1alpha.accounts.userLinks
- REST Resource: v1alpha.properties
- REST Resource: v1alpha.properties.accessBindings
- REST Resource: v1alpha.properties.adSenseLinks
- REST Resource: v1alpha.properties.audiences
- REST Resource: v1alpha.properties.bigQueryLinks
- REST Resource: v1alpha.properties.channelGroups
- REST Resource: v1alpha.properties.conversionEvents
- REST Resource: v1alpha.properties.customDimensions
- REST Resource: v1alpha.properties.customMetrics
- REST Resource: v1alpha.properties.dataStreams
- REST Resource: v1alpha.properties.dataStreams.eventCreateRules
- REST Resource: v1alpha.properties.dataStreams.measurementProtocolSecrets
- REST Resource: v1alpha.properties.dataStreams.sKAdNetworkConversionValueSchema
- REST Resource: v1alpha.properties.displayVideo360AdvertiserLinkProposals
- REST Resource: v1alpha.properties.displayVideo360AdvertiserLinks
- REST Resource: v1alpha.properties.expandedDataSets
- REST Resource: v1alpha.properties.firebaseLinks
- REST Resource: v1alpha.properties.googleAdsLinks
- REST Resource: v1alpha.properties.searchAds360Links
- REST Resource: v1alpha.properties.userLinks
Service: analyticsadmin.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://analyticsadmin.googleapis.com
REST Resource: v1beta.accountSummaries
Methods | |
---|---|
list |
GET /v1beta/accountSummaries Returns summaries of all accounts accessible by the caller. |
REST Resource: v1beta.accounts
Methods | |
---|---|
delete |
DELETE /v1beta/{name=accounts/*} Marks target Account as soft-deleted (ie: "trashed") and returns it. |
get |
GET /v1beta/{name=accounts/*} Lookup for a single Account. |
getDataSharingSettings |
GET /v1beta/{name=accounts/*/dataSharingSettings} Get data sharing settings on an account. |
list |
GET /v1beta/accounts Returns all accounts accessible by the caller. |
patch |
PATCH /v1beta/{account.name=accounts/*} Updates an account. |
provisionAccountTicket |
POST /v1beta/accounts:provisionAccountTicket Requests a ticket for creating an account. |
runAccessReport |
POST /v1beta/{entity=accounts/*}:runAccessReport Returns a customized report of data access records. |
searchChangeHistoryEvents |
POST /v1beta/{account=accounts/*}:searchChangeHistoryEvents Searches through all changes to an account or its children given the specified set of filters. |
REST Resource: v1beta.properties
Methods | |
---|---|
acknowledgeUserDataCollection |
POST /v1beta/{property=properties/*}:acknowledgeUserDataCollection Acknowledges the terms of user data collection for the specified property. |
create |
POST /v1beta/properties Creates an "GA4" property with the specified location and attributes. |
delete |
DELETE /v1beta/{name=properties/*} Marks target Property as soft-deleted (ie: "trashed") and returns it. |
get |
GET /v1beta/{name=properties/*} Lookup for a single "GA4" Property. |
getDataRetentionSettings |
GET /v1beta/{name=properties/*/dataRetentionSettings} Returns the singleton data retention settings for this property. |
list |
GET /v1beta/properties Returns child Properties under the specified parent Account. |
patch |
PATCH /v1beta/{property.name=properties/*} Updates a property. |
runAccessReport |
POST /v1beta/{entity=properties/*}:runAccessReport Returns a customized report of data access records. |
updateDataRetentionSettings |
PATCH /v1beta/{dataRetentionSettings.name=properties/*/dataRetentionSettings} Updates the singleton data retention settings for this property. |
REST Resource: v1beta.properties.conversionEvents
Methods | |
---|---|
create |
POST /v1beta/{parent=properties/*}/conversionEvents Creates a conversion event with the specified attributes. |
delete |
DELETE /v1beta/{name=properties/*/conversionEvents/*} Deletes a conversion event in a property. |
get |
GET /v1beta/{name=properties/*/conversionEvents/*} Retrieve a single conversion event. |
list |
GET /v1beta/{parent=properties/*}/conversionEvents Returns a list of conversion events in the specified parent property. |
patch |
PATCH /v1beta/{conversionEvent.name=properties/*/conversionEvents/*} Updates a conversion event with the specified attributes. |
REST Resource: v1beta.properties.customDimensions
Methods | |
---|---|
archive |
POST /v1beta/{name=properties/*/customDimensions/*}:archive Archives a CustomDimension on a property. |
create |
POST /v1beta/{parent=properties/*}/customDimensions Creates a CustomDimension. |
get |
GET /v1beta/{name=properties/*/customDimensions/*} Lookup for a single CustomDimension. |
list |
GET /v1beta/{parent=properties/*}/customDimensions Lists CustomDimensions on a property. |
patch |
PATCH /v1beta/{customDimension.name=properties/*/customDimensions/*} Updates a CustomDimension on a property. |
REST Resource: v1beta.properties.customMetrics
Methods | |
---|---|
archive |
POST /v1beta/{name=properties/*/customMetrics/*}:archive Archives a CustomMetric on a property. |
create |
POST /v1beta/{parent=properties/*}/customMetrics Creates a CustomMetric. |
get |
GET /v1beta/{name=properties/*/customMetrics/*} Lookup for a single CustomMetric. |
list |
GET /v1beta/{parent=properties/*}/customMetrics Lists CustomMetrics on a property. |
patch |
PATCH /v1beta/{customMetric.name=properties/*/customMetrics/*} Updates a CustomMetric on a property. |
REST Resource: v1beta.properties.dataStreams
Methods | |
---|---|
create |
POST /v1beta/{parent=properties/*}/dataStreams Creates a DataStream. |
delete |
DELETE /v1beta/{name=properties/*/dataStreams/*} Deletes a DataStream on a property. |
get |
GET /v1beta/{name=properties/*/dataStreams/*} Lookup for a single DataStream. |
list |
GET /v1beta/{parent=properties/*}/dataStreams Lists DataStreams on a property. |
patch |
PATCH /v1beta/{dataStream.name=properties/*/dataStreams/*} Updates a DataStream on a property. |
REST Resource: v1beta.properties.dataStreams.measurementProtocolSecrets
Methods | |
---|---|
create |
POST /v1beta/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets Creates a measurement protocol secret. |
delete |
DELETE /v1beta/{name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Deletes target MeasurementProtocolSecret. |
get |
GET /v1beta/{name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Lookup for a single "GA4" MeasurementProtocolSecret. |
list |
GET /v1beta/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets Returns child MeasurementProtocolSecrets under the specified parent Property. |
patch |
PATCH /v1beta/{measurementProtocolSecret.name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Updates a measurement protocol secret. |
REST Resource: v1beta.properties.firebaseLinks
Methods | |
---|---|
create |
POST /v1beta/{parent=properties/*}/firebaseLinks Creates a FirebaseLink. |
delete |
DELETE /v1beta/{name=properties/*/firebaseLinks/*} Deletes a FirebaseLink on a property |
list |
GET /v1beta/{parent=properties/*}/firebaseLinks Lists FirebaseLinks on a property. |
REST Resource: v1beta.properties.googleAdsLinks
Methods | |
---|---|
create |
POST /v1beta/{parent=properties/*}/googleAdsLinks Creates a GoogleAdsLink. |
delete |
DELETE /v1beta/{name=properties/*/googleAdsLinks/*} Deletes a GoogleAdsLink on a property |
list |
GET /v1beta/{parent=properties/*}/googleAdsLinks Lists GoogleAdsLinks on a property. |
patch |
PATCH /v1beta/{googleAdsLink.name=properties/*/googleAdsLinks/*} Updates a GoogleAdsLink on a property |
REST Resource: v1alpha.accountSummaries
Methods | |
---|---|
list |
GET /v1alpha/accountSummaries Returns summaries of all accounts accessible by the caller. |
REST Resource: v1alpha.accounts
Methods | |
---|---|
delete |
DELETE /v1alpha/{name=accounts/*} Marks target Account as soft-deleted (ie: "trashed") and returns it. |
get |
GET /v1alpha/{name=accounts/*} Lookup for a single Account. |
getDataSharingSettings |
GET /v1alpha/{name=accounts/*/dataSharingSettings} Get data sharing settings on an account. |
list |
GET /v1alpha/accounts Returns all accounts accessible by the caller. |
patch |
PATCH /v1alpha/{account.name=accounts/*} Updates an account. |
provisionAccountTicket |
POST /v1alpha/accounts:provisionAccountTicket Requests a ticket for creating an account. |
runAccessReport |
POST /v1alpha/{entity=accounts/*}:runAccessReport Returns a customized report of data access records. |
searchChangeHistoryEvents |
POST /v1alpha/{account=accounts/*}:searchChangeHistoryEvents Searches through all changes to an account or its children given the specified set of filters. |
REST Resource: v1alpha.accounts.accessBindings
Methods | |
---|---|
batchCreate |
POST /v1alpha/{parent=accounts/*}/accessBindings:batchCreate Creates information about multiple access bindings to an account or property. |
batchDelete |
POST /v1alpha/{parent=accounts/*}/accessBindings:batchDelete Deletes information about multiple users' links to an account or property. |
batchGet |
GET /v1alpha/{parent=accounts/*}/accessBindings:batchGet Gets information about multiple access bindings to an account or property. |
batchUpdate |
POST /v1alpha/{parent=accounts/*}/accessBindings:batchUpdate Updates information about multiple access bindings to an account or property. |
create |
POST /v1alpha/{parent=accounts/*}/accessBindings Creates an access binding on an account or property. |
delete |
DELETE /v1alpha/{name=accounts/*/accessBindings/*} Deletes an access binding on an account or property. |
get |
GET /v1alpha/{name=accounts/*/accessBindings/*} Gets information about an access binding. |
list |
GET /v1alpha/{parent=accounts/*}/accessBindings Lists all access bindings on an account or property. |
patch |
PATCH /v1alpha/{accessBinding.name=accounts/*/accessBindings/*} Updates an access binding on an account or property. |
REST Resource: v1alpha.accounts.userLinks
Methods | |
---|---|
audit |
POST /v1alpha/{parent=accounts/*}/userLinks:audit Lists all user links on an account or property, including implicit ones that come from effective permissions granted by groups or organization admin roles. |
batchCreate |
POST /v1alpha/{parent=accounts/*}/userLinks:batchCreate Creates information about multiple users' links to an account or property. |
batchDelete |
POST /v1alpha/{parent=accounts/*}/userLinks:batchDelete Deletes information about multiple users' links to an account or property. |
batchGet |
GET /v1alpha/{parent=accounts/*}/userLinks:batchGet Gets information about multiple users' links to an account or property. |
batchUpdate |
POST /v1alpha/{parent=accounts/*}/userLinks:batchUpdate Updates information about multiple users' links to an account or property. |
create |
POST /v1alpha/{parent=accounts/*}/userLinks Creates a user link on an account or property. |
delete |
DELETE /v1alpha/{name=accounts/*/userLinks/*} Deletes a user link on an account or property. |
get |
GET /v1alpha/{name=accounts/*/userLinks/*} Gets information about a user's link to an account or property. |
list |
GET /v1alpha/{parent=accounts/*}/userLinks Lists all user links on an account or property. |
patch |
PATCH /v1alpha/{userLink.name=accounts/*/userLinks/*} Updates a user link on an account or property. |
REST Resource: v1alpha.properties
Methods | |
---|---|
acknowledgeUserDataCollection |
POST /v1alpha/{property=properties/*}:acknowledgeUserDataCollection Acknowledges the terms of user data collection for the specified property. |
create |
POST /v1alpha/properties Creates an "GA4" property with the specified location and attributes. |
createConnectedSiteTag |
POST /v1alpha/properties:createConnectedSiteTag Creates a connected site tag for a Universal Analytics property. |
delete |
DELETE /v1alpha/{name=properties/*} Marks target Property as soft-deleted (ie: "trashed") and returns it. |
deleteConnectedSiteTag |
POST /v1alpha/properties:deleteConnectedSiteTag Deletes a connected site tag for a Universal Analytics property. |
fetchAutomatedGa4ConfigurationOptOut |
POST /v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut Fetches the opt out status for the automated GA4 setup process for a UA property. |
fetchConnectedGa4Property |
GET /v1alpha/properties:fetchConnectedGa4Property Given a specified UA property, looks up the GA4 property connected to it. |
get |
GET /v1alpha/{name=properties/*} Lookup for a single "GA4" Property. |
getAttributionSettings |
GET /v1alpha/{name=properties/*/attributionSettings} Lookup for a AttributionSettings singleton. |
getDataRetentionSettings |
GET /v1alpha/{name=properties/*/dataRetentionSettings} Returns the singleton data retention settings for this property. |
getGoogleSignalsSettings |
GET /v1alpha/{name=properties/*/googleSignalsSettings} Lookup for Google Signals settings for a property. |
list |
GET /v1alpha/properties Returns child Properties under the specified parent Account. |
listConnectedSiteTags |
POST /v1alpha/properties:listConnectedSiteTags Lists the connected site tags for a Universal Analytics property. |
patch |
PATCH /v1alpha/{property.name=properties/*} Updates a property. |
runAccessReport |
POST /v1alpha/{entity=properties/*}:runAccessReport Returns a customized report of data access records. |
setAutomatedGa4ConfigurationOptOut |
POST /v1alpha/properties:setAutomatedGa4ConfigurationOptOut Sets the opt out status for the automated GA4 setup process for a UA property. |
updateAttributionSettings |
PATCH /v1alpha/{attributionSettings.name=properties/*/attributionSettings} Updates attribution settings on a property. |
updateDataRetentionSettings |
PATCH /v1alpha/{dataRetentionSettings.name=properties/*/dataRetentionSettings} Updates the singleton data retention settings for this property. |
updateGoogleSignalsSettings |
PATCH /v1alpha/{googleSignalsSettings.name=properties/*/googleSignalsSettings} Updates Google Signals settings for a property. |
REST Resource: v1alpha.properties.accessBindings
Methods | |
---|---|
batchCreate |
POST /v1alpha/{parent=properties/*}/accessBindings:batchCreate Creates information about multiple access bindings to an account or property. |
batchDelete |
POST /v1alpha/{parent=properties/*}/accessBindings:batchDelete Deletes information about multiple users' links to an account or property. |
batchGet |
GET /v1alpha/{parent=properties/*}/accessBindings:batchGet Gets information about multiple access bindings to an account or property. |
batchUpdate |
POST /v1alpha/{parent=properties/*}/accessBindings:batchUpdate Updates information about multiple access bindings to an account or property. |
create |
POST /v1alpha/{parent=properties/*}/accessBindings Creates an access binding on an account or property. |
delete |
DELETE /v1alpha/{name=properties/*/accessBindings/*} Deletes an access binding on an account or property. |
get |
GET /v1alpha/{name=properties/*/accessBindings/*} Gets information about an access binding. |
list |
GET /v1alpha/{parent=properties/*}/accessBindings Lists all access bindings on an account or property. |
patch |
PATCH /v1alpha/{accessBinding.name=properties/*/accessBindings/*} Updates an access binding on an account or property. |
REST Resource: v1alpha.properties.adSenseLinks
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/adSenseLinks Creates an AdSenseLink. |
delete |
DELETE /v1alpha/{name=properties/*/adSenseLinks/*} Deletes an AdSenseLink. |
get |
GET /v1alpha/{name=properties/*/adSenseLinks/*} Looks up a single AdSenseLink. |
list |
GET /v1alpha/{parent=properties/*}/adSenseLinks Lists AdSenseLinks on a property. |
REST Resource: v1alpha.properties.audiences
Methods | |
---|---|
archive |
POST /v1alpha/{name=properties/*/audiences/*}:archive Archives an Audience on a property. |
create |
POST /v1alpha/{parent=properties/*}/audiences Creates an Audience. |
get |
GET /v1alpha/{name=properties/*/audiences/*} Lookup for a single Audience. |
list |
GET /v1alpha/{parent=properties/*}/audiences Lists Audiences on a property. |
patch |
PATCH /v1alpha/{audience.name=properties/*/audiences/*} Updates an Audience on a property. |
REST Resource: v1alpha.properties.bigQueryLinks
Methods | |
---|---|
get |
GET /v1alpha/{name=properties/*/bigQueryLinks/*} Lookup for a single BigQuery Link. |
list |
GET /v1alpha/{parent=properties/*}/bigQueryLinks Lists BigQuery Links on a property. |
REST Resource: v1alpha.properties.channelGroups
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/channelGroups Creates a ChannelGroup. |
delete |
DELETE /v1alpha/{name=properties/*/channelGroups/*} Deletes a ChannelGroup on a property. |
get |
GET /v1alpha/{name=properties/*/channelGroups/*} Lookup for a single ChannelGroup. |
list |
GET /v1alpha/{parent=properties/*}/channelGroups Lists ChannelGroups on a property. |
patch |
PATCH /v1alpha/{channelGroup.name=properties/*/channelGroups/*} Updates a ChannelGroup. |
REST Resource: v1alpha.properties.conversionEvents
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/conversionEvents Creates a conversion event with the specified attributes. |
delete |
DELETE /v1alpha/{name=properties/*/conversionEvents/*} Deletes a conversion event in a property. |
get |
GET /v1alpha/{name=properties/*/conversionEvents/*} Retrieve a single conversion event. |
list |
GET /v1alpha/{parent=properties/*}/conversionEvents Returns a list of conversion events in the specified parent property. |
patch |
PATCH /v1alpha/{conversionEvent.name=properties/*/conversionEvents/*} Updates a conversion event with the specified attributes. |
REST Resource: v1alpha.properties.customDimensions
Methods | |
---|---|
archive |
POST /v1alpha/{name=properties/*/customDimensions/*}:archive Archives a CustomDimension on a property. |
create |
POST /v1alpha/{parent=properties/*}/customDimensions Creates a CustomDimension. |
get |
GET /v1alpha/{name=properties/*/customDimensions/*} Lookup for a single CustomDimension. |
list |
GET /v1alpha/{parent=properties/*}/customDimensions Lists CustomDimensions on a property. |
patch |
PATCH /v1alpha/{customDimension.name=properties/*/customDimensions/*} Updates a CustomDimension on a property. |
REST Resource: v1alpha.properties.customMetrics
Methods | |
---|---|
archive |
POST /v1alpha/{name=properties/*/customMetrics/*}:archive Archives a CustomMetric on a property. |
create |
POST /v1alpha/{parent=properties/*}/customMetrics Creates a CustomMetric. |
get |
GET /v1alpha/{name=properties/*/customMetrics/*} Lookup for a single CustomMetric. |
list |
GET /v1alpha/{parent=properties/*}/customMetrics Lists CustomMetrics on a property. |
patch |
PATCH /v1alpha/{customMetric.name=properties/*/customMetrics/*} Updates a CustomMetric on a property. |
REST Resource: v1alpha.properties.dataStreams
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/dataStreams Creates a DataStream. |
delete |
DELETE /v1alpha/{name=properties/*/dataStreams/*} Deletes a DataStream on a property. |
get |
GET /v1alpha/{name=properties/*/dataStreams/*} Lookup for a single DataStream. |
getEnhancedMeasurementSettings |
GET /v1alpha/{name=properties/*/dataStreams/*/enhancedMeasurementSettings} Returns the enhanced measurement settings for this data stream. |
getGlobalSiteTag |
GET /v1alpha/{name=properties/*/dataStreams/*/globalSiteTag} Returns the Site Tag for the specified web stream. |
list |
GET /v1alpha/{parent=properties/*}/dataStreams Lists DataStreams on a property. |
patch |
PATCH /v1alpha/{dataStream.name=properties/*/dataStreams/*} Updates a DataStream on a property. |
updateEnhancedMeasurementSettings |
PATCH /v1alpha/{enhancedMeasurementSettings.name=properties/*/dataStreams/*/enhancedMeasurementSettings} Updates the enhanced measurement settings for this data stream. |
REST Resource: v1alpha.properties.dataStreams.eventCreateRules
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*/dataStreams/*}/eventCreateRules Creates an EventCreateRule. |
delete |
DELETE /v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*} Deletes an EventCreateRule. |
get |
GET /v1alpha/{name=properties/*/dataStreams/*/eventCreateRules/*} Lookup for a single EventCreateRule. |
list |
GET /v1alpha/{parent=properties/*/dataStreams/*}/eventCreateRules Lists EventCreateRules on a web data stream. |
patch |
PATCH /v1alpha/{eventCreateRule.name=properties/*/dataStreams/*/eventCreateRules/*} Updates an EventCreateRule. |
REST Resource: v1alpha.properties.dataStreams.measurementProtocolSecrets
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets Creates a measurement protocol secret. |
delete |
DELETE /v1alpha/{name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Deletes target MeasurementProtocolSecret. |
get |
GET /v1alpha/{name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Lookup for a single "GA4" MeasurementProtocolSecret. |
list |
GET /v1alpha/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets Returns child MeasurementProtocolSecrets under the specified parent Property. |
patch |
PATCH /v1alpha/{measurementProtocolSecret.name=properties/*/dataStreams/*/measurementProtocolSecrets/*} Updates a measurement protocol secret. |
REST Resource: v1alpha.properties.dataStreams.sKAdNetworkConversionValueSchema
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema Creates a SKAdNetworkConversionValueSchema. |
delete |
DELETE /v1alpha/{name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*} Deletes target SKAdNetworkConversionValueSchema. |
get |
GET /v1alpha/{name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*} Looks up a single SKAdNetworkConversionValueSchema. |
list |
GET /v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema Lists SKAdNetworkConversionValueSchema on a stream. |
patch |
PATCH /v1alpha/{skadnetworkConversionValueSchema.name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*} Updates a SKAdNetworkConversionValueSchema. |
REST Resource: v1alpha.properties.displayVideo360AdvertiserLinkProposals
Methods | |
---|---|
approve |
POST /v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve Approves a DisplayVideo360AdvertiserLinkProposal. |
cancel |
POST /v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:cancel Cancels a DisplayVideo360AdvertiserLinkProposal. |
create |
POST /v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinkProposals Creates a DisplayVideo360AdvertiserLinkProposal. |
delete |
DELETE /v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*} Deletes a DisplayVideo360AdvertiserLinkProposal on a property. |
get |
GET /v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*} Lookup for a single DisplayVideo360AdvertiserLinkProposal. |
list |
GET /v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinkProposals Lists DisplayVideo360AdvertiserLinkProposals on a property. |
REST Resource: v1alpha.properties.displayVideo360AdvertiserLinks
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinks Creates a DisplayVideo360AdvertiserLink. |
delete |
DELETE /v1alpha/{name=properties/*/displayVideo360AdvertiserLinks/*} Deletes a DisplayVideo360AdvertiserLink on a property. |
get |
GET /v1alpha/{name=properties/*/displayVideo360AdvertiserLinks/*} Look up a single DisplayVideo360AdvertiserLink |
list |
GET /v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinks Lists all DisplayVideo360AdvertiserLinks on a property. |
patch |
PATCH /v1alpha/{displayVideo360AdvertiserLink.name=properties/*/displayVideo360AdvertiserLinks/*} Updates a DisplayVideo360AdvertiserLink on a property. |
REST Resource: v1alpha.properties.expandedDataSets
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/expandedDataSets Creates a ExpandedDataSet. |
delete |
DELETE /v1alpha/{name=properties/*/expandedDataSets/*} Deletes a ExpandedDataSet on a property. |
get |
GET /v1alpha/{name=properties/*/expandedDataSets/*} Lookup for a single ExpandedDataSet. |
list |
GET /v1alpha/{parent=properties/*}/expandedDataSets Lists ExpandedDataSets on a property. |
patch |
PATCH /v1alpha/{expandedDataSet.name=properties/*/expandedDataSets/*} Updates a ExpandedDataSet on a property. |
REST Resource: v1alpha.properties.firebaseLinks
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/firebaseLinks Creates a FirebaseLink. |
delete |
DELETE /v1alpha/{name=properties/*/firebaseLinks/*} Deletes a FirebaseLink on a property |
list |
GET /v1alpha/{parent=properties/*}/firebaseLinks Lists FirebaseLinks on a property. |
REST Resource: v1alpha.properties.googleAdsLinks
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/googleAdsLinks Creates a GoogleAdsLink. |
delete |
DELETE /v1alpha/{name=properties/*/googleAdsLinks/*} Deletes a GoogleAdsLink on a property |
list |
GET /v1alpha/{parent=properties/*}/googleAdsLinks Lists GoogleAdsLinks on a property. |
patch |
PATCH /v1alpha/{googleAdsLink.name=properties/*/googleAdsLinks/*} Updates a GoogleAdsLink on a property |
REST Resource: v1alpha.properties.searchAds360Links
Methods | |
---|---|
create |
POST /v1alpha/{parent=properties/*}/searchAds360Links Creates a SearchAds360Link. |
delete |
DELETE /v1alpha/{name=properties/*/searchAds360Links/*} Deletes a SearchAds360Link on a property. |
get |
GET /v1alpha/{name=properties/*/searchAds360Links/*} Look up a single SearchAds360Link |
list |
GET /v1alpha/{parent=properties/*}/searchAds360Links Lists all SearchAds360Links on a property. |
patch |
PATCH /v1alpha/{searchAds360Link.name=properties/*/searchAds360Links/*} Updates a SearchAds360Link on a property. |
REST Resource: v1alpha.properties.userLinks
Methods | |
---|---|
audit |
POST /v1alpha/{parent=properties/*}/userLinks:audit Lists all user links on an account or property, including implicit ones that come from effective permissions granted by groups or organization admin roles. |
batchCreate |
POST /v1alpha/{parent=properties/*}/userLinks:batchCreate Creates information about multiple users' links to an account or property. |
batchDelete |
POST /v1alpha/{parent=properties/*}/userLinks:batchDelete Deletes information about multiple users' links to an account or property. |
batchGet |
GET /v1alpha/{parent=properties/*}/userLinks:batchGet Gets information about multiple users' links to an account or property. |
batchUpdate |
POST /v1alpha/{parent=properties/*}/userLinks:batchUpdate Updates information about multiple users' links to an account or property. |
create |
POST /v1alpha/{parent=properties/*}/userLinks Creates a user link on an account or property. |
delete |
DELETE /v1alpha/{name=properties/*/userLinks/*} Deletes a user link on an account or property. |
get |
GET /v1alpha/{name=properties/*/userLinks/*} Gets information about a user's link to an account or property. |
list |
GET /v1alpha/{parent=properties/*}/userLinks Lists all user links on an account or property. |
patch |
PATCH /v1alpha/{userLink.name=properties/*/userLinks/*} Updates a user link on an account or property. |