public class AppInstallGoal extends ConversionGoal
Java class for AppInstallGoal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppInstallGoal">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoal">
<sequence>
<element name="AppPlatform" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AppStoreId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appPlatform |
protected String |
appStoreId |
attributionModelType, conversionWindowInMinutes, countType, excludeFromBidding, goalCategory, id, isEnhancedConversionsEnabled, name, revenue, scope, status, tagId, trackingStatus, type, viewThroughConversionWindowInMinutes| Constructor and Description |
|---|
AppInstallGoal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppPlatform()
Gets the value of the appPlatform property.
|
String |
getAppStoreId()
Gets the value of the appStoreId property.
|
void |
setAppPlatform(String value)
Sets the value of the appPlatform property.
|
void |
setAppStoreId(String value)
Sets the value of the appStoreId property.
|
getAttributionModelType, getConversionWindowInMinutes, getCountType, getExcludeFromBidding, getGoalCategory, getId, getIsEnhancedConversionsEnabled, getName, getRevenue, getScope, getStatus, getTagId, getTrackingStatus, getType, getViewThroughConversionWindowInMinutes, setAttributionModelType, setConversionWindowInMinutes, setCountType, setExcludeFromBidding, setGoalCategory, setId, setIsEnhancedConversionsEnabled, setName, setRevenue, setScope, setStatus, setTagId, setTrackingStatus, setType, setViewThroughConversionWindowInMinutespublic String getAppPlatform()
Stringpublic void setAppPlatform(String value)
value - allowed object is
Stringpublic String getAppStoreId()
StringCopyright © 2024. All rights reserved.