ADO.NET Provider for Google Analytics

Build 26.0.9657

GetReportingIdentitySettings

Returns the reporting identity settings for a property. Requires one of the following OAuth scope: https://www.googleapis.com/auth/analytics.readonly, 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 GetReportingIdentitySettings PropertyId='123456';

Input

Name Type Required Description
PropertyId String True The id of the property for which reporting identity settings to retrieve.

Result Set Columns

Name Type Description
Success String Whether the stored procedure was successfully executed.
Name String Resource name of this setting.
ReportingIdentity String The strategy used for identifying user identities in reports. Possible values: IDENTITY_BLENDING_STRATEGY_UNSPECIFIED, BLENDED, OBSERVED, DEVICE_BASED.

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