public abstract class ConversionTracker extends Object
Java class for ConversionTracker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConversionTracker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="originalConversionTypeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}ConversionTracker.Status" minOccurs="0"/>
<element name="category" type="{https://adwords.google.com/api/adwords/cm/v201809}ConversionTracker.Category" minOccurs="0"/>
<element name="googleEventSnippet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="googleGlobalSiteTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataDrivenModelStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}DataDrivenModelStatus" minOccurs="0"/>
<element name="conversionTypeOwnerCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="viewthroughLookbackWindow" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ctcLookbackWindow" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="countingType" type="{https://adwords.google.com/api/adwords/cm/v201809}ConversionDeduplicationMode" minOccurs="0"/>
<element name="defaultRevenueValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="defaultRevenueCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="alwaysUseDefaultRevenueValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="excludeFromBidding" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="attributionModelType" type="{https://adwords.google.com/api/adwords/cm/v201809}AttributionModelType" minOccurs="0"/>
<element name="mostRecentConversionDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastReceivedRequestTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ConversionTracker.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alwaysUseDefaultRevenueValue |
protected AttributionModelType |
attributionModelType |
protected ConversionTrackerCategory |
category |
protected String |
conversionTrackerType |
protected Long |
conversionTypeOwnerCustomerId |
protected ConversionDeduplicationMode |
countingType |
protected Integer |
ctcLookbackWindow |
protected DataDrivenModelStatus |
dataDrivenModelStatus |
protected String |
defaultRevenueCurrencyCode |
protected Double |
defaultRevenueValue |
protected Boolean |
excludeFromBidding |
protected String |
googleEventSnippet |
protected String |
googleGlobalSiteTag |
protected Long |
id |
protected String |
lastReceivedRequestTime |
protected String |
mostRecentConversionDate |
protected String |
name |
protected Long |
originalConversionTypeId |
protected ConversionTrackerStatus |
status |
protected Integer |
viewthroughLookbackWindow |
| Constructor and Description |
|---|
ConversionTracker() |
| Modifier and Type | Method and Description |
|---|---|
AttributionModelType |
getAttributionModelType()
Gets the value of the attributionModelType property.
|
ConversionTrackerCategory |
getCategory()
Gets the value of the category property.
|
String |
getConversionTrackerType()
Gets the value of the conversionTrackerType property.
|
Long |
getConversionTypeOwnerCustomerId()
Gets the value of the conversionTypeOwnerCustomerId property.
|
ConversionDeduplicationMode |
getCountingType()
Gets the value of the countingType property.
|
Integer |
getCtcLookbackWindow()
Gets the value of the ctcLookbackWindow property.
|
DataDrivenModelStatus |
getDataDrivenModelStatus()
Gets the value of the dataDrivenModelStatus property.
|
String |
getDefaultRevenueCurrencyCode()
Gets the value of the defaultRevenueCurrencyCode property.
|
Double |
getDefaultRevenueValue()
Gets the value of the defaultRevenueValue property.
|
String |
getGoogleEventSnippet()
Gets the value of the googleEventSnippet property.
|
String |
getGoogleGlobalSiteTag()
Gets the value of the googleGlobalSiteTag property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLastReceivedRequestTime()
Gets the value of the lastReceivedRequestTime property.
|
String |
getMostRecentConversionDate()
Gets the value of the mostRecentConversionDate property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getOriginalConversionTypeId()
Gets the value of the originalConversionTypeId property.
|
ConversionTrackerStatus |
getStatus()
Gets the value of the status property.
|
Integer |
getViewthroughLookbackWindow()
Gets the value of the viewthroughLookbackWindow property.
|
Boolean |
isAlwaysUseDefaultRevenueValue()
Gets the value of the alwaysUseDefaultRevenueValue property.
|
Boolean |
isExcludeFromBidding()
Gets the value of the excludeFromBidding property.
|
void |
setAlwaysUseDefaultRevenueValue(Boolean value)
Sets the value of the alwaysUseDefaultRevenueValue property.
|
void |
setAttributionModelType(AttributionModelType value)
Sets the value of the attributionModelType property.
|
void |
setCategory(ConversionTrackerCategory value)
Sets the value of the category property.
|
void |
setConversionTrackerType(String value)
Sets the value of the conversionTrackerType property.
|
void |
setConversionTypeOwnerCustomerId(Long value)
Sets the value of the conversionTypeOwnerCustomerId property.
|
void |
setCountingType(ConversionDeduplicationMode value)
Sets the value of the countingType property.
|
void |
setCtcLookbackWindow(Integer value)
Sets the value of the ctcLookbackWindow property.
|
void |
setDataDrivenModelStatus(DataDrivenModelStatus value)
Sets the value of the dataDrivenModelStatus property.
|
void |
setDefaultRevenueCurrencyCode(String value)
Sets the value of the defaultRevenueCurrencyCode property.
|
void |
setDefaultRevenueValue(Double value)
Sets the value of the defaultRevenueValue property.
|
void |
setExcludeFromBidding(Boolean value)
Sets the value of the excludeFromBidding property.
|
void |
setGoogleEventSnippet(String value)
Sets the value of the googleEventSnippet property.
|
void |
setGoogleGlobalSiteTag(String value)
Sets the value of the googleGlobalSiteTag property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLastReceivedRequestTime(String value)
Sets the value of the lastReceivedRequestTime property.
|
void |
setMostRecentConversionDate(String value)
Sets the value of the mostRecentConversionDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOriginalConversionTypeId(Long value)
Sets the value of the originalConversionTypeId property.
|
void |
setStatus(ConversionTrackerStatus value)
Sets the value of the status property.
|
void |
setViewthroughLookbackWindow(Integer value)
Sets the value of the viewthroughLookbackWindow property.
|
protected Long id
protected Long originalConversionTypeId
protected String name
protected ConversionTrackerStatus status
protected ConversionTrackerCategory category
protected String googleEventSnippet
protected String googleGlobalSiteTag
protected DataDrivenModelStatus dataDrivenModelStatus
protected Long conversionTypeOwnerCustomerId
protected Integer viewthroughLookbackWindow
protected Integer ctcLookbackWindow
protected ConversionDeduplicationMode countingType
protected Double defaultRevenueValue
protected String defaultRevenueCurrencyCode
protected Boolean alwaysUseDefaultRevenueValue
protected Boolean excludeFromBidding
protected AttributionModelType attributionModelType
protected String mostRecentConversionDate
protected String lastReceivedRequestTime
protected String conversionTrackerType
public void setId(Long value)
value - allowed object is
Longpublic Long getOriginalConversionTypeId()
Longpublic void setOriginalConversionTypeId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ConversionTrackerStatus getStatus()
ConversionTrackerStatuspublic void setStatus(ConversionTrackerStatus value)
value - allowed object is
ConversionTrackerStatuspublic ConversionTrackerCategory getCategory()
ConversionTrackerCategorypublic void setCategory(ConversionTrackerCategory value)
value - allowed object is
ConversionTrackerCategorypublic String getGoogleEventSnippet()
Stringpublic void setGoogleEventSnippet(String value)
value - allowed object is
Stringpublic String getGoogleGlobalSiteTag()
Stringpublic void setGoogleGlobalSiteTag(String value)
value - allowed object is
Stringpublic DataDrivenModelStatus getDataDrivenModelStatus()
DataDrivenModelStatuspublic void setDataDrivenModelStatus(DataDrivenModelStatus value)
value - allowed object is
DataDrivenModelStatuspublic Long getConversionTypeOwnerCustomerId()
Longpublic void setConversionTypeOwnerCustomerId(Long value)
value - allowed object is
Longpublic Integer getViewthroughLookbackWindow()
Integerpublic void setViewthroughLookbackWindow(Integer value)
value - allowed object is
Integerpublic Integer getCtcLookbackWindow()
Integerpublic void setCtcLookbackWindow(Integer value)
value - allowed object is
Integerpublic ConversionDeduplicationMode getCountingType()
ConversionDeduplicationModepublic void setCountingType(ConversionDeduplicationMode value)
value - allowed object is
ConversionDeduplicationModepublic Double getDefaultRevenueValue()
Doublepublic void setDefaultRevenueValue(Double value)
value - allowed object is
Doublepublic String getDefaultRevenueCurrencyCode()
Stringpublic void setDefaultRevenueCurrencyCode(String value)
value - allowed object is
Stringpublic Boolean isAlwaysUseDefaultRevenueValue()
Booleanpublic void setAlwaysUseDefaultRevenueValue(Boolean value)
value - allowed object is
Booleanpublic Boolean isExcludeFromBidding()
Booleanpublic void setExcludeFromBidding(Boolean value)
value - allowed object is
Booleanpublic AttributionModelType getAttributionModelType()
AttributionModelTypepublic void setAttributionModelType(AttributionModelType value)
value - allowed object is
AttributionModelTypepublic String getMostRecentConversionDate()
Stringpublic void setMostRecentConversionDate(String value)
value - allowed object is
Stringpublic String getLastReceivedRequestTime()
Stringpublic void setLastReceivedRequestTime(String value)
value - allowed object is
Stringpublic String getConversionTrackerType()
StringCopyright © 2023. All rights reserved.