Customers

Service to access basic details about any customer.

Table Specific Information

Select

There are two ways you can query Customers.

  • The following query returns customer specified.\

    SELECT * FROM [Customers] WHERE CustomerID=6101846543

  • The following query returns all customers.\

    SELECT * FROM [Customers]

Columns

Name

Type

Behavior

DisplayName

Description

CustomerId [KEY]

String

Client Customer Id.

CurrencyCode

String

CurrencyCode of the customer.

DateTimeZone

String

DateTimeZone of the customer.

DescriptiveName

String

Name of the Customer.

CanManageClients

Boolean

Boolean showing if Customer can manage clients.

TestAccount

Boolean

Boolean showing if the account is a test account.

AutoTaggingEnabled

Boolean

Boolean shofing if the AutoTagging is enabled.

ParallelTrackingEnabled

Boolean

Boolean shofing if the ParallellTracking is enabled.

EffectiveConversionTrackingId

Long

Id of EffectiveConversionTracking.

UsesCrossAccountConversionTracking

String

Boolean shofing if the UsesCrossAccountConversionTracking is enabled.

Snippet

String

Snippet.

GoogleGlobalSiteTag

String

GoogleGlobalSiteTag.

Last updated