|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Stats
public class Stats
Statistics about an ad or criterion within an ad group or campaign.
| Constructor Summary | |
|---|---|
Stats()
|
|
Stats(String startDate,
String endDate,
StatsNetwork network,
Long clicks,
Long impressions,
Money cost,
Double averagePosition,
Money averageCpc,
Money averageCpm,
Double ctr,
Long conversions,
Double conversionRate,
Money costPerConversion,
Long conversionsManyPerClick,
Double conversionRateManyPerClick,
Money costPerConversionManyPerClick,
Long viewThroughConversions,
Long totalConvValue,
Double valuePerConv,
Double valuePerConvManyPerClick,
Long invalidClicks,
Double invalidClickRate,
Long numCalls,
Long numMissedCalls,
Long numReceivedCalls,
Long callDurationSecs,
Double avgCallDurationSecs,
String statsType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Money |
getAverageCpc()
Gets the averageCpc value for this Stats. |
Money |
getAverageCpm()
Gets the averageCpm value for this Stats. |
Double |
getAveragePosition()
Gets the averagePosition value for this Stats. |
Double |
getAvgCallDurationSecs()
Gets the avgCallDurationSecs value for this Stats. |
Long |
getCallDurationSecs()
Gets the callDurationSecs value for this Stats. |
Long |
getClicks()
Gets the clicks value for this Stats. |
Double |
getConversionRate()
Gets the conversionRate value for this Stats. |
Double |
getConversionRateManyPerClick()
Gets the conversionRateManyPerClick value for this Stats. |
Long |
getConversions()
Gets the conversions value for this Stats. |
Long |
getConversionsManyPerClick()
Gets the conversionsManyPerClick value for this Stats. |
Money |
getCost()
Gets the cost value for this Stats. |
Money |
getCostPerConversion()
Gets the costPerConversion value for this Stats. |
Money |
getCostPerConversionManyPerClick()
Gets the costPerConversionManyPerClick value for this Stats. |
Double |
getCtr()
Gets the ctr value for this Stats. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getEndDate()
Gets the endDate value for this Stats. |
Long |
getImpressions()
Gets the impressions value for this Stats. |
Double |
getInvalidClickRate()
Gets the invalidClickRate value for this Stats. |
Long |
getInvalidClicks()
Gets the invalidClicks value for this Stats. |
StatsNetwork |
getNetwork()
Gets the network value for this Stats. |
Long |
getNumCalls()
Gets the numCalls value for this Stats. |
Long |
getNumMissedCalls()
Gets the numMissedCalls value for this Stats. |
Long |
getNumReceivedCalls()
Gets the numReceivedCalls value for this Stats. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStartDate()
Gets the startDate value for this Stats. |
String |
getStatsType()
Gets the statsType value for this Stats. |
Long |
getTotalConvValue()
Gets the totalConvValue value for this Stats. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Double |
getValuePerConv()
Gets the valuePerConv value for this Stats. |
Double |
getValuePerConvManyPerClick()
Gets the valuePerConvManyPerClick value for this Stats. |
Long |
getViewThroughConversions()
Gets the viewThroughConversions value for this Stats. |
int |
hashCode()
|
void |
setAverageCpc(Money averageCpc)
Sets the averageCpc value for this Stats. |
void |
setAverageCpm(Money averageCpm)
Sets the averageCpm value for this Stats. |
void |
setAveragePosition(Double averagePosition)
Sets the averagePosition value for this Stats. |
void |
setAvgCallDurationSecs(Double avgCallDurationSecs)
Sets the avgCallDurationSecs value for this Stats. |
void |
setCallDurationSecs(Long callDurationSecs)
Sets the callDurationSecs value for this Stats. |
void |
setClicks(Long clicks)
Sets the clicks value for this Stats. |
void |
setConversionRate(Double conversionRate)
Sets the conversionRate value for this Stats. |
void |
setConversionRateManyPerClick(Double conversionRateManyPerClick)
Sets the conversionRateManyPerClick value for this Stats. |
void |
setConversions(Long conversions)
Sets the conversions value for this Stats. |
void |
setConversionsManyPerClick(Long conversionsManyPerClick)
Sets the conversionsManyPerClick value for this Stats. |
void |
setCost(Money cost)
Sets the cost value for this Stats. |
void |
setCostPerConversion(Money costPerConversion)
Sets the costPerConversion value for this Stats. |
void |
setCostPerConversionManyPerClick(Money costPerConversionManyPerClick)
Sets the costPerConversionManyPerClick value for this Stats. |
void |
setCtr(Double ctr)
Sets the ctr value for this Stats. |
void |
setEndDate(String endDate)
Sets the endDate value for this Stats. |
void |
setImpressions(Long impressions)
Sets the impressions value for this Stats. |
void |
setInvalidClickRate(Double invalidClickRate)
Sets the invalidClickRate value for this Stats. |
void |
setInvalidClicks(Long invalidClicks)
Sets the invalidClicks value for this Stats. |
void |
setNetwork(StatsNetwork network)
Sets the network value for this Stats. |
void |
setNumCalls(Long numCalls)
Sets the numCalls value for this Stats. |
void |
setNumMissedCalls(Long numMissedCalls)
Sets the numMissedCalls value for this Stats. |
void |
setNumReceivedCalls(Long numReceivedCalls)
Sets the numReceivedCalls value for this Stats. |
void |
setStartDate(String startDate)
Sets the startDate value for this Stats. |
void |
setStatsType(String statsType)
Sets the statsType value for this Stats. |
void |
setTotalConvValue(Long totalConvValue)
Sets the totalConvValue value for this Stats. |
void |
setValuePerConv(Double valuePerConv)
Sets the valuePerConv value for this Stats. |
void |
setValuePerConvManyPerClick(Double valuePerConvManyPerClick)
Sets the valuePerConvManyPerClick value for this Stats. |
void |
setViewThroughConversions(Long viewThroughConversions)
Sets the viewThroughConversions value for this Stats. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stats()
public Stats(String startDate,
String endDate,
StatsNetwork network,
Long clicks,
Long impressions,
Money cost,
Double averagePosition,
Money averageCpc,
Money averageCpm,
Double ctr,
Long conversions,
Double conversionRate,
Money costPerConversion,
Long conversionsManyPerClick,
Double conversionRateManyPerClick,
Money costPerConversionManyPerClick,
Long viewThroughConversions,
Long totalConvValue,
Double valuePerConv,
Double valuePerConvManyPerClick,
Long invalidClicks,
Double invalidClickRate,
Long numCalls,
Long numMissedCalls,
Long numReceivedCalls,
Long callDurationSecs,
Double avgCallDurationSecs,
String statsType)
| Method Detail |
|---|
public String getStartDate()
public void setStartDate(String startDate)
startDate - * Starting date (inclusive) of the statistics. Format is YYYYMMDD.public String getEndDate()
public void setEndDate(String endDate)
endDate - * Ending date (inclusive) of the statistics. Format is YYYYMMDD.public StatsNetwork getNetwork()
public void setNetwork(StatsNetwork network)
network - * The ad network which the stats are for.public Long getClicks()
public void setClicks(Long clicks)
clicks - * Number of clicks.
This field can
be selected using the value "Clicks".This field can be filtered on.public Long getImpressions()
public void setImpressions(Long impressions)
impressions - * Number of impressions.
This field can
be selected using the value "Impressions".This field can be filtered on.public Money getCost()
public void setCost(Money cost)
cost - * Cost.
This field can
be selected using the value "Cost".This field can be filtered on.public Double getAveragePosition()
public void setAveragePosition(Double averagePosition)
averagePosition - * Average position of ads.
This field can
be selected using the value "AveragePosition".This field can be filtered on.public Money getAverageCpc()
public void setAverageCpc(Money averageCpc)
averageCpc - * Average cost per click.
This field can
be selected using the value "AverageCpc".This field can be filtered on.public Money getAverageCpm()
public void setAverageCpm(Money averageCpm)
averageCpm - * Average Cost Per Impression.
This field can
be selected using the value "AverageCpm".This field can be filtered on.public Double getCtr()
public void setCtr(Double ctr)
ctr - * Click Through Rate.
This field can
be selected using the value "Ctr".This
field can be filtered on.public Long getConversions()
public void setConversions(Long conversions)
conversions - * Number of conversions.
This field can
be selected using the value "Conversions".This field can be filtered on.public Double getConversionRate()
public void setConversionRate(Double conversionRate)
conversionRate - * Conversion Rate.
This field can
be selected using the value "ConversionRate".This field can be filtered on.public Money getCostPerConversion()
public void setCostPerConversion(Money costPerConversion)
costPerConversion - * Cost per Conversion.
This field can
be selected using the value "CostPerConversion".This field can be filtered on.public Long getConversionsManyPerClick()
public void setConversionsManyPerClick(Long conversionsManyPerClick)
conversionsManyPerClick - * Number of conversions (many-per-click).
This field can
be selected using the value "ConversionsManyPerClick".This field can be filtered on.public Double getConversionRateManyPerClick()
public void setConversionRateManyPerClick(Double conversionRateManyPerClick)
conversionRateManyPerClick - * Conversion Rate (many-per-click).
This field can
be selected using the value "ConversionRateManyPerClick".This field can be filtered on.public Money getCostPerConversionManyPerClick()
public void setCostPerConversionManyPerClick(Money costPerConversionManyPerClick)
costPerConversionManyPerClick - * Cost per Conversion (many-per-click).
This field can
be selected using the value "CostPerConversionManyPerClick".This field can be filtered on.public Long getViewThroughConversions()
public void setViewThroughConversions(Long viewThroughConversions)
viewThroughConversions - * Number of conversions (view-through).
This field can
be selected using the value "ViewThroughConversions".This field can be filtered on.public Long getTotalConvValue()
public void setTotalConvValue(Long totalConvValue)
totalConvValue - * Total conversion rate.
This field can
be selected using the value "TotalConvValue".This field can be filtered on.public Double getValuePerConv()
public void setValuePerConv(Double valuePerConv)
valuePerConv - * Value per conversion.
This field can
be selected using the value "ValuePerConv".This field can be filtered on.public Double getValuePerConvManyPerClick()
public void setValuePerConvManyPerClick(Double valuePerConvManyPerClick)
valuePerConvManyPerClick - * Value per conversion (many per click).
This field can
be selected using the value "ValuePerConvManyPerClick".This field can be filtered on.public Long getInvalidClicks()
public void setInvalidClicks(Long invalidClicks)
invalidClicks - * Invalid clicks. Note: This field is valid for campaigns
only.
This field can
be selected using the value "InvalidClicks".This field can be filtered on.public Double getInvalidClickRate()
public void setInvalidClickRate(Double invalidClickRate)
invalidClickRate - * Invalid click rate. Note: This field is valid for campaigns
only.
This field can
be selected using the value "InvalidClickRate".This field can be filtered on.public Long getNumCalls()
public void setNumCalls(Long numCalls)
numCalls - * Number of calls.
This field can
be selected using the value "NumCalls".This field can be filtered on.public Long getNumMissedCalls()
public void setNumMissedCalls(Long numMissedCalls)
numMissedCalls - * Number of missed calls.
This field can
be selected using the value "NumMissedCalls".This field can be filtered on.public Long getNumReceivedCalls()
public void setNumReceivedCalls(Long numReceivedCalls)
numReceivedCalls - * Number of received calls.
This field can
be selected using the value "NumReceivedCalls".This field can be filtered on.public Long getCallDurationSecs()
public void setCallDurationSecs(Long callDurationSecs)
callDurationSecs - * Total call duration (in seconds) of all calls.
This field can
be selected using the value "CallDurationSecs".This field can be filtered on.public Double getAvgCallDurationSecs()
public void setAvgCallDurationSecs(Double avgCallDurationSecs)
avgCallDurationSecs - * Average call duration in seconds.
This field can
be selected using the value "AvgCallDurationSecs".This field can be filtered on.public String getStatsType()
public void setStatsType(String statsType)
statsType - * Indicates that this instance is a subtype of Stats.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||