ADO.NET Provider for Yahoo! Ads

Build 25.0.9434

ReportSearchAdsAsset_combinations

To view the Asset Combination report, a simple SELECT statement generates and retrieves the report for the last 7 days.

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 '='.
  • ReportDateRangeType supports the '='.
  • DateRangeStartDate supports the '='.
  • DateRangeEndDate supports the '='.
For example:
SELECT * FROM ReportSearchAdsAsset_combinations WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsAsset_combinations WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsAsset_combinations WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsAsset_combinations WHERE AccountId = '125466' AND ReportDateRangeType = 'CUSTOM_DATE' and DateRangeStartDate = '2022-02-12' AND DateRangeEndDate = '2022-04-29'

Note: Since the Report is Dynamic, so the columns may vary depending upon the API.

Columns

Name Type References Description
ReportJobId String ReportJobId
AccountId String AccountId
AccountName String Account Name
CampaignId Long Campaign ID
AdGroupId Long AdGroup ID
AdId Long Ad ID
CampaignName String Campaign name
AdGroupName String Ad group name
AdName String Ad Name
Impressions Long Impressions
DeliveredTitle1 String Delivered title 1
DeliveredTitle2 String Delivered title 2
DeliveredTitle3 String Delivered title 3
ConcatenatedTitle String Concatenated title
DeliveredDescription1 String Delivered description 1
DeliveredDescription2 String Delivered description 2
DeliveredImage1 String Delivered image 1
DeliveredImage2 String Delivered image 2
DeliveredImage3 String Delivered image 3
DeliveredQuickLink1 String Delivered quick link 1
DeliveredQuickLink2 String Delivered quick link 2
DeliveredQuickLink3 String Delivered quick link 3
DeliveredQuickLink4 String Delivered quick link 4
DeliveredQuickLink5 String Delivered quick link 5
DeliveredQuickLink6 String Delivered quick link 6
DeliveredQuickLink7 String Delivered quick link 7
DeliveredQuickLink8 String Delivered quick link 8
DeliveredCallout1 String Delivered callout 1
DeliveredCallout2 String Delivered callout 2
DeliveredCallout3 String Delivered callout 3
DeliveredCallout4 String Delivered callout 4
DeliveredCallout5 String Delivered callout 5
DeliveredCallout6 String Delivered callout 6
DeliveredCallout7 String Delivered callout 7
DeliveredCallout8 String Delivered callout 8
DeliveredCallout9 String Delivered callout 9
DeliveredCallout10 String Delivered callout 10
DeliveredCategorySnippet1 String Delivered category snippet 1
DeliveredCategorySnippet2 String Delivered category snippet 2
DeliveredCall String Delivered call

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
ReportDateRangeType String ReportDefinitionService ReportDateRangeType displays a date range of the report
DateRangeStartDate String The compilation start date
DateRangeEndDate String The compilation end date.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434