com.google.api.ads.dfp.v201111
Class ClickTrackingCreative

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.Creative
      extended by com.google.api.ads.dfp.v201111.ClickTrackingCreative
All Implemented Interfaces:
Serializable

public class ClickTrackingCreative
extends Creative
implements Serializable

A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers. NOTE: The size attribute is not used for click tracking creative and it will not be persisted upon save.

See Also:
Serialized Form

Constructor Summary
ClickTrackingCreative()
           
ClickTrackingCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, String creativeType, String clickTrackingUrl)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClickTrackingUrl()
          Gets the clickTrackingUrl value for this ClickTrackingCreative.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setClickTrackingUrl(String clickTrackingUrl)
          Sets the clickTrackingUrl value for this ClickTrackingCreative.
 
Methods inherited from class com.google.api.ads.dfp.v201111.Creative
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getId, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setId, setName, setPreviewUrl, setSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickTrackingCreative

public ClickTrackingCreative()

ClickTrackingCreative

public ClickTrackingCreative(Long advertiserId,
                             Long id,
                             String name,
                             Size size,
                             String previewUrl,
                             AppliedLabel[] appliedLabels,
                             String creativeType,
                             String clickTrackingUrl)
Method Detail

getClickTrackingUrl

public String getClickTrackingUrl()
Gets the clickTrackingUrl value for this ClickTrackingCreative.

Returns:
clickTrackingUrl * The click tracking URL. This attribute is required.

setClickTrackingUrl

public void setClickTrackingUrl(String clickTrackingUrl)
Sets the clickTrackingUrl value for this ClickTrackingCreative.

Parameters:
clickTrackingUrl - * The click tracking URL. This attribute is required.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Creative

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.