ReportSearchAdsAccount
To view the Account 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 ReportSearchAdsAccount WHERE AccountId = '125466' SELECT * FROM ReportSearchAdsAccount WHERE AccountId = '125466' AND ReportJobId = '123456' SELECT * FROM ReportSearchAdsAccount WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS' SELECT * FROM ReportSearchAdsAccount 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 | String | アカウントID | |
AccountName | String | アカウント名 | |
Cost | Long | コスト | |
Impressions | Long | インプレッション数 | |
Clicks | Long | クリック数 | |
CTR | Double | クリック率 | |
Avg_CPC | Double | 平均CPC | |
InvalidClicks | Long | 無効なクリック | |
InvalidClickRate | Double | 無効なクリック率 | |
ImpressionShare | Double | インプレッションシェア | |
ExactMatchImpressionShare | Double | 完全一致のインプレッションシェア | |
BudgetLostImpressionShare | Double | インプレッション損失率(予算) | |
QualityLostImpressionShare | Double | インプレッション損失率(掲載順位) | |
TrackingURL | String | トラッキングURL | |
Conversions | Double | コンバージョン数 | |
Conv_Rate | Double | コンバージョン率 | |
Conv_Value | Double | コンバージョンの価値 | |
CostPerConv_ | Double | コスト / コンバージョン数 | |
ValuePerConv_ | Double | 価値 / コンバージョン数 | |
AllConv_ | Double | すべてのコンバージョン数 | |
AllConv_Rate | Double | すべてのコンバージョン率 | |
AllConv_Value | Double | すべてのコンバージョンの価値 | |
CostPerAllConv_ | Double | コスト / すべてのコンバージョン数 | |
ValuePerAllConv_ | Double | 価値 / すべてのコンバージョン数 | |
Conversionsacrossdevices | Double | デバイスをまたいだコンバージョン数 | |
Showadson | String | 広告を表示する検索画面 | |
ClickType | String | クリック種別 | |
Device | String | デバイス | |
Day | String | 日 | |
Dayofweek | String | 曜日 | |
Quarter | String | 四半期 | |
Year | String | 年間 | |
Month | String | 毎月 | |
MonthofYear | String | 月 | |
Week | String | 毎週 | |
Hourofday | Long | 時間 | |
ObjectiveofConversionTracking | String | コンバージョン測定の目的 | |
ConversionName | String | コンバージョン名 | |
Conv_ValuePerCost | Double | コンバージョンの価値 / コスト | |
AllConv_ValuePerCost | Double | すべてのコンバージョンの価値 / コスト |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
ReportDateRangeType | String | レポートの集計対象期間
使用できる値は次のとおりです。TODAY, YESTERDAY, LAST_7_DAYS, LAST_WEEK, LAST_14_DAYS, LAST_30_DAYS, LAST_BUSINESS_WEEK, THIS_MONTH, THIS_MONTH_EXCEPT_TODAY, LAST_MONTH, ALL_TIME, CUSTOM_DATE, NO_RANGE | |
DateRangeStartDate | String | 集計開始日(yyyy-MM-dd) ReportDateRangeType='CUSTOM_DATE' のとき必須 | |
DateRangeEndDate | String | 集計終了日(yyyy-MM-dd) ReportDateRangeType='CUSTOM_DATE' のとき必須 |