ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

SearchAdsReportFilters

Retrieves the details of Report Filters.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 '='.
  • ReportJobId supports the '=,IN'.
  • ReportJobStatus supports the '=,IN'.
  • ReportType supports the '=,IN'.

For example:

SELECT * FROM SearchAdsReportFilters WHERE AccountId = '25687'

SELECT * FROM SearchAdsReportFilters WHERE AccountId = '25687' AND ReportJobId = '5678'

Columns

Name Type References Description
AccountId Int64

SearchAdsAccounts.AccountId

Account ID.
ReportJobId String Report Job ID.
ReportJobStatus String A status of the requested report.

使用できる値は次のとおりです。WAIT, COMPLETED, IN_PROGRESS, FAILED, UNKNOWN

ReportType String Displays a type of available report.

使用できる値は次のとおりです。ACCOUNT, CAMPAIGN, ADGROUP, AD, KEYWORDS, SEARCH_QUERY, GEO, FEED_ITEM, GEO_TARGET, SCHEDULE_TARGET, BID_STRATEGY, AD_CUSTOMIZERS, TARGET_LIST, LANDING_PAGE_URL, KEYWORDLESSS_QUERY, WEBPAGE_CRITERION, UNKNOWN

Field String Field which you set filtering.
FilterOperator String Displays filtering conditions for the report.

使用できる値は次のとおりです。EQUALS, NOT_EQUALS, GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN, LESS_THAN_EQUALS, CONTAINS, IN, UNKNOWN

Values String Condition values to filter the field.

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