SearchAdsAccountLinks
Get account link information.
Table Specific Information
Select
The connector 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 connector.
- MccAccountId supports the '='.
- AccountStatus supports the '=,IN'.
For example:
SELECT * FROM SearchAdsAccountLinks WHERE MccAccountId = '1002513173' SELECT * FROM SearchAdsAccountLinks WHERE MccAccountId = '1002513173' AND AccountStatus IN ('INPROGRESS','WAIT_DECIDE')
Columns
Name | Type | References | Description |
MccAccountId [KEY] | Int64 | MCC Account ID. | |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
OwnerShipType | String | Describes whether the linked account is an account within the same company. | |
AccountStatus | String | Displays the account registration status.
使用できる値は次のとおりです。INPROGRESS, WAIT_DECIDE, SUSPENDED, SERVING, ENDED, UNKNOWN |