CData Python Connector for Yahoo! Ads

Build 25.0.9440

ReportSearchAdsAd

To view the Ad 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 ReportSearchAdsAd WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsAd WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsAd WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsAd 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 CampaignID
AdGroupID Long Ad Group ID
AdID Long Ad ID
CampaignName String Campaign Name
AdGroupName String Ad Group Name
AdName String Ad Name
DisplayURL String Display URL
DestinationURL String Destination URL
AdType String Ad Type
DistributionSettings String Distribution Settings
EditorialStatus String Editorial Status
Cost Long Cost
Impressions Long Impressions
Clicks Long Clicks
CTR Double CTR
Avg_CPC Double Avg. CPC
Description1 String Description 1
Description2 String Description 2
FocusDevice String Focus Device
TrackingURL String Tracking URL
CustomParameters String Custom Parameters
FinalURL String Final URL
SmartphonefinalURL String Smartphone final URL
CampaignTrackingID Long Campaign Tracking ID
AdTrackingID Long Ad Tracking ID
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
AdGroupTrackingID Long Ad Group Tracking ID
Showadson String Show ads on
ClickType String Dimension: ClickType
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
ObjectiveofConversionTracking String Objective of Conversion Tracking
ConversionName String Conversion Name
KeywordID Long Keyword ID
Title1 String Title1
Title2 String Title2
Title3 String Title3
Directory1 String Directory1
Directory2 String Directory2
Labels String Labels
Labels_JSON_ String Labels(JSON)
Searchabsolutetopimpressionrate Double Search absolute top impression rate
Searchtopimpressionrate Double Search top impression rate
Conv_ValuePerCost Double Conv. Value Per Cost
AllConv_ValuePerCost Double All Conv. Value Per Cost
Title1_asset_ String Title 1 (asset)
Title2_asset_ String Title 2 (asset)
Title3_asset_ String Title 3 (asset)
Title4_asset_ String Title 4 (asset)
Title5_asset_ String Title 5 (asset)
Title6_asset_ String Title 6 (asset)
Title7_asset_ String Title 7 (asset)
Title8_asset_ String Title 8 (asset)
Title9_asset_ String Title 9 (asset)
Title10_asset_ String Title 10 (asset)
Title11_asset_ String Title 11 (asset)
Title12_asset_ String Title 12 (asset)
Title13_asset_ String Title 13 (asset)
Title14_asset_ String Title 14 (asset)
Title15_asset_ String Title 15 (asset)
Description1_asset_ String Description 1 (asset)
Description2_asset_ String Description 2 (asset)
Description3_asset_ String Description 3 (asset)
Description4_asset_ String Description 4 (asset)

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