AssetDataCallAssetSchedules
Asset value information for phone number options.
Table Specific Information
Select
The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId is required to make a request and the rest of the filter is executed client-side within the 本製品.
- AccountId supports the '='.
- ApprovalStatus supports the '=,IN'.
- AssetId supports the '=,IN'.
For example:
SELECT * FROM AssetDataCallAssetSchedules WHERE AccountId = '1234339' SELECT * FROM AssetDataCallAssetSchedules WHERE AccountId = '1234339' AND ApprovalStatus = 'APPROVED' SELECT * FROM AssetDataCallAssetSchedules WHERE AccountId = '1234339' AND ApprovalStatus = 'APPROVED' AND AssetId = '3460269'
Columns
Name | Type | References | Description |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
AssetId | Int64 | Asset ID. | |
DayOfWeek | String | A day of the week. | |
EndHour | Int64 | End time in hour. | |
EndMinute | String | Minutes of an hour. Only supported for: 0, 15, 30, and 45 minutes past the hour. | |
StartHour | Int64 | Start time in hour. | |
StartMinute | String | Minutes of an hour. Only supported for: 0, 15, 30, and 45 minutes past the hour. |