ReportDisplayAdsReach
To view the Reach 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 '='.
SELECT * FROM ReportDisplayAdsReach WHERE AccountId = '125466' SELECT * FROM ReportDisplayAdsReach WHERE AccountId = '125466' AND ReportJobId = '123456' SELECT * FROM ReportDisplayAdsReach WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS' SELECT * FROM ReportDisplayAdsReach 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 | |
| AdGroupID | Long | Ad Group ID | |
| AdGroupName | String | Ad Group Name | |
| AdID | Long | Ad ID | |
| AdName | String | Ad Name | |
| Daily | String | Dimension: Daily | |
| Campaigngoals | String | Campaign goals | |
| Campaignbuyingtype | String | Campaign buying type | |
| Packagename | String | Package name | |
| Impressions | Long | Impressions | |
| CTR | Double | CTR | |
| Cost | Double | Cost | |
| Clicks | Long | Clicks | |
| Avg_CPC | Double | Avg. CPC | |
| Avg_CPM | Double | Avg. CPM | |
| Avg_vCPM | Double | Avg. vCPM | |
| Viewableimpressions | Long | Viewable impressions | |
| Measuredimpressions | Long | Measured impressions | |
| Viewableclicks | Long | Viewable clicks | |
| Measuredimpressionrate | Double | Measured impression rate | |
| Viewableimpressionrate | Double | Viewable impression rate | |
| ViewableCTR | Double | Viewable CTR | |
| 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 | |
| 10secvideoviews | Long | 10 sec video views | |
| Conversions | Long | Conversions | |
| Conv_rate | Double | Conv. rate | |
| Cost_conv_ | Double | Cost/conv. | |
| Conversions_all_ | Long | Conversions (all) | |
| Conv_rate_all_ | Double | Conv. rate (all) | |
| Cost_conv_all_ | Double | Cost/conv. (all) | |
| Conversions_viaclick_ | Long | Conversions (via click) | |
| Conv_rate_viaclick_ | Double | Conv. rate (via click) | |
| Cost_conv_viaclick_ | Double | Cost/conv. (via click) | |
| Cross_deviceconv_ | Long | Cross-device conv. | |
| Reaches | Long | Reaches | |
| Averagefrequency | Double | Average frequency | |
| Startdate | String | Start date | |
| Enddate | String | End date | |
| Lifetimebudget | Long | Lifetime budget | |
| Campaigndeliverytype | String | Campaign delivery type | |
| View_throughconversions | Long | View-through conversions | |
| Videoviewthroughrate | Double | Video view through rate | |
| Campaigndeliverysettings | String | Campaign delivery settings | |
| Adgroupdeliverysettings | String | Ad group delivery settings | |
| Addeliverysettings | String | Ad delivery settings | |
| Reaches_viewableimpression_ | Long | Reaches (viewable impression) | |
| Averagefrequency_viewableimpression_ | Double | Average frequency (viewable impression) | |
| Reaches_measuredimpression_ | Long | Reaches (measured impression) | |
| Averagefrequency_measuredimpression_ | Double | Average frequency (measured impression) |
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. |