AudienceListContentCombinationAudienceListCombinations
Retrieve the details of Combination of Audience list information. 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 '='.
- AudienceListId supports the '=,IN'.
- AudienceListType supports the '=,IN'.
For example:
SELECT * FROM AudienceListContentCombinationAudienceListCombinations WHERE AccountId = '1234339' SELECT * FROM AudienceListContentCombinationAudienceListCombinations WHERE AccountId = '1234339' AND AudienceListId = '1003039071' SELECT * FROM AudienceListContentCombinationAudienceListCombinations WHERE AccountId = '1234339' AND AudienceListId = '1003039071' AND AudienceListType = 'DEFAULT_LIST'
Columns
Name | Type | References | Description |
AudienceListId | Int64 | Audience List ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
AudienceLists | String | Audience lists. If audienceListType is COMBINATION, this field is required in ADD and SET operation. | |
LogicalOperator | String | Displays the type of conditions. This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
使用できる値は次のとおりです。OR, AND, NOTIN, UNKNOWN |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
SharingStatusFilterType | String | Sharing status of the Audience list.
使用できる値は次のとおりです。ALL, SHARED, NOT_SHARED, UNKNOWN デフォルト値はALLです。 |