Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Archives an Audience on a specified Google Analytics 4 property.
Requires an empty request body and returns an empty response body upon successful completion.
Utilizes the POST method with the URL format: https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/audiences/*}:archive, where {name} represents the property and audience IDs.
Needs the https://www.googleapis.com/auth/analytics.edit OAuth scope for authorization.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],["The core function is archiving an Audience on a property via a POST request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/audiences/*}:archive`. The required `name` path parameter identifies the Audience to be archived (e.g., `properties/1234/audiences/5678`). The request body must be empty, and a successful response returns an empty JSON object. The `analytics.edit` OAuth scope is required for authorization.\n"],null,[]]