AdsApp.​RecommendationStats

  • 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.

Weekly account performance metrics. For some recommendation types, these are averaged over the past 90-day period and hence can be fractional.

Methods:

MemberTypeDescription
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:

TypeDescription
double The weekly number of clicks.

getConversions()

Returns the weekly number of conversions.

Return values:

TypeDescription
double The weekly number of conversions.

getCost()

Returns the weekly cost in the currency of the account (not in micros).

Return values:

TypeDescription
double The weekly cost in the currency of the account (not in micros).

getImpressions()

Returns the weekly number of impressions.

Return values:

TypeDescription
double The weekly number of impressions.

getVideoViews()

Returns the weekly number of video views.

Return values:

TypeDescription
double The weekly number of video views.