public class EventGoal extends ConversionGoal
Java class for EventGoal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventGoal">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoal">
<sequence>
<element name="ActionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActionOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}ExpressionOperator" minOccurs="0"/>
<element name="CategoryExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}ExpressionOperator" minOccurs="0"/>
<element name="LabelExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LabelOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}ExpressionOperator" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ValueOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}ValueOperator" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionExpression |
protected ExpressionOperator |
actionOperator |
protected String |
categoryExpression |
protected ExpressionOperator |
categoryOperator |
protected String |
labelExpression |
protected ExpressionOperator |
labelOperator |
protected BigDecimal |
value |
protected ValueOperator |
valueOperator |
attributionModelType, conversionWindowInMinutes, countType, excludeFromBidding, goalCategory, id, isEnhancedConversionsEnabled, name, revenue, scope, status, tagId, trackingStatus, type, viewThroughConversionWindowInMinutes| Constructor and Description |
|---|
EventGoal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionExpression()
Gets the value of the actionExpression property.
|
ExpressionOperator |
getActionOperator()
Gets the value of the actionOperator property.
|
String |
getCategoryExpression()
Gets the value of the categoryExpression property.
|
ExpressionOperator |
getCategoryOperator()
Gets the value of the categoryOperator property.
|
String |
getLabelExpression()
Gets the value of the labelExpression property.
|
ExpressionOperator |
getLabelOperator()
Gets the value of the labelOperator property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
ValueOperator |
getValueOperator()
Gets the value of the valueOperator property.
|
void |
setActionExpression(String value)
Sets the value of the actionExpression property.
|
void |
setActionOperator(ExpressionOperator value)
Sets the value of the actionOperator property.
|
void |
setCategoryExpression(String value)
Sets the value of the categoryExpression property.
|
void |
setCategoryOperator(ExpressionOperator value)
Sets the value of the categoryOperator property.
|
void |
setLabelExpression(String value)
Sets the value of the labelExpression property.
|
void |
setLabelOperator(ExpressionOperator value)
Sets the value of the labelOperator property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
void |
setValueOperator(ValueOperator value)
Sets the value of the valueOperator 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, setViewThroughConversionWindowInMinutesprotected String actionExpression
protected ExpressionOperator actionOperator
protected String categoryExpression
protected ExpressionOperator categoryOperator
protected String labelExpression
protected ExpressionOperator labelOperator
protected BigDecimal value
protected ValueOperator valueOperator
public String getActionExpression()
Stringpublic void setActionExpression(String value)
value - allowed object is
Stringpublic ExpressionOperator getActionOperator()
ExpressionOperatorpublic void setActionOperator(ExpressionOperator value)
value - allowed object is
ExpressionOperatorpublic String getCategoryExpression()
Stringpublic void setCategoryExpression(String value)
value - allowed object is
Stringpublic ExpressionOperator getCategoryOperator()
ExpressionOperatorpublic void setCategoryOperator(ExpressionOperator value)
value - allowed object is
ExpressionOperatorpublic String getLabelExpression()
Stringpublic void setLabelExpression(String value)
value - allowed object is
Stringpublic ExpressionOperator getLabelOperator()
ExpressionOperatorpublic void setLabelOperator(ExpressionOperator value)
value - allowed object is
ExpressionOperatorpublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic ValueOperator getValueOperator()
ValueOperatorpublic void setValueOperator(ValueOperator value)
value - allowed object is
ValueOperatorCopyright © 2024. All rights reserved.