ArchiveAudience
Archives an Audience on a property. Requires the following OAuth scope: https://www.googleapis.com/auth/analytics.edit
Stored Procedure-Specific Information
Google Analytics allows only a small subset of columns to be used in the EXEC query. These columns can typically only be used with the = comparison.
For example:
EXECUTE ArchiveAudience Name='properties/1234/audiences/5678';
Input
| Name | Type | Required | Description |
| Name | String | True | The resource name for this Audience resource. Format: properties/{propertyId}/audiences/{audienceId} |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the audience was successfully archived. |