DisplayAdsCampaignServiceLabels
Retrieve the details of DisplayAdsCampaign 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'.
- EndDate supports the '='.
- FeedId supports the '=,IN'.
- StartDate supports the '='.
- UserStatus supports the '=,IN'.
- CampaignGoalFilterType supports the '='.
- CampaignType supports the '='.
- ContainsLabel supports the '='.
- LabelId supports the '=,IN'.
For example:
SELECT * FROM DisplayAdsCampaignServiceLabels WHERE AccountId = '1002504155' SELECT * FROM DisplayAdsCampaignServiceLabels WHERE AccountId = '1002504155' AND CampaignId = '30799754' SELECT * FROM DisplayAdsCampaignServiceLabels WHERE AccountId = '1002504155' AND LabelId = '1000158197'
Columns
Name | Type | References | Description |
LabelId [KEY] | Int64 | Label ID | |
CampaignId | Int64 | Campaign ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID |
StartDate | Date | Start date. Format: yyyy-MM-dd. | |
EndDate | Date | End date. Format: yyyy-MM-dd. | |
UserStatus | String | ad delivery status that can be set by an user
使用できる値は次のとおりです。ACTIVE, PAUSED, UNKNOWN | |
FeedId | Int64 | Feed ID.If adType is Dynamic Ads for Display, this field is required in ADD operation | |
Color | String | Color. | |
Description | String | Description | |
LabelName | String | Label Name |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
CampaignGoalFilterType | String | Campaigns with campaignGoal or with no campaignGoal
使用できる値は次のとおりです。ALL, NON_GOAL, GOAL, UNKNOWN デフォルト値はALLです。 | |
CampaignType | String | Type of campaign
使用できる値は次のとおりです。STANDARD, APP, UNKNOWN | |
ContainsLabel | Boolean | Flag of contains label ID |