CData Python Connector for Yahoo! Ads

Build 25.0.9440

ReportDisplayAdsCross_campaign_reaches

To view the Cross_campaign_reaches 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 '='.
  • CrossCampaignType supports the '='.
  • CrossCampaignId supports the '=,IN'.
  • CrossCampaignGoal supports the '=,IN'.
For example:
SELECT * FROM ReportDisplayAdsCross_campaign_reaches WHERE AccountId = '125466'
SELECT * FROM ReportDisplayAdsCross_campaign_reaches WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportDisplayAdsCross_campaign_reaches WHERE AccountId = '125466' AND CrossCampaignType = 'CAMPAIGN_ID' AND CrossCampaignId IN ('30826572', '30826497')
SELECT * FROM ReportDisplayAdsCross_campaign_reaches WHERE AccountId = '125466' AND CrossCampaignType = 'CAMPAIGN_GOAL' AND CrossCampaignGoal IN ('CONVERSION', 'APP_PROMOTION')
SELECT * FROM ReportDisplayAdsCross_campaign_reaches WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportDisplayAdsCross_campaign_reaches 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
Campaign String Campaign
Uniqueuserswithviewableimpressions Long Unique users with viewable impressions
Uniqueuserswithclicksorvideoviews Long Unique users with clicks or video views
Uniqueuserswithconversions_incl_view_through_ Long Unique users with conversions (incl. view-through)
Uniqueuserswithconversions Long Unique users with conversions
Uniqueuserswithconversions_viaclick_ Long Unique users with conversions (via click)
Uniqueuserswithview_throughconversions Long Unique users with view-through conversions
Account String Account
AccountId Long Account Id

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.
CrossCampaignType String Indicates the combination type of Cross-campaign Reach Report.
CrossCampaignId String Indicates account and campaign ID that is subject to Cross-campaign Reach Report combination.
CrossCampaignGoal String Indicates account and campaign goal that is subject to Cross-campaign Reach Report combination.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440