public class KeywordKPI extends Object
Java class for KeywordKPI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordKPI">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MatchType" type="{https://bingads.microsoft.com/AdInsight/v13}MatchType" minOccurs="0"/>
<element name="AdPosition" type="{https://bingads.microsoft.com/AdInsight/v13}AdPosition" minOccurs="0"/>
<element name="Clicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Impressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AverageCPC" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CTR" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AverageBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdPosition |
adPosition |
protected Double |
averageBid |
protected Double |
averageCPC |
protected Integer |
clicks |
protected Double |
ctr |
protected String |
device |
protected Long |
impressions |
protected MatchType |
matchType |
protected Double |
totalCost |
| Constructor and Description |
|---|
KeywordKPI() |
| Modifier and Type | Method and Description |
|---|---|
AdPosition |
getAdPosition()
Gets the value of the adPosition property.
|
Double |
getAverageBid()
Gets the value of the averageBid property.
|
Double |
getAverageCPC()
Gets the value of the averageCPC property.
|
Integer |
getClicks()
Gets the value of the clicks property.
|
Double |
getCTR()
Gets the value of the ctr property.
|
String |
getDevice()
Gets the value of the device property.
|
Long |
getImpressions()
Gets the value of the impressions property.
|
MatchType |
getMatchType()
Gets the value of the matchType property.
|
Double |
getTotalCost()
Gets the value of the totalCost property.
|
void |
setAdPosition(AdPosition value)
Sets the value of the adPosition property.
|
void |
setAverageBid(Double value)
Sets the value of the averageBid property.
|
void |
setAverageCPC(Double value)
Sets the value of the averageCPC property.
|
void |
setClicks(Integer value)
Sets the value of the clicks property.
|
void |
setCTR(Double value)
Sets the value of the ctr property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setImpressions(Long value)
Sets the value of the impressions property.
|
void |
setMatchType(MatchType value)
Sets the value of the matchType property.
|
void |
setTotalCost(Double value)
Sets the value of the totalCost property.
|
protected String device
protected MatchType matchType
protected AdPosition adPosition
protected Integer clicks
protected Long impressions
protected Double averageCPC
protected Double ctr
protected Double totalCost
protected Double averageBid
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic MatchType getMatchType()
MatchTypepublic void setMatchType(MatchType value)
value - allowed object is
MatchTypepublic AdPosition getAdPosition()
AdPositionpublic void setAdPosition(AdPosition value)
value - allowed object is
AdPositionpublic Integer getClicks()
Integerpublic void setClicks(Integer value)
value - allowed object is
Integerpublic Long getImpressions()
Longpublic void setImpressions(Long value)
value - allowed object is
Longpublic Double getAverageCPC()
Doublepublic void setAverageCPC(Double value)
value - allowed object is
Doublepublic Double getCTR()
Doublepublic void setCTR(Double value)
value - allowed object is
Doublepublic Double getTotalCost()
Doublepublic void setTotalCost(Double value)
value - allowed object is
Doublepublic Double getAverageBid()
DoubleCopyright © 2024. All rights reserved.