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 management operations. For the selected resource "Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal" and operation "Get Display & Video 360 Advertiser Link Proposal," it retrieves details about a specific Display & Video 360 advertiser link proposal associated with a Google Analytics property.

Use cases include managing and reviewing proposals for linking Display & Video 360 advertisers to Google Analytics properties, which is useful for marketers and analysts who want to integrate advertising data with analytics data for better insights and reporting.

Example scenario: You have created a proposal to link a Display & Video 360 advertiser to your Google Analytics property and want to fetch the current status and details of that proposal before approving or modifying it.

Properties

Name Meaning
Property ID The identifier of the Google Analytics property to which the Display & Video 360 advertiser link proposal belongs.
Display & Video 360 Advertiser Link Proposal ID The unique identifier of the specific Display & Video 360 advertiser link proposal to retrieve.
Query Parameters Optional additional parameters to filter or paginate results; includes options like Calculated Metric ID, Entity, Filter, Names, Page Size, Page Token, Show Deleted, Universal Analytics Property ID, Update Mask.

Output

The node outputs a JSON array where each item corresponds to the response from the Google Analytics API for the requested Display & Video 360 advertiser link proposal. The JSON structure contains all details of the specified link proposal, such as its status, linked advertiser information, and metadata.

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 related resources are necessary to perform the get operation.

Troubleshooting

  • Missing Credentials Error: If the node throws an error about missing credentials, ensure that a valid Google Analytics OAuth2 API credential is configured and selected.
  • Required Parameter Missing: Errors indicating missing "Property ID" or "Display & Video 360 Advertiser Link Proposal ID" mean these inputs must be provided for the operation to succeed.
  • API Request Failures: Network issues, insufficient permissions, or invalid IDs can cause API errors. Check the error message for details and verify the input values and user permissions.
  • JSON Parsing Errors: If the request body is malformed or unexpected, ensure that any JSON input is correctly formatted.

Links and References


This summary focuses on the "Get Display & Video 360 Advertiser Link Proposal" operation within the "Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal" resource, describing its purpose, required inputs, output format, dependencies, and common troubleshooting tips.

Discussion