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 Cancel Display & Video 360 Advertiser Link Proposal, the node cancels an existing Display & Video 360 advertiser link proposal associated with a specified Google Analytics property.
This operation is useful when you want to revoke or stop a pending advertiser link proposal that was previously created but is no longer needed or was created by mistake. For example, if your organization initiated a link proposal to connect a Display & Video 360 advertiser account to a Google Analytics property but later decides not to proceed, this node can cancel that proposal.
Properties
Name | Meaning |
---|---|
Property ID | The identifier of the Google Analytics property where the Display & Video 360 advertiser link proposal exists. This is required to specify the context of the proposal. |
Display & Video 360 Advertiser Link Proposal ID | The unique identifier of the specific Display & Video 360 advertiser link proposal to be canceled. This is required to identify which proposal to cancel. |
Query Parameters | Optional additional parameters for the API request. These include various filters, pagination options, and other query-specific settings. |
Query Parameters Options (subset relevant generally)
- Calculated Metric ID
- Entity (property or account level)
- Filter expression
- Names (access bindings)
- Page Size (number of results)
- Page Token (pagination token)
- Show Deleted (include soft-deleted properties)
- Universal Analytics Property ID
- Update Mask (fields to update)
Output
The output is a JSON array containing the response from the Google Analytics API after attempting to cancel the specified Display & Video 360 advertiser link proposal. The structure corresponds to the API's response for the cancel operation, typically including details about the canceled proposal or confirmation of cancellation.
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 property and advertiser link proposals are necessary to perform cancellation.
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.
- Required Parameter Missing: Errors like "Property ID is required" or "Display & Video 360 Advertiser Link Proposal ID is required" indicate missing mandatory inputs. Verify that these fields are correctly filled.
- API Request Failures: Errors returned from the Google Analytics API may include permission issues, invalid IDs, or network problems. Check the error message for specifics and verify access rights and input correctness.
- Invalid Operation or Resource: Ensure that the selected resource and operation match the intended action; otherwise, the node will throw errors about unsupported combinations.