CData Python Connector for Yahoo! Ads

Build 25.0.9440

ReportSearchAdsBid_strategy

To view the Bid_strategy 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_strategy WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsBid_strategy WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsBid_strategy WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsBid_strategy 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
Cost Long Cost
Impressions Long Impressions
Clicks Long Clicks
CTR Double CTR
Avg_CPC Double Avg. CPC
PortfoliobiddingID Long Portfolio bidding ID
Portfoliobiddingname String Portfolio bidding name
AutoBiddingType String Auto Bidding Type
Campaigns Long Campaigns
AdPosition_Targetpositioninsearchresults_ String Ad Position (Target position in search results)
BiddingAdjustmentMethod_Targetpositioninsearchresults_ String Bidding Adjustment Method (Target position in search results)
BiddingAdjustment_Targetpositioninsearchresults_ Long Bidding Adjustment (Target position in search results)
LimitbyCampaignBudget_Targetpositioninsearchresults_ String Limit by Campaign Budget (Target position in search results)
LowQualityKeyword_Targetpositioninsearchresults_ String Low Quality Keyword (Target position in search results)
BidLimit_Targetpositioninsearchresults_ Long Bid Limit (Target position in search results)
TargetCPA Double Target CPA
BidLimit_TargetCPA_ Long Bid Limit (Target CPA)
LowerBidLimit_TargetCPA_ Long Lower Bid Limit (Target CPA)
TargetROAS Double Target ROAS
BidLimit_TargetROAS_ Long Bid Limit (Target ROAS)
LowerBidLimit_TargetROAS_ Long Lower Bid Limit (Target ROAS)
BidLimit_MaximizeClicks_ Long Bid Limit (Maximize Clicks)
Conversions Double Conversions
Conv_Rate Double Conv. Rate
Conv_Value Double Conv. Value
CostPerConv_ Double Cost Per Conv.
ValuePerConv_ Double Value Per Conv.
AllConv_ Double All Conv.
AllConv_Rate Double All Conv. Rate
AllConv_Value Double All Conv. Value
CostPerAllConv_ Double Cost Per All Conv.
ValuePerAllConv_ Double Value Per All Conv.
Conversionsacrossdevices Double Conversions across devices
Device String Dimension: Device
Day String Dimension: Day
Dayofweek String Day of week
Quarter String Dimension: Quarter
Year String Dimension: Year
Month String Dimension: Month
MonthofYear String Month of Year
Week String Dimension: Week
Hourofday Long Hour of day
Conv_ValuePerCost Double Conv. Value Per Cost
AllConv_ValuePerCost Double All Conv. Value Per Cost

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.9440