CData Python Connector for Yahoo! Ads

Build 25.0.9440

ReportDisplayAdsPlacement_target

To view the Placement_target 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 ReportDisplayAdsPlacement_target WHERE AccountId = '125466'
SELECT * FROM ReportDisplayAdsPlacement_target WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportDisplayAdsPlacement_target WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportDisplayAdsPlacement_target 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
PlacementlistID Long Placement list ID
Placementlistname String Placement list name
AccountId Long AccountId
AccountName String Account Name
CampaignID Long Campaign ID
CampaignName String Campaign Name
Campaignbuyingtype String Campaign buying type
Campaigndeliverytype String Campaign delivery type
Campaigngoals String Campaign goals
AdGroupID Long Ad Group ID
AdGroupName String Ad Group Name
Device String Device
OS String OS
Web_App String Web/App
Avg_position Double Avg. position
Conv_rate Double Conv. rate
Conv_rate_all_ Double Conv. rate (all)
Avg_CPC Double Avg. CPC
Conv_rate_viaclick_ Double Conv. rate (via click)
Clicks Long Clicks
Conv_value_all_cost Double Conv. value (all)/cost
Conv_value_cost Double Conv. value/cost
Conv_value_viaclick_cost Double Conv. value (via click)/cost
Cost_conv_all_ Double Cost/conv. (all)
Cost_conv_ Double Cost/conv.
Cost_conv_viaclick_ Double Cost/conv. (via click)
Cost Double Cost
Paidvideoviewrate_CPV_ Double Paid video view rate (CPV)
Paidvideoviews_CPV_ Long Paid video views (CPV)
3secvideoviews Long 3 sec video views
10secvideoviews Long 10 sec video views
Avg_CPV Double Avg. CPV
Videoviews Long Video views
Avg_durationofvideoviewed Double Avg. duration of video viewed
Avg_videoviewrate Double Avg. video view rate
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
Viewableimpressions Long Viewable impressions
Avg_vCPM Double Avg. vCPM
View_throughconversions Long View-through conversions
Impressions Long Impressions
Avg_CPM Double Avg. CPM
CTR Double CTR
Measuredimpressions Long Measured impressions
Measuredimpressionrate Double Measured impression rate
Viewableimpressionrate Double Viewable impression rate
Viewableclicks Long Viewable clicks
ViewableCTR Double Viewable CTR
Daily String Dimension: Daily
ObjectiveofConversionTracking String Objective of Conversion Tracking
ConversionName String Conversion Name
Cross_deviceconv_ Long Cross-device conv.
Conversions_viaclick_ Long Conversions (via click)
Conversions Long Conversions
Conv_value_viaclick_conv_viaclick_ Double Conv. value (via click)/conv. (via click)
Conv_value_viaclick_ Long Conv. value (via click)
Conv_value Long Conv. value
Conv_value_conv_ Double Conv. value/conv.
Conversions_all_ Long Conversions (all)
Conv_value_all_ Long Conv. value (all)
Conv_value_all_conv_all_ Double Conv. value (all)/conv. (all)
AppID_Packagename String App ID/Package name
AppName String App Name
AppOS String App OS
AdDeliveryURL String Ad Delivery URL
Videoviewthroughrate Double Video view through rate
Month String Dimension: Month
ConversionID String Conversion ID
Campaigndeliverysettings String Campaign delivery settings
Adgroupdeliverysettings String Ad group delivery settings

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