ADO.NET Provider for Google Analytics

Build 26.0.9657

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9657