public class ConversionGoal extends Object
Java class for ConversionGoal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConversionGoal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributionModelType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AttributionModelType" minOccurs="0"/>
<element name="ConversionWindowInMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CountType" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalCountType" minOccurs="0"/>
<element name="ExcludeFromBidding" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GoalCategory" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalCategory" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="IsEnhancedConversionsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Revenue" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalRevenue" minOccurs="0"/>
<element name="Scope" type="{https://bingads.microsoft.com/CampaignManagement/v13}EntityScope" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalStatus" minOccurs="0"/>
<element name="TagId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="TrackingStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalTrackingStatus" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalType" minOccurs="0"/>
<element name="ViewThroughConversionWindowInMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributionModelType |
attributionModelType |
protected Integer |
conversionWindowInMinutes |
protected ConversionGoalCountType |
countType |
protected Boolean |
excludeFromBidding |
protected ConversionGoalCategory |
goalCategory |
protected Long |
id |
protected Boolean |
isEnhancedConversionsEnabled |
protected String |
name |
protected ConversionGoalRevenue |
revenue |
protected EntityScope |
scope |
protected ConversionGoalStatus |
status |
protected Long |
tagId |
protected ConversionGoalTrackingStatus |
trackingStatus |
protected Collection<ConversionGoalType> |
type |
protected Integer |
viewThroughConversionWindowInMinutes |
| Constructor and Description |
|---|
ConversionGoal() |
| Modifier and Type | Method and Description |
|---|---|
AttributionModelType |
getAttributionModelType()
Gets the value of the attributionModelType property.
|
Integer |
getConversionWindowInMinutes()
Gets the value of the conversionWindowInMinutes property.
|
ConversionGoalCountType |
getCountType()
Gets the value of the countType property.
|
Boolean |
getExcludeFromBidding()
Gets the value of the excludeFromBidding property.
|
ConversionGoalCategory |
getGoalCategory()
Gets the value of the goalCategory property.
|
Long |
getId()
Gets the value of the id property.
|
Boolean |
getIsEnhancedConversionsEnabled()
Gets the value of the isEnhancedConversionsEnabled property.
|
String |
getName()
Gets the value of the name property.
|
ConversionGoalRevenue |
getRevenue()
Gets the value of the revenue property.
|
EntityScope |
getScope()
Gets the value of the scope property.
|
ConversionGoalStatus |
getStatus()
Gets the value of the status property.
|
Long |
getTagId()
Gets the value of the tagId property.
|
ConversionGoalTrackingStatus |
getTrackingStatus()
Gets the value of the trackingStatus property.
|
Collection<ConversionGoalType> |
getType()
Gets the value of the type property.
|
Integer |
getViewThroughConversionWindowInMinutes()
Gets the value of the viewThroughConversionWindowInMinutes property.
|
void |
setAttributionModelType(AttributionModelType value)
Sets the value of the attributionModelType property.
|
void |
setConversionWindowInMinutes(Integer value)
Sets the value of the conversionWindowInMinutes property.
|
void |
setCountType(ConversionGoalCountType value)
Sets the value of the countType property.
|
void |
setExcludeFromBidding(Boolean value)
Sets the value of the excludeFromBidding property.
|
void |
setGoalCategory(ConversionGoalCategory value)
Sets the value of the goalCategory property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsEnhancedConversionsEnabled(Boolean value)
Sets the value of the isEnhancedConversionsEnabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRevenue(ConversionGoalRevenue value)
Sets the value of the revenue property.
|
void |
setScope(EntityScope value)
Sets the value of the scope property.
|
void |
setStatus(ConversionGoalStatus value)
Sets the value of the status property.
|
void |
setTagId(Long value)
Sets the value of the tagId property.
|
void |
setTrackingStatus(ConversionGoalTrackingStatus value)
Sets the value of the trackingStatus property.
|
void |
setType(Collection<ConversionGoalType> value)
Sets the value of the type property.
|
void |
setViewThroughConversionWindowInMinutes(Integer value)
Sets the value of the viewThroughConversionWindowInMinutes property.
|
protected AttributionModelType attributionModelType
protected Integer conversionWindowInMinutes
protected ConversionGoalCountType countType
protected Boolean excludeFromBidding
protected ConversionGoalCategory goalCategory
protected Long id
protected Boolean isEnhancedConversionsEnabled
protected String name
protected ConversionGoalRevenue revenue
protected EntityScope scope
protected ConversionGoalStatus status
protected Long tagId
protected ConversionGoalTrackingStatus trackingStatus
protected Collection<ConversionGoalType> type
protected Integer viewThroughConversionWindowInMinutes
public AttributionModelType getAttributionModelType()
AttributionModelTypepublic void setAttributionModelType(AttributionModelType value)
value - allowed object is
AttributionModelTypepublic Integer getConversionWindowInMinutes()
Integerpublic void setConversionWindowInMinutes(Integer value)
value - allowed object is
Integerpublic ConversionGoalCountType getCountType()
ConversionGoalCountTypepublic void setCountType(ConversionGoalCountType value)
value - allowed object is
ConversionGoalCountTypepublic Boolean getExcludeFromBidding()
Booleanpublic void setExcludeFromBidding(Boolean value)
value - allowed object is
Booleanpublic ConversionGoalCategory getGoalCategory()
ConversionGoalCategorypublic void setGoalCategory(ConversionGoalCategory value)
value - allowed object is
ConversionGoalCategorypublic void setId(Long value)
value - allowed object is
Longpublic Boolean getIsEnhancedConversionsEnabled()
Booleanpublic void setIsEnhancedConversionsEnabled(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ConversionGoalRevenue getRevenue()
ConversionGoalRevenuepublic void setRevenue(ConversionGoalRevenue value)
value - allowed object is
ConversionGoalRevenuepublic EntityScope getScope()
EntityScopepublic void setScope(EntityScope value)
value - allowed object is
EntityScopepublic ConversionGoalStatus getStatus()
ConversionGoalStatuspublic void setStatus(ConversionGoalStatus value)
value - allowed object is
ConversionGoalStatuspublic Long getTagId()
Longpublic void setTagId(Long value)
value - allowed object is
Longpublic ConversionGoalTrackingStatus getTrackingStatus()
ConversionGoalTrackingStatuspublic void setTrackingStatus(ConversionGoalTrackingStatus value)
value - allowed object is
ConversionGoalTrackingStatuspublic Collection<ConversionGoalType> getType()
Stringpublic void setType(Collection<ConversionGoalType> value)
value - allowed object is
Stringpublic Integer getViewThroughConversionWindowInMinutes()
IntegerCopyright © 2024. All rights reserved.