DisplayAdsAccountLinks
Get the account link information.
Table Specific Information
SELECT
The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The ManagerAccountId is required to make a request and the rest of the filter is executed client-side within the 本製品.
- MccAccountId supports the '='.
- AccountStatus supports the '=,IN'.
SELECT * FROM DisplayAdsAccountLinks WHERE MccAccountId = '1002513173' SELECT * FROM DisplayAdsAccountLinks WHERE MccAccountId = '1002513173' AND AccountStatus IN ('INPROGRESS','WAIT_DECIDE')
Columns
Name | Type | References | Description |
MccAccountId [KEY] | Int64 | MCC Account ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
OwnerShipType | String | Describes whether the linked account is an account within the same company. | |
AccountStatus | String | Account registration status
使用できる値は次のとおりです。INPROGRESS, WAIT_DECIDE, SUSPENDED, SERVING, ENDED, UNKNOWN |