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'.
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 | キャンペーン | |
Uniqueuserswithviewableimpressions | Long | ビューアブルインプレッションのユニークユーザー数 | |
Uniqueuserswithclicksorvideoviews | Long | クリックまたは動画再生のユニークユーザー数 | |
Uniqueuserswithconversions_incl_view_through_ | Long | コンバージョン(ビュースルーを含む)のユニークユーザー数 | |
Uniqueuserswithconversions | Long | コンバージョンのユニークユーザー数 | |
Uniqueuserswithconversions_viaclick_ | Long | コンバージョン(クリック経由)のユニークユーザー数 | |
Uniqueuserswithview_throughconversions | Long | ビュースルーコンバージョンのユニークユーザー数 | |
Account | String | アカウント | |
AccountId | Long | Account Id |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
ReportDateRangeType | String | レポートの集計対象期間
使用できる値は次のとおりです。LAST_7_DAYS, LAST_MONTH, THIS_MONTH, THIS_MONTH_EXCEPT_TODAY, TODAY, YESTERDAY, LAST_30_DAYS, LAST_14_DAYS, CUSTOM_DATE, LAST_WEEK, LAST_BUSINESS_WEEK | |
DateRangeStartDate | String | 集計開始日(yyyy-MM-dd) ReportDateRangeType='CUSTOM_DATE' のとき必須 | |
DateRangeEndDate | String | 集計終了日(yyyy-MM-dd) ReportDateRangeType='CUSTOM_DATE' のとき必須 | |
CrossCampaignType | String | 横断リーチレポートの組み合わせの種別
使用できる値は次のとおりです。CAMPAIGN_ID, CAMPAIGN_GOAL, CAMPAIGN_BUYING_TYPE | |
CrossCampaignId | String | 横断リーチレポートの組み合わせの対象となるアカウントおよびキャンペーンID crossCampaignTypeがCAMPAIGN_ID の場合は必須 | |
CrossCampaignGoal | String | 横断リーチレポートの組み合わせの対象となるアカウントおよびキャンペーン目的 crossCampaignTypeがCAMPAIGN_GOAL の場合は必須 |