ADO.NET Provider for Google Analytics

Build 26.0.9657

SubpropertySyncConfigs

List all SubpropertySyncConfig resources for a property.

Select

The provider uses the Google Analytics API to process WHERE clause conditions built with the following columns and operators:

  • Parent supports the following operator: =
  • PropertyId supports the following operator: =
  • Name supports the following operator: =

The API requires that at least one of the following columns must be specified: Name, Parent, or PropertyId.

For example, the following queries are processed server-side:

	SELECT * FROM SubpropertySyncConfigs where Parent = 'properties/307712345';
	SELECT * FROM SubpropertySyncConfigs where Name = 'properties/307712345/subpropertySyncConfigs/1234559643';
The rest of the filter is executed client-side in the provider.

Columns

Name Type Dimension DefaultMetric DefaultDimension Description
Name [KEY] String Resource name of this SubpropertySyncConfig. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id}.
Parent String Name of the SubpropertySyncConfigs's logical parent.
PropertyId Integer Property ID value to be used when querying this table.
ApplyToProperty String Resource name of the subproperty that these settings apply to.
CustomDimensionAndMetricSyncMode String Specifies the Custom Dimension and Metric synchronization mode for the subproperty. Possible values: SYNCHRONIZATION_MODE_UNSPECIFIED, NONE, ALL.

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