Actions84
- Admin (V1Alpha) - Account Actions
- Admin (V1Alpha) - Account Access Binding Actions
- Admin (V1Alpha) - Account Summary Actions
- Admin (V1Alpha) - AdSense Link Actions
- Admin (V1Alpha) - Audience Actions
- Admin (V1Alpha) - BigQuery Link Actions
- Admin (V1Alpha) - Calculated Metric Actions
- Admin (V1Alpha) - Channel Group Actions
- Admin (V1Alpha) - Custom Dimension Actions
- Admin (V1Alpha) - Custom Metric Actions
- Admin (V1Alpha) - Data Stream Actions
- Admin (V1Alpha) - Display & Video 360 Advertiser Link Actions
- Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal Actions
- Approve Display & Video 360 Advertiser Link Proposal
- Cancel Display & Video 360 Advertiser Link Proposal
- Create Display & Video 360 Advertiser Link Proposal
- Delete Display & Video 360 Advertiser Link Proposal
- Get Display & Video 360 Advertiser Link Proposal
- List Display & Video 360 Advertiser Link Proposals
- Admin (V1Alpha) - Event Create Rule Actions
- Admin (V1Alpha) - Event Edit Rule Actions
Overview
This node integrates with the Google Analytics API, specifically targeting the "Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal" resource. The operation "Approve Display & Video 360 Advertiser Link Proposal" allows users to approve a pending advertiser link proposal within a specified Google Analytics property.
This node is beneficial in scenarios where automated workflows need to manage and approve Display & Video 360 advertiser link proposals programmatically, such as in marketing automation pipelines or administrative dashboards that handle multiple properties and advertiser links.
Example use case:
A marketing team receives multiple Display & Video 360 advertiser link proposals for their Google Analytics properties. Using this node, they can automate the approval process based on predefined criteria, reducing manual effort and speeding up campaign setups.
Properties
| Name | Meaning |
|---|---|
| Property ID | The unique identifier of the Google Analytics property where the advertiser link proposal exists. This is required to specify the context of the approval. |
| Display & Video 360 Advertiser Link Proposal ID | The unique identifier of the specific Display & Video 360 advertiser link proposal to approve. This identifies which proposal to act upon. |
| Query Parameters | Optional additional parameters to customize the API request. Includes options like filtering, pagination, and other query-specific settings. |
Output
The node outputs a JSON array containing the response from the Google Analytics API after approving the advertiser link proposal. The structure corresponds to the API's response for the approved Display & Video 360 advertiser link proposal resource, typically including details about the approved link proposal.
No binary data output is involved in this operation.
Dependencies
- Requires an OAuth2 credential configured for Google Analytics API access.
- The node uses the Google Analytics Admin API endpoint
https://analyticsadmin.googleapis.com/v1alpha. - Proper permissions are needed on the Google Analytics account to approve advertiser link proposals.
Troubleshooting
Missing Credentials Error:
If the node throws an error about missing credentials, ensure that a valid Google Analytics OAuth2 credential is configured and selected in the node.Required Parameter Missing:
Errors indicating missing "Property ID" or "Display & Video 360 Advertiser Link Proposal ID" mean these inputs were not provided. Make sure to supply these mandatory fields.API Permission Denied:
If the API returns permission errors, verify that the authenticated user has sufficient rights to approve advertiser link proposals on the specified property.Invalid Proposal ID:
Providing an incorrect or non-existent proposal ID will cause the API call to fail. Double-check the proposal ID before running the node.
Links and References
- Google Analytics Admin API Documentation
- Google OAuth2 Setup Guide
- Display & Video 360 Advertiser Link Proposals Overview
If you need further details or examples on how to configure or use this node, please let me know!