ManagedCustomersLinks

Service to access basic details about any customer links.

Table Specific Information

Select

There are two ways you can query ManagedCustomers Links.

  • The following query returns all customers links managed by the specified ParentCustomerID.\

    SELECT * FROM [ManagedCustomersLinks] WHERE ParentCustomerID=6101846543

  • The following query returns all customers that are on the GoogleAdwords Account.The driver will get all the customers by querying Customers view internally and for each customer will get the ManagedCustomers Links.\

    SELECT * FROM [ManagedCustomersLinks]

Columns

Name

Type

Behavior

DisplayName

Description

ParentCustomerId [KEY]

String

Management Customer Id.

ManagerCustomerId

String

linked ManagerCustomer Id.

ClientCustomerId

String

linked Client Customer Id.

IsHidden

Boolean

Boolean showing if is hidden.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

CustomerId

String

Client Customer Id. Used as input for api calling

Name

String

Name of the Customer. Used as input for api calling

CanManageClients

String

Boolean showing if Customer can manage clients. Used as input for api calling

CurrencyCode

String

CurrencyCode of the customer. Used as input for api calling

DateTimeZone

String

DateTimeZone Used as input for api calling

TestAccount

Boolean

Boolean showing if the account is a test account. Used as input for api calling

ExcludeHiddenAccounts

Boolean

Name of the place. Used as input for api calling

Last updated