GuaranteedCampaignLabels
Retrieve the details of GuaranteedCampaigns Labels. The columns values set read-only false can be inserted in the parent table using Temp tables.
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'.
- ContainsLabelIdFlg supports the '='.
- LabelId supports the '=,IN'.
For example:
SELECT * FROM GuaranteedCampaignLabels WHERE AccountId = '1002504155' SELECT * FROM GuaranteedCampaignLabels WHERE AccountId = '1002504155' AND CampaignId = '1833923' SELECT * FROM GuaranteedCampaignLabels WHERE AccountId = '1002504155' AND LabelId = '97108'
Columns
Name | Type | References | Description |
CampaignId | Int64 | Campaign ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
Color | String | Color. | |
Description | String | Description | |
LabelId | Int64 | Label ID. | |
LabelName | String | Label Name | |
ContainsLabelIdFlg | Boolean | Flag of contains label ID. |