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 "Delete Display & Video 360 Advertiser Link Proposal," the node deletes a specified Display & Video 360 advertiser link proposal associated with a Google Analytics property.
This operation is useful when you want to remove an existing advertiser link proposal that is no longer needed or was created in error. For example, if your organization manages multiple advertising accounts linked to Google Analytics properties and you want to clean up outdated or incorrect link proposals, this node can automate that deletion process.
Properties
| Name | Meaning |
|---|---|
| Property ID | The identifier of the Google Analytics property under which the Display & Video 360 advertiser link proposal exists. This is required to specify the context for the operation. |
| Display & Video 360 Advertiser Link Proposal ID | The unique identifier of the Display & Video 360 advertiser link proposal to delete. This is required to specify exactly which proposal to remove. |
| Query Parameters | Optional additional parameters to refine or control the request. Includes options like filter expressions, pagination tokens, page size, and others relevant to various API calls but generally not required for deletion. |
Output
The output of this node is a JSON array containing the response from the Google Analytics API after attempting to delete the specified Display & Video 360 advertiser link proposal. Typically, for a delete operation, the response may be empty or contain confirmation details about the deletion.
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 v1alpha endpoint:
https://analyticsadmin.googleapis.com/v1alpha. - Proper permissions on the Google Analytics property and advertiser link proposals are necessary to perform deletions.
Troubleshooting
- Missing Credentials Error: If the node throws an error about missing credentials, ensure that the Google Analytics OAuth2 API credentials are properly set up and connected in n8n.
- Required Parameter Missing: Errors indicating missing "Property ID" or "Display & Video 360 Advertiser Link Proposal ID" mean these inputs were not provided. Double-check that these fields are filled correctly.
- API Permission Denied: If the API returns permission errors, verify that the authenticated user has sufficient rights to delete advertiser link proposals on the specified property.
- Invalid ID Errors: Providing incorrect or non-existent IDs will cause the API to fail. Confirm the IDs before running the node.
- Network or API Errors: General API call failures might be due to network issues or temporary API downtime. Retry after some time or check connectivity.
Links and References
- Google Analytics Admin API Documentation
- Display & Video 360 Advertiser Link Proposals Guide
- Google Analytics OAuth2 Setup
This summary focuses on the "Delete Display & Video 360 Advertiser Link Proposal" operation within the "Admin (V1Alpha) - Display & Video 360 Advertiser Link Proposal" resource, describing its purpose, required inputs, outputs, dependencies, and common troubleshooting points based on static analysis of the node's source code and provided property definitions.