Google Analytics icon

Google Analytics

Use the Google Analytics API

Actions84

Overview

This node integrates with the Google Analytics API, specifically targeting the Admin (V1Alpha) resource for managing Display & Video 360 Advertiser Links. The "Create Display & Video 360 Advertiser Link" operation allows users to create a link between a Google Analytics property and a Display & Video 360 advertiser. This is useful for marketers and analysts who want to connect their analytics data with advertising campaigns managed in Display & Video 360, enabling better attribution and reporting.

Typical use cases include:

  • Automating the creation of advertiser links as part of a larger workflow.
  • Managing multiple properties and advertisers programmatically.
  • Integrating Google Analytics data with Display & Video 360 for enhanced marketing insights.

Properties

Name Meaning
Property ID The identifier of the Google Analytics property where the Display & Video 360 advertiser link will be created.
Query Parameters Optional parameters to customize the API request, such as filtering or pagination options. Includes: Calculated Metric ID, Entity, Filter, Names, Page Size, Page Token, Show Deleted, Universal Analytics Property ID, Update Mask.
Request Body JSON object containing the details of the Display & Video 360 advertiser link to create. This typically includes advertiser-specific information required by the API.

Output

The output is a JSON array where each element corresponds to the response from the Google Analytics API for the create operation. The JSON structure represents the newly created Display & Video 360 advertiser link resource, including its identifiers and configuration details as returned by the API.

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 on the Google Analytics property and Display & Video 360 advertiser are necessary to create links.

Troubleshooting

  • Missing Credentials Error: If the node throws "Missing Google Analytics API Credentials," ensure that the OAuth2 credentials are properly set up and authorized.
  • Required Parameter Errors: Errors like "Property ID is required" indicate missing mandatory input fields. Verify that all required IDs are provided.
  • API Errors: Any error returned by the Google Analytics API will be wrapped and shown with the message prefix "Error calling Google Analytics API." Check the detailed error message and stack trace for specifics.
  • Invalid JSON in Request Body: Ensure the JSON provided in the Request Body field is valid and matches the expected schema for creating a Display & Video 360 advertiser link.

Links and References


This summary focuses on the "Create Display & Video 360 Advertiser Link" operation within the Admin (V1Alpha) resource, describing its purpose, inputs, outputs, dependencies, and common troubleshooting points based on static analysis of the node's source code and provided property definitions.

Discussion