public class AppConversion extends ConversionTracker
Java class for AppConversion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppConversion">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ConversionTracker">
<sequence>
<element name="appId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appPlatform" type="{https://adwords.google.com/api/adwords/cm/v201809}AppConversion.AppPlatform" minOccurs="0"/>
<element name="snippet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appConversionType" type="{https://adwords.google.com/api/adwords/cm/v201809}AppConversion.AppConversionType" minOccurs="0"/>
<element name="appPostbackUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AppConversionAppConversionType |
appConversionType |
protected String |
appId |
protected AppConversionAppPlatform |
appPlatform |
protected String |
appPostbackUrl |
protected String |
snippet |
alwaysUseDefaultRevenueValue, attributionModelType, category, conversionTrackerType, conversionTypeOwnerCustomerId, countingType, ctcLookbackWindow, dataDrivenModelStatus, defaultRevenueCurrencyCode, defaultRevenueValue, excludeFromBidding, googleEventSnippet, googleGlobalSiteTag, id, lastReceivedRequestTime, mostRecentConversionDate, name, originalConversionTypeId, status, viewthroughLookbackWindow| Constructor and Description |
|---|
AppConversion() |
| Modifier and Type | Method and Description |
|---|---|
AppConversionAppConversionType |
getAppConversionType()
Gets the value of the appConversionType property.
|
String |
getAppId()
Gets the value of the appId property.
|
AppConversionAppPlatform |
getAppPlatform()
Gets the value of the appPlatform property.
|
String |
getAppPostbackUrl()
Gets the value of the appPostbackUrl property.
|
String |
getSnippet()
Gets the value of the snippet property.
|
void |
setAppConversionType(AppConversionAppConversionType value)
Sets the value of the appConversionType property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setAppPlatform(AppConversionAppPlatform value)
Sets the value of the appPlatform property.
|
void |
setAppPostbackUrl(String value)
Sets the value of the appPostbackUrl property.
|
void |
setSnippet(String value)
Sets the value of the snippet property.
|
getAttributionModelType, getCategory, getConversionTrackerType, getConversionTypeOwnerCustomerId, getCountingType, getCtcLookbackWindow, getDataDrivenModelStatus, getDefaultRevenueCurrencyCode, getDefaultRevenueValue, getGoogleEventSnippet, getGoogleGlobalSiteTag, getId, getLastReceivedRequestTime, getMostRecentConversionDate, getName, getOriginalConversionTypeId, getStatus, getViewthroughLookbackWindow, isAlwaysUseDefaultRevenueValue, isExcludeFromBidding, setAlwaysUseDefaultRevenueValue, setAttributionModelType, setCategory, setConversionTrackerType, setConversionTypeOwnerCustomerId, setCountingType, setCtcLookbackWindow, setDataDrivenModelStatus, setDefaultRevenueCurrencyCode, setDefaultRevenueValue, setExcludeFromBidding, setGoogleEventSnippet, setGoogleGlobalSiteTag, setId, setLastReceivedRequestTime, setMostRecentConversionDate, setName, setOriginalConversionTypeId, setStatus, setViewthroughLookbackWindowprotected String appId
protected AppConversionAppPlatform appPlatform
protected String snippet
protected AppConversionAppConversionType appConversionType
protected String appPostbackUrl
public String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic AppConversionAppPlatform getAppPlatform()
AppConversionAppPlatformpublic void setAppPlatform(AppConversionAppPlatform value)
value - allowed object is
AppConversionAppPlatformpublic String getSnippet()
Stringpublic void setSnippet(String value)
value - allowed object is
Stringpublic AppConversionAppConversionType getAppConversionType()
AppConversionAppConversionTypepublic void setAppConversionType(AppConversionAppConversionType value)
value - allowed object is
AppConversionAppConversionTypepublic String getAppPostbackUrl()
StringCopyright © 2023. All rights reserved.