Resource: LinkedCustomer
Represents a linked ADH customer account.
JSON representation | |
---|---|
{ "customerId": string, "displayName": string, "dataTypes": [ enum ( |
Fields | |
---|---|
customerId |
Ads Data Hub customer ID for linked customer. |
displayName |
Display name. |
dataTypes[] |
Data types that are accessible from this account. |
status |
Status of the account linking request. |
statusTime |
Timestamp of most recent status update. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
DataType
Type of data linked.
Enums | |
---|---|
DATA_TYPE_UNSPECIFIED |
Unspecified data type. |
DATA_TYPE_ADS_DATA |
This account has provided access to their Ads Data Hub ad data and can be listed as an adsDataCustomerId during query execution. |
DATA_TYPE_MATCH_DATA |
This account has provided access to their Ads Data Hub match table data and can be listed as a matchDataCustomerId during query execution. |
Methods |
|
---|---|
|
Retrieves linked Ads Data Hub customers (customers that can be queries by the specified customer). |