AudienceListContentAppUserAudienceListRulesRuleConditions
Retrieve the details of AudienceListContentAppUserAudienceListRules Rules RuleConditions. 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'.
- SharingStatusFilterType supports the '='.
For example:
SELECT * FROM AudienceListContentAppUserAudienceListRulesRuleConditions WHERE AccountId = '1234339' SELECT * FROM AudienceListContentAppUserAudienceListRulesRuleConditions WHERE AccountId = '1234339' AND AudienceListId = '1003039071'
Columns
Name | Type | References | Description |
AudienceListId | Int64 | Audience List ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
CompareOperator | String | Types of rule conditions.
使用できる値は次のとおりです。EQUAL, INCLUDED, START_WITH, END_WITH, NOT_EQUAL, NOT_INCLUDED, NOT_START_WITH, NOT_END_WITH, UNKNOWN | |
RuleType | String | Type of the rule.
使用できる値は次のとおりです。URL, LABEL, REFERER_URL, PAGE_TYPE, ITEM_ID, ITEM_CATEGORY_ID, EVENT_TYPE, UNKNOWN | |
Value | String | Matching Rules Value. The field is required in ADD and SET operation. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
SharingStatusFilterType | String | sharing status of the target list.
使用できる値は次のとおりです。ALL, SHARED, NOT_SHARED, UNKNOWN デフォルト値はALLです。 |