ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

AudienceListContentRuleAudienceListRules

Retrieve the details of ContentRuleAudience List Rules. 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 AudienceListContentRuleAudienceListRules WHERE AccountId = '1234339'
SELECT * FROM AudienceListContentRuleAudienceListRules WHERE AccountId = '1234339' AND AudienceListId = '1003039071'
SELECT * FROM AudienceListContentRuleAudienceListRules 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.
RuleConditions String Displays the possible conditions to set for audience list. 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です。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839