JDBC Driver for Yahoo! Ads

Build 26.0.9655

ReportSearchAdsResponsive_ads_for_search_asset

To view the Responsive_ads_for_search_asset report. Simple Select statement will create and retrieve last 7 days report

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 ReportSearchAdsResponsive_ads_for_search_asset WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsResponsive_ads_for_search_asset WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsResponsive_ads_for_search_asset WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsResponsive_ads_for_search_asset 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 Report Job ID.
AccountId String AccountId
AccountName String Account Name
CampaignID Long CampaignID
AdgroupID Long Ad group ID
AdID Long Ad ID
Campaignname String Campaign name
Adgroupname String Ad group name
AdName String Ad Name
Asset String Asset
Assettype String Asset type
Positionpinning String Position pinning
Performancerating String Performance rating
Impressions Long Impressions
Day String Dimension: Day
Week_Mon_Sun_ String Week (Mon-Sun)
Month String Dimension: Month
Quarter String Dimension: Quarter
Year String Dimension: Year
Dayoftheweek String Day of the week
Showadson String Show ads on

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) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655