com.google.api.ads.adwords.v201109.cm
Class AdStats

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Stats
      extended by com.google.api.ads.adwords.v201109.cm.AdStats
All Implemented Interfaces:
Serializable

public class AdStats
extends Stats
implements Serializable

Represents stats specific to Ads.

See Also:
Serialized Form

Constructor Summary
AdStats()
           
AdStats(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, Double percentServed)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Double getPercentServed()
          Gets the percentServed value for this AdStats.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPercentServed(Double percentServed)
          Sets the percentServed value for this AdStats.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Stats
getAverageCpc, getAverageCpm, getAveragePosition, getAvgCallDurationSecs, getCallDurationSecs, getClicks, getConversionRate, getConversionRateManyPerClick, getConversions, getConversionsManyPerClick, getCost, getCostPerConversion, getCostPerConversionManyPerClick, getCtr, getEndDate, getImpressions, getInvalidClickRate, getInvalidClicks, getNetwork, getNumCalls, getNumMissedCalls, getNumReceivedCalls, getStartDate, getStatsType, getTotalConvValue, getValuePerConv, getValuePerConvManyPerClick, getViewThroughConversions, setAverageCpc, setAverageCpm, setAveragePosition, setAvgCallDurationSecs, setCallDurationSecs, setClicks, setConversionRate, setConversionRateManyPerClick, setConversions, setConversionsManyPerClick, setCost, setCostPerConversion, setCostPerConversionManyPerClick, setCtr, setEndDate, setImpressions, setInvalidClickRate, setInvalidClicks, setNetwork, setNumCalls, setNumMissedCalls, setNumReceivedCalls, setStartDate, setStatsType, setTotalConvValue, setValuePerConv, setValuePerConvManyPerClick, setViewThroughConversions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdStats

public AdStats()

AdStats

public AdStats(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,
               Double percentServed)
Method Detail

getPercentServed

public Double getPercentServed()
Gets the percentServed value for this AdStats.

Returns:
percentServed * Percentage of time this ad gets shown This field can be selected using the value "PercentServed".

setPercentServed

public void setPercentServed(Double percentServed)
Sets the percentServed value for this AdStats.

Parameters:
percentServed - * Percentage of time this ad gets shown This field can be selected using the value "PercentServed".

equals

public boolean equals(Object obj)
Overrides:
equals in class Stats

hashCode

public int hashCode()
Overrides:
hashCode in class Stats

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.