public class CallFeedItem extends ExtensionFeedItem
Java class for CallFeedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CallFeedItem">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionFeedItem">
<sequence>
<element name="callPhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="callCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="callTracking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="callConversionType" type="{https://adwords.google.com/api/adwords/cm/v201809}CallConversionType" minOccurs="0"/>
<element name="disableCallConversionTracking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CallConversionType |
callConversionType |
protected String |
callCountryCode |
protected String |
callPhoneNumber |
protected Boolean |
callTracking |
protected Boolean |
disableCallConversionTracking |
adGroupTargeting, campaignTargeting, devicePreference, endTime, extensionFeedItemType, feedId, feedItemId, feedType, geoTargeting, geoTargetingRestriction, keywordTargeting, policySummaries, scheduling, startTime, status| Constructor and Description |
|---|
CallFeedItem() |
| Modifier and Type | Method and Description |
|---|---|
CallConversionType |
getCallConversionType()
Gets the value of the callConversionType property.
|
String |
getCallCountryCode()
Gets the value of the callCountryCode property.
|
String |
getCallPhoneNumber()
Gets the value of the callPhoneNumber property.
|
Boolean |
isCallTracking()
Gets the value of the callTracking property.
|
Boolean |
isDisableCallConversionTracking()
Gets the value of the disableCallConversionTracking property.
|
void |
setCallConversionType(CallConversionType value)
Sets the value of the callConversionType property.
|
void |
setCallCountryCode(String value)
Sets the value of the callCountryCode property.
|
void |
setCallPhoneNumber(String value)
Sets the value of the callPhoneNumber property.
|
void |
setCallTracking(Boolean value)
Sets the value of the callTracking property.
|
void |
setDisableCallConversionTracking(Boolean value)
Sets the value of the disableCallConversionTracking property.
|
getAdGroupTargeting, getCampaignTargeting, getDevicePreference, getEndTime, getExtensionFeedItemType, getFeedId, getFeedItemId, getFeedType, getGeoTargeting, getGeoTargetingRestriction, getKeywordTargeting, getPolicySummaries, getScheduling, getStartTime, getStatus, setAdGroupTargeting, setCampaignTargeting, setDevicePreference, setEndTime, setExtensionFeedItemType, setFeedId, setFeedItemId, setFeedType, setGeoTargeting, setGeoTargetingRestriction, setKeywordTargeting, setScheduling, setStartTime, setStatusprotected String callPhoneNumber
protected String callCountryCode
protected Boolean callTracking
protected CallConversionType callConversionType
protected Boolean disableCallConversionTracking
public String getCallPhoneNumber()
Stringpublic void setCallPhoneNumber(String value)
value - allowed object is
Stringpublic String getCallCountryCode()
Stringpublic void setCallCountryCode(String value)
value - allowed object is
Stringpublic Boolean isCallTracking()
Booleanpublic void setCallTracking(Boolean value)
value - allowed object is
Booleanpublic CallConversionType getCallConversionType()
CallConversionTypepublic void setCallConversionType(CallConversionType value)
value - allowed object is
CallConversionTypepublic Boolean isDisableCallConversionTracking()
BooleanCopyright © 2023. All rights reserved.