CData Python Connector for Yahoo! Ads

Build 25.0.9440

ReportDisplayAdsAd

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 ReportDisplayAdsAd WHERE AccountId = '125466'
SELECT * FROM ReportDisplayAdsAd WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportDisplayAdsAd WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportDisplayAdsAd 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 Long AccountId
AccountName String Account Name
CampaignID Long Campaign ID
CampaignName String Campaign Name
Campaigndeliverysettings String Campaign delivery settings
AdGroupID Long Ad Group ID
AdGroupName String Ad Group Name
Adgroupdeliverysettings String Ad group delivery settings
AdID Long Ad ID
AdName String Ad Name
Adtype String Ad type
Adtype_prev_ String Ad type (prev)
Addeliverysettings String Ad delivery settings
DestinationURLID Long Destination URL ID
DestinationURL String Destination URL
PrefectureID String Prefecture ID
Prefectures String Prefectures
CityID String City ID
City String City
WardID String Ward ID
Ward String Ward
Gender String Gender
Age String Age
Month String Dimension: Month
Daily String Dimension: Daily
Hourly Long Hourly
AdDistribution String Ad Distribution
Device String Device
Mainmediaformat String Main media format
MediaID String Media ID
MediaName String Media Name
FileName String File Name
PixelSize String Pixel Size
Title String Title
Description1 String Description 1
Description2 String Description 2
DisplayURL String Display URL
SearchKeywordID Long Search Keyword ID
SearchKeyword String Search Keyword
ObjectiveofConversionTracking String Objective of Conversion Tracking
Carrier String Carrier
Layout String Layout
DynamicImageExtensions String Dynamic Image Extensions
CampaignlabelIDs_JSON_ String Campaign label IDs (JSON)
Campaignlabels String Campaign labels
Campaignlabels_JSON_ String Campaign labels (JSON)
AdgrouplabelIDs_JSON_ String Ad group label IDs (JSON)
Adgrouplabels String Ad group labels
Adgrouplabels_JSON_ String Ad group labels (JSON)
AdlabelIDs_JSON_ String Ad label IDs (JSON)
Adlabels String Ad labels
Adlabels_JSON_ String Ad labels (JSON)
ConversionName String Conversion Name
OS String OS
Web_App String Web/App
CampaignType String Campaign Type
AppID_Packagename String App ID/Package name
AppName String App Name
AppOS String App OS
Campaigngoals String Campaign goals
Campaignbuyingtype String Campaign buying type
DestinationURL_campaignbanner_ String Destination URL (campaign banner)
Packagename String Package name
Impressions Long Impressions
CTR Double CTR
Cost Double Cost
Clicks Long Clicks
Avg_CPC Double Avg. CPC
Avg_position Double Avg. position
Viewableimpressions Long Viewable impressions
Avg_CPV Double Avg. CPV
25_videoviews Long 25% video views
50_videoviews Long 50% video views
75_videoviews Long 75% video views
95_videoviews Long 95% video views
100_videoviews Long 100% video views
Avg_videoviewrate Double Avg. video view rate
Avg_durationofvideoviewed Double Avg. duration of video viewed
Videoviews Long Video views
Paidvideoviews_CPV_ Long Paid video views (CPV)
Paidvideoviewrate_CPV_ Double Paid video view rate (CPV)
3secvideoviews Long 3 sec video views
Conversions Long Conversions
Conv_rate Double Conv. rate
Cost_conv_ Double Cost/conv.
Conv_value Long Conv. value
Conv_value_conv_ Double Conv. value/conv.
Conversions_all_ Long Conversions (all)
Conv_rate_all_ Double Conv. rate (all)
Cost_conv_all_ Double Cost/conv. (all)
Conv_value_all_ Long Conv. value (all)
Conv_value_all_conv_all_ Double Conv. value (all)/conv. (all)
Conversions_viaclick_ Long Conversions (via click)
Conv_rate_viaclick_ Double Conv. rate (via click)
Cost_conv_viaclick_ Double Cost/conv. (via click)
Conv_value_viaclick_ Long Conv. value (via click)
Conv_value_viaclick_conv_viaclick_ Double Conv. value (via click)/conv. (via click)
Cross_deviceconv_ Long Cross-device conv.
Conv_value_cost Double Conv. value/cost
Conv_value_all_cost Double Conv. value (all)/cost
Conv_value_viaclick_cost Double Conv. value (via click)/cost
Avg_CPM Double Avg. CPM
Avg_vCPM Double Avg. vCPM
Measuredimpressions Long Measured impressions
Viewableclicks Long Viewable clicks
Measuredimpressionrate Double Measured impression rate
Viewableimpressionrate Double Viewable impression rate
ViewableCTR Double Viewable CTR
10secvideoviews Long 10 sec video views
Impressionshare Double Impression share
Lostimpressionshare_budget_ Double Lost impression share (budget)
Lostimpressionshare_rank_ Double Lost impression share (rank)
Lifetimebudget Long Lifetime budget
Campaigndeliverytype String Campaign delivery type
View_throughconversions Long View-through conversions
Videoviewthroughrate Double Video view through rate
ConversionID String Conversion ID
ContentkeywordID Long Content keyword ID
Contentkeyword String Content keyword
Conversiongroupname String Conversion group name
ConversiongroupID Long Conversion group ID
FinalURL String Final URL
TrackingURL String Tracking URL
Targetradius String Target radius
Distancefromtargetlocation String Distance from target location
Viewableimpressionsperpanel Long Viewable impressions per panel
ViewableCTRperpanel Double Viewable CTR per panel
Responsiveadstype String Responsive ads type

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