AdsApp.RecommendationStats
Stay organized with collections
Save and categorize content based on your preferences.
Weekly account performance metrics. For some recommendation types, these are
averaged over the past 90-day period and hence can be fractional.
Methods:
Member | Type | Description |
getClicks |
double |
Returns the weekly number of clicks. |
getConversions |
double |
Returns the weekly number of conversions. |
getCost |
double |
Returns the weekly cost in the currency of the account (not in micros). |
getImpressions |
double |
Returns the weekly number of impressions. |
getVideoViews |
double |
Returns the weekly number of video views. |
getClicks()
Returns the weekly number of clicks.
Return values:
Type | Description |
double |
The weekly number of clicks. |
getConversions()
Returns the weekly number of conversions.
Return values:
Type | Description |
double |
The weekly number of conversions. |
getCost()
Returns the weekly cost in the currency of the account (not in micros).
Return values:
Type | Description |
double |
The weekly cost in the currency of the account (not in micros). |
getImpressions()
Returns the weekly number of impressions.
Return values:
Type | Description |
double |
The weekly number of impressions. |
getVideoViews()
Returns the weekly number of video views.
Return values:
Type | Description |
double |
The weekly number of video views. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-18 UTC."],[[["This documentation details weekly account performance metrics, including clicks, conversions, cost, impressions, and video views."],["Some recommendation types use 90-day average metrics, resulting in fractional values."],["All metrics are accessible through specific methods like `getClicks()`, `getConversions()`, etc., which return double values representing the respective weekly counts."],["Cost is reported in the account's currency, without using micros."]]],[]]