CampaignAsset
Provides operation of assets associated with campaign.
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 '='.
- CampaignId supports the '=,IN'.
- AssetId supports the '=,IN'.
For example:
SELECT * FROM CampaignAsset WHERE AccountId = '1234339' SELECT * FROM CampaignAsset WHERE AccountId = '1234339' AND CampaignId = '89542' SELECT * FROM CampaignAsset WHERE AccountId = '1234339' AND CampaignId = '89542' AND AssetId = '654852'
Columns
Name | Type | ReadOnly | References | Description |
AccountId | Int64 | True |
SearchAdsAccounts.AccountId |
Account ID. |
AssetId | Int64 | True |
Asset ID. | |
CampaignId | Int64 | True |
Campaign ID. | |
Type | String | False |
Selects the type of Asset information. | |
UserStatus | String | False |
Displays the status of the assets set in the campaign. |