CData Python Connector for Yahoo! Ads

Build 26.0.9655

ReportSearchAdsBid_modifier

To view the Bid_modifier 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 ReportSearchAdsBid_modifier WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsBid_modifier WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsBid_modifier WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsBid_modifier 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
AdgroupID Long Ad group ID
Adgroupname String Ad group name
CampaignID Long CampaignID
Campaignname String Campaign name
Device String Dimension: Device
BidAdjustment Double Bid Adjustment
Level String Level

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