ODBC Driver for Yahoo! Ads

Build 26.0.9655

ReportSearchAdsCampaign_budget

To view the Campaign_budget 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 ReportSearchAdsCampaign_budget WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsCampaign_budget WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsCampaign_budget WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsCampaign_budget 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
Impressions Long Impressions
Clicks Long Clicks
CTR Double CTR
Cost Long Cost
Conv_value Double Conv. value
Cost_conv_ Double Cost/conv.
Cost_conv_all_ Double Cost/conv. (all)
Conversionname String Conversion name
Conversions Double Conversions
ConversionTrackingPurpose String Conversion Tracking Purpose
Conv_rate Double Conv. rate
Cross_deviceconv_ Double Cross-device conv.
Conv_value_all_conv_all_ Double Conv. value (all)/conv. (all)
Conv_value_conv_ Double Conv. value/conv.
Conv_value_all_ Double Conv. value (all)
Conversions_all_ Double Conversions (all)
Conv_rate_all_ Double Conv. rate (all)
Avg_CPC Double Avg. CPC
Day String Dimension: Day
SharedbudgetID Long Shared budget ID
Sharedbudgetname String Shared budget name
Dailysharedbudget Long Daily shared budget
Sharedcampaigns Long Shared campaigns
Targetcampaigns String Target campaigns

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