public class GclidOfflineConversionAdjustmentFeed extends OfflineConversionAdjustmentFeed
Java class for GclidOfflineConversionAdjustmentFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GclidOfflineConversionAdjustmentFeed">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}OfflineConversionAdjustmentFeed">
<sequence>
<element name="googleClickId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversionTime |
protected String |
googleClickId |
adjustedValue, adjustedValueCurrencyCode, adjustmentTime, adjustmentType, conversionName, offlineConversionAdjustmentFeedType| Constructor and Description |
|---|
GclidOfflineConversionAdjustmentFeed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionTime()
Gets the value of the conversionTime property.
|
String |
getGoogleClickId()
Gets the value of the googleClickId property.
|
void |
setConversionTime(String value)
Sets the value of the conversionTime property.
|
void |
setGoogleClickId(String value)
Sets the value of the googleClickId property.
|
getAdjustedValue, getAdjustedValueCurrencyCode, getAdjustmentTime, getAdjustmentType, getConversionName, getOfflineConversionAdjustmentFeedType, setAdjustedValue, setAdjustedValueCurrencyCode, setAdjustmentTime, setAdjustmentType, setConversionName, setOfflineConversionAdjustmentFeedTypeprotected String googleClickId
protected String conversionTime
public GclidOfflineConversionAdjustmentFeed()
public String getGoogleClickId()
Stringpublic void setGoogleClickId(String value)
value - allowed object is
Stringpublic String getConversionTime()
StringCopyright © 2023. All rights reserved.