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 and operation List Display & Video 360 Advertiser Links, it lists all Display & Video 360 advertiser links associated with a specified Google Analytics property.
This functionality is useful for users who want to retrieve and manage the connections between their Google Analytics properties and Display & Video 360 advertisers, enabling integration and reporting across platforms.
Practical example:
A marketing analyst wants to audit all Display & Video 360 advertiser links connected to a particular Google Analytics property to ensure proper integration and data flow for campaign performance analysis.
Properties
Name | Meaning |
---|---|
Property ID | The identifier of the Google Analytics property for which to list Display & Video 360 advertiser links. This is required to specify the scope of the request. |
Query Parameters | Optional parameters to filter or paginate the results. Includes: |
- Calculated Metric ID: Filter by calculated metric ID | |
- Entity: Specify data access report level (property or account) | |
- 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: UA property to look up 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 object associated with the specified property. Each object contains details about the link such as its unique ID, linked advertiser information, and metadata describing the connection.
No binary data output is involved in this operation.
Dependencies
- Requires an OAuth2 credential for Google Analytics API authentication.
- The node uses the Google Analytics Admin API endpoint
https://analyticsadmin.googleapis.com/v1alpha
. - Proper permissions on the Google Analytics account/property are necessary to list Display & Video 360 advertiser links.
Troubleshooting
- Missing Credentials Error: If the OAuth2 credentials for Google Analytics API are not set or invalid, the node will throw an error indicating missing credentials. Ensure that valid credentials are configured in n8n.
- Property ID Required: The operation requires a valid Property ID. Omitting this will cause an error stating "Property ID is required."
- API Errors: Any errors returned from the Google Analytics API (e.g., permission denied, invalid parameters) will be surfaced with the message prefix "Error calling Google Analytics API." Check the API response and verify permissions and parameter correctness.
- Pagination: If many links exist, use the
Page Size
andPage Token
query parameters to paginate through results.