Google Analytics icon

Google Analytics

Use the Google Analytics API

Actions84

Overview

This node interacts with the Google Analytics API, specifically supporting a wide range of administrative and data-related operations. For the selected resource Admin (V1Alpha) - Display & Video 360 Advertiser Link and operation Get Display & Video 360 Advertiser Link, it retrieves details about a specific Display & Video 360 advertiser link associated with a Google Analytics property.

This node is beneficial when you need to programmatically manage or retrieve information about your Google Analytics properties and their linked advertising accounts, such as Display & Video 360 advertiser links. For example, you can use it to fetch configuration details of an advertiser link to verify integration status or audit linked accounts.

Properties

Name Meaning
Property ID The identifier of the Google Analytics property for which the Display & Video 360 advertiser link is managed. This is required to specify the context of the request.
Display & Video 360 Advertiser Link ID The unique identifier of the Display & Video 360 advertiser link to retrieve. Required to specify which advertiser link to get.
Query Parameters Optional additional parameters to refine or control the API request. Options include:
- Calculated Metric ID
- Entity (property or account level)
- Filter expression
- Names of access bindings
- Page Size (number of results)
- Page Token (for pagination)
- Show Deleted (boolean to include soft-deleted items)
- Universal Analytics Property ID
- Update Mask (fields to update)

Output

The output JSON contains the response from the Google Analytics API for the requested Display & Video 360 advertiser link. It typically includes all relevant details about the advertiser link such as its identifiers, linked advertiser information, and configuration metadata.

No binary data output is involved in this operation.

Dependencies

  • Requires valid Google Analytics API OAuth2 credentials configured in n8n.
  • The node uses the Google Analytics Admin API endpoint https://analyticsadmin.googleapis.com/v1alpha.
  • Proper permissions on the Google Analytics account and property are necessary to access Display & Video 360 advertiser links.

Troubleshooting

  • Missing Credentials Error: If the node throws "Missing Google Analytics API Credentials", ensure that OAuth2 credentials for Google Analytics API are properly set up and connected in n8n.
  • Required Parameter Errors: Errors like "Property ID is required" or "Display & Video 360 Advertiser Link ID is required" indicate missing mandatory inputs. Verify that these fields are correctly filled.
  • API Request Failures: Network issues, insufficient permissions, or invalid IDs may cause API errors. Check the error message for details and confirm that the account has access to the specified property and advertiser link.
  • Pagination Issues: When using query parameters like page size or token, ensure correct values to avoid incomplete or repeated data.

Links and References


If you need further details on other operations or resources, feel free to ask!

Discussion