public class ConversionTrackingSettings extends Object
ConversionTrackerService.
Java class for ConversionTrackingSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConversionTrackingSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effectiveConversionTrackingId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="usesCrossAccountConversionTracking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
effectiveConversionTrackingId |
protected Boolean |
usesCrossAccountConversionTracking |
| Constructor and Description |
|---|
ConversionTrackingSettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEffectiveConversionTrackingId()
Gets the value of the effectiveConversionTrackingId property.
|
Boolean |
isUsesCrossAccountConversionTracking()
Gets the value of the usesCrossAccountConversionTracking property.
|
void |
setEffectiveConversionTrackingId(Long value)
Sets the value of the effectiveConversionTrackingId property.
|
void |
setUsesCrossAccountConversionTracking(Boolean value)
Sets the value of the usesCrossAccountConversionTracking property.
|
protected Long effectiveConversionTrackingId
protected Boolean usesCrossAccountConversionTracking
public Long getEffectiveConversionTrackingId()
Longpublic void setEffectiveConversionTrackingId(Long value)
value - allowed object is
Longpublic Boolean isUsesCrossAccountConversionTracking()
BooleanCopyright © 2023. All rights reserved.