AdsApp.​RecommendationStats

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.