SearchAdsAdGroupServiceLabels
Retrieve the details of AdGroup Labels
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 The rest of the filter is executed client side within the 本製品.
- AccountId supports the '='.
- AdGroupId supports the '=,IN'.
- CampaignId supports the '=,IN'.
- UserStatus supports the '=,IN'.
- ContainsLabel supports the '=,IN'.
- PortfolioBiddingIds supports the '=,IN'.
- LabelId supports the '=,IN'.
- StartDate supports the '='.
- EndDate supports the '='.
For example, the following queries are processed server side:
SELECT * FROM SearchAdsAdGroupServiceLabels WHERE AccountId = '1234339' SELECT * FROM SearchAdsAdGroupServiceLabels WHERE AccountId = '1234339' AND AdGroupId = '303253202' SELECT * FROM SearchAdsAdGroupServiceLabels WHERE AccountId = '1234339' AND CampaignId = '303253202'
Columns
Name | Type | References | Description |
AdGroupId [KEY] | Int64 | Ad group ID. | |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
CampaignId | Int64 |
SearchAdsCampaigns.CampaignId | Campaign ID. |
UserStatus | String | Displays ad delivery status that can be set by an user.
使用できる値は次のとおりです。ACTIVE, PAUSED, UNKNOWN | |
Color | String | Color. | |
Description | String | Description | |
LabelName | String | Label Name |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
PortfolioBiddingIds | Int64 | Bidding Statery Ids. | |
ContainsLabel | String | Describes acquisition flag of label data. | |
LabelId | Int64 | Label Ids. | |
StartDate | Date | This is the start date of the search target period. | |
EndDate | Date | This is the end date of the search target period. | |
Min | String | Maximum value of the search range. | |
Max | String | Minimum value of the search range. |