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 targeting the Admin (V1Alpha) resource for managing data streams. The "Update Data Stream Data Redaction Settings" operation allows users to update the data redaction settings of a specific data stream within a Google Analytics property. This is useful for controlling how user data is redacted or anonymized in analytics reports, helping organizations comply with privacy regulations and internal policies.
Typical use cases include:
- Adjusting data redaction settings to enhance user privacy.
- Automating compliance workflows by programmatically updating data stream configurations.
- Integrating Google Analytics data stream management into broader automation pipelines.
Properties
Name | Meaning |
---|---|
Property ID | The identifier of the Google Analytics property that contains the data stream. |
Data Stream ID | The identifier of the data stream whose data redaction settings are to be updated. |
Query Parameters | Optional parameters to customize the request, such as filters, page size, or update mask. |
Request Body | JSON object containing the new data redaction settings to apply to the specified data stream. |
Output
The node outputs a JSON array where each element corresponds to the response from the Google Analytics API for the update request. The JSON structure reflects the updated data redaction settings of the targeted data stream, including all relevant fields returned by the API after the update.
No binary data output is involved in this operation.
Dependencies
- Requires an OAuth2 API 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 data stream are necessary to perform updates.
Troubleshooting
- Missing Credentials Error: If the node throws an error about missing credentials, ensure that a valid OAuth2 credential for Google Analytics API is configured and selected.
- Required Parameter Errors: The node validates required parameters like Property ID and Data Stream ID. Missing these will cause errors. Make sure these IDs are correctly provided.
- API Permission Issues: Insufficient permissions on the Google Analytics account or property may result in authorization errors. Verify that the OAuth2 token has the necessary scopes.
- Malformed Request Body: The request body must be valid JSON matching the expected schema for data redaction settings. Invalid JSON or incorrect field names can cause API errors.
- Network or API Errors: General API call failures will return error messages with details. Check network connectivity and Google API status if persistent issues occur.
Links and References
- Google Analytics Admin API Documentation
- Data Stream Data Redaction Settings
- Google Analytics OAuth2 Setup
This summary is based on static analysis of the node's source code and input properties definitions without runtime execution.