SsaAccounts
Read SSA account information for Search Ads.
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 following columns are filterable on the server side and the rest of the filter is executed client-side within the connector.
- AccountId supports the '='.
- AccountStatus supports the '=,IN'.
- AccountType supports the '=,IN'.
SELECT * FROM SsaAccounts WHERE AccountId = '1002504155' SELECT * FROM SsaAccounts WHERE AccountStatus = 'INPROGRESS' SELECT * FROM SsaAccounts WHERE AccountType = 'INVOICE'
Columns
| Name | Type | References | Description |
| AccountId [KEY] | Int64 | Account ID. Unique identifier for the SSA account. | |
| AccountName | String | Account name. The name of the SSA account. | |
| AccountStatus | String | Account status. Current status of the SSA account.
使用できる値は次のとおりです。INPROGRESS, WAIT_DECIDE, SUSPENDED, SERVING, ENDED, UNKNOWN | |
| AccountType | String | Account type. Payment type of the SSA account.
使用できる値は次のとおりです。PREPAY, INVOICE, UNKNOWN | |
| AutoTaggingEnabled | String | Auto tagging enabled. Whether auto tagging is enabled for the account. | |
| ContactBizId | String | Contact business ID. Business ID associated with the account contact. | |
| DeliveryStatus | String | Delivery status. Current delivery status of the account. | |
| StartDate | Date | Start date. The start date of ad serving for the account. | |
| EndDate | Date | End date. The end date of ad serving for the account. |