GuaranteedAdGroupAdLabels
Retrieve the details of GuaranteedAdGroupAds 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 '='.
- AdGroupId supports the '=,IN'.
- AdId supports the '=,IN'.
- CampaignId supports the '=,IN'.
- ContainsLabelIdFlg supports the '='.
- LabelId supports the '=,IN'.
- MediaId supports the '=,IN'.
For example:
SELECT * FROM GuaranteedAdGroupAdLabels WHERE AccountId = '123436'
Columns
Name | Type | References | Description |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
AdGroupId | Int64 |
GuaranteedAdGroups.AdGroupId | Ad group ID |
AdId | Int64 | Ad ID | |
CampaignId | Int64 |
GuaranteedCampaigns.AccountId | Campaign ID |
MediaId | Int64 |
Media.MediaId | Media ID. |
Color | String | Color. | |
Description | String | Description | |
LabelId | Int64 |
DisplayAdsLabels.LabelId | Label ID. |
LabelName | String | Label Name |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
ContainsLabelIdFlg | Boolean | Flag of contains label ID. |