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