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

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

public class AdWordsConversionTracker
extends ConversionTracker
implements Serializable

A conversion tracker created through AdWords Conversion Tracking.

See Also:
Serialized Form

Constructor Summary
AdWordsConversionTracker()
           
AdWordsConversionTracker(Long id, String name, ConversionTrackerStatus status, ConversionTrackerCategory category, ConversionTrackerStats stats, Integer viewthroughLookbackWindow, Boolean viewthroughConversionDeDupSearch, Boolean isProductAdsChargeable, Integer productAdsChargeableConversionWindow, String conversionTrackerType, String snippet, AdWordsConversionTrackerMarkupLanguage markupLanguage, AdWordsConversionTrackerHttpProtocol httpProtocol, AdWordsConversionTrackerTextFormat textFormat, String conversionPageLanguage, String backgroundColor, String userRevenueValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBackgroundColor()
          Gets the backgroundColor value for this AdWordsConversionTracker.
 String getConversionPageLanguage()
          Gets the conversionPageLanguage value for this AdWordsConversionTracker.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 AdWordsConversionTrackerHttpProtocol getHttpProtocol()
          Gets the httpProtocol value for this AdWordsConversionTracker.
 AdWordsConversionTrackerMarkupLanguage getMarkupLanguage()
          Gets the markupLanguage value for this AdWordsConversionTracker.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSnippet()
          Gets the snippet value for this AdWordsConversionTracker.
 AdWordsConversionTrackerTextFormat getTextFormat()
          Gets the textFormat value for this AdWordsConversionTracker.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUserRevenueValue()
          Gets the userRevenueValue value for this AdWordsConversionTracker.
 int hashCode()
           
 void setBackgroundColor(String backgroundColor)
          Sets the backgroundColor value for this AdWordsConversionTracker.
 void setConversionPageLanguage(String conversionPageLanguage)
          Sets the conversionPageLanguage value for this AdWordsConversionTracker.
 void setHttpProtocol(AdWordsConversionTrackerHttpProtocol httpProtocol)
          Sets the httpProtocol value for this AdWordsConversionTracker.
 void setMarkupLanguage(AdWordsConversionTrackerMarkupLanguage markupLanguage)
          Sets the markupLanguage value for this AdWordsConversionTracker.
 void setSnippet(String snippet)
          Sets the snippet value for this AdWordsConversionTracker.
 void setTextFormat(AdWordsConversionTrackerTextFormat textFormat)
          Sets the textFormat value for this AdWordsConversionTracker.
 void setUserRevenueValue(String userRevenueValue)
          Sets the userRevenueValue value for this AdWordsConversionTracker.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.ConversionTracker
getCategory, getConversionTrackerType, getId, getIsProductAdsChargeable, getName, getProductAdsChargeableConversionWindow, getStats, getStatus, getViewthroughConversionDeDupSearch, getViewthroughLookbackWindow, setCategory, setConversionTrackerType, setId, setIsProductAdsChargeable, setName, setProductAdsChargeableConversionWindow, setStats, setStatus, setViewthroughConversionDeDupSearch, setViewthroughLookbackWindow
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdWordsConversionTracker

public AdWordsConversionTracker()

AdWordsConversionTracker

public AdWordsConversionTracker(Long id,
                                String name,
                                ConversionTrackerStatus status,
                                ConversionTrackerCategory category,
                                ConversionTrackerStats stats,
                                Integer viewthroughLookbackWindow,
                                Boolean viewthroughConversionDeDupSearch,
                                Boolean isProductAdsChargeable,
                                Integer productAdsChargeableConversionWindow,
                                String conversionTrackerType,
                                String snippet,
                                AdWordsConversionTrackerMarkupLanguage markupLanguage,
                                AdWordsConversionTrackerHttpProtocol httpProtocol,
                                AdWordsConversionTrackerTextFormat textFormat,
                                String conversionPageLanguage,
                                String backgroundColor,
                                String userRevenueValue)
Method Detail

getSnippet

public String getSnippet()
Gets the snippet value for this AdWordsConversionTracker.

Returns:
snippet * The generated snippet for this conversion tracker. This snippet is auto-generated by the API, and will be ignored in mutate operands. This field will always be returned. If the other fields are not selected, the snippet will use default values for them. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setSnippet

public void setSnippet(String snippet)
Sets the snippet value for this AdWordsConversionTracker.

Parameters:
snippet - * The generated snippet for this conversion tracker. This snippet is auto-generated by the API, and will be ignored in mutate operands. This field will always be returned. If the other fields are not selected, the snippet will use default values for them. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getMarkupLanguage

public AdWordsConversionTrackerMarkupLanguage getMarkupLanguage()
Gets the markupLanguage value for this AdWordsConversionTracker.

Returns:
markupLanguage * Markup language for the snippet. This field can be selected using the value "MarkupLanguage".This field can be filtered on.

setMarkupLanguage

public void setMarkupLanguage(AdWordsConversionTrackerMarkupLanguage markupLanguage)
Sets the markupLanguage value for this AdWordsConversionTracker.

Parameters:
markupLanguage - * Markup language for the snippet. This field can be selected using the value "MarkupLanguage".This field can be filtered on.

getHttpProtocol

public AdWordsConversionTrackerHttpProtocol getHttpProtocol()
Gets the httpProtocol value for this AdWordsConversionTracker.

Returns:
httpProtocol * HTTP or HTTPS. This field can be selected using the value "HttpProtocol".This field can be filtered on.

setHttpProtocol

public void setHttpProtocol(AdWordsConversionTrackerHttpProtocol httpProtocol)
Sets the httpProtocol value for this AdWordsConversionTracker.

Parameters:
httpProtocol - * HTTP or HTTPS. This field can be selected using the value "HttpProtocol".This field can be filtered on.

getTextFormat

public AdWordsConversionTrackerTextFormat getTextFormat()
Gets the textFormat value for this AdWordsConversionTracker.

Returns:
textFormat * Text format for the site stats logo. This field can be selected using the value "TextFormat".This field can be filtered on.

setTextFormat

public void setTextFormat(AdWordsConversionTrackerTextFormat textFormat)
Sets the textFormat value for this AdWordsConversionTracker.

Parameters:
textFormat - * Text format for the site stats logo. This field can be selected using the value "TextFormat".This field can be filtered on.

getConversionPageLanguage

public String getConversionPageLanguage()
Gets the conversionPageLanguage value for this AdWordsConversionTracker.

Returns:
conversionPageLanguage * Language used on the conversion page. This field can be selected using the value "ConversionPageLanguage".This field can be filtered on.

setConversionPageLanguage

public void setConversionPageLanguage(String conversionPageLanguage)
Sets the conversionPageLanguage value for this AdWordsConversionTracker.

Parameters:
conversionPageLanguage - * Language used on the conversion page. This field can be selected using the value "ConversionPageLanguage".This field can be filtered on.

getBackgroundColor

public String getBackgroundColor()
Gets the backgroundColor value for this AdWordsConversionTracker.

Returns:
backgroundColor * Background color for the site stats logo. This field can be selected using the value "BackgroundColor".This field can be filtered on.

setBackgroundColor

public void setBackgroundColor(String backgroundColor)
Sets the backgroundColor value for this AdWordsConversionTracker.

Parameters:
backgroundColor - * Background color for the site stats logo. This field can be selected using the value "BackgroundColor".This field can be filtered on.

getUserRevenueValue

public String getUserRevenueValue()
Gets the userRevenueValue value for this AdWordsConversionTracker.

Returns:
userRevenueValue * The user-supplied revenue value for this conversion tracker. This value is passed through directly to the conversion tracker snippet. This field can be selected using the value "UserRevenueValue".This field can be filtered on.

setUserRevenueValue

public void setUserRevenueValue(String userRevenueValue)
Sets the userRevenueValue value for this AdWordsConversionTracker.

Parameters:
userRevenueValue - * The user-supplied revenue value for this conversion tracker. This value is passed through directly to the conversion tracker snippet. This field can be selected using the value "UserRevenueValue".This field can be filtered on.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ConversionTracker

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.