Ads API .NET library
|
Represents a set of stats for a daily traffic estimate. More...
Classes | |
class | Fields |
List of all supported fields for the StatsEstimate class. More... | |
class | FilterableFields |
List of all supported filterable fields for the StatsEstimate class. More... | |
class | SelectableFields |
List of all supported selectable fields for the StatsEstimate class. More... | |
Properties | |
Money | averageCpc [get, set] |
The estimated average CPC. More... | |
double | averagePosition [get, set] |
The estimated average position. More... | |
bool | averagePositionSpecified [get, set] |
double | clickThroughRate [get, set] |
The estimated click through rate. More... | |
bool | clickThroughRateSpecified [get, set] |
float | clicksPerDay [get, set] |
The estimated number of clicks, in floating point representation. More... | |
bool | clicksPerDaySpecified [get, set] |
float | impressionsPerDay [get, set] |
The estimated number of impressions, in floating point representation. More... | |
bool | impressionsPerDaySpecified [get, set] |
Money | totalCost [get, set] |
The estimated total cost. More... | |
Represents a set of stats for a daily traffic estimate.
averageCpc
, averagePosition
and will be
null
when not defined and or
impressionsPerDay
is 0
, respectively.
|
getset |
The estimated average CPC.
|
getset |
The estimated average position.
|
getset |
true
, if a value is specified for averagePosition, false
otherwise.
|
getset |
The estimated number of clicks, in floating point representation.
|
getset |
true
, if a value is specified for clicksPerDay, false
otherwise.
|
getset |
The estimated click through rate.
|
getset |
true
, if a value is specified for clickThroughRate, false
otherwise.
|
getset |
The estimated number of impressions, in floating point representation.
|
getset |
true
, if a value is specified for impressionsPerDay, false
otherwise.
|
getset |
The estimated total cost.