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 interacts with the Google Analytics API, specifically supporting a wide range of administrative and data management operations. For the selected resource Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal and operation List Display & Video 360 Advertiser Link Proposals, it lists all display and video 360 advertiser link proposals associated with a specified Google Analytics property.
This functionality is useful for users who manage Google Analytics properties and want to review pending or existing link proposals between their GA4 properties and Display & Video 360 advertisers. It helps in auditing, approving, or managing these link proposals efficiently.
Example use case:
A marketing analyst wants to retrieve all current Display & Video 360 advertiser link proposals for a specific GA4 property to verify which advertiser accounts are proposed for linking before approval.
Properties
Name | Meaning |
---|---|
Property ID | The identifier of the Google Analytics property for which to list the Display & Video 360 advertiser link proposals. This is required to specify the scope of the request. |
Query Parameters | Optional parameters to filter or paginate the list results. Includes: |
- Calculated Metric ID: Filter by calculated metric ID | |
- Entity: Specify if the report is at property or account level | |
- Filter: Expression to filter results | |
- Names: Names of access bindings to retrieve | |
- Page Size: Maximum number of results to return (default 10) | |
- Page Token: Token for fetching next page of results | |
- Show Deleted: Whether to include soft-deleted ("trashed") properties (default true) | |
- Universal Analytics Property ID: Lookup connected GA4 property | |
- Update Mask: List of fields to update (snake_case) |
Output
The output is a JSON array where each item represents a Display & Video 360 advertiser link proposal object as returned by the Google Analytics Admin API. Each object contains details about a single link proposal, such as its ID, status, linked advertiser information, and related metadata.
No binary data output is involved.
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 on the Google Analytics property are necessary to list advertiser link proposals.
Troubleshooting
- Missing Credentials Error: If the node throws "Missing Google Analytics API Credentials," ensure that a valid OAuth2 credential for Google Analytics API is configured and selected.
- Required Parameter Errors: Errors like "Property ID is required" indicate that the mandatory property ID input was not provided. Make sure to supply this value.
- API Request Failures: Errors from the Google API may occur due to insufficient permissions, invalid tokens, or network issues. Check the error message for details and verify API access rights.
- Pagination Issues: When dealing with large result sets, use the
Page Token
query parameter to fetch subsequent pages.
Links and References
- Google Analytics Admin API Documentation
- Display & Video 360 Advertiser Link Proposals
- Google OAuth2 Setup for n8n
This summary focuses on the "List Display & Video 360 Advertiser Link Proposals" operation under the "Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal" resource, describing its inputs, outputs, and usage context based on static code analysis.