public class TrackingSetting extends Setting
Java class for TrackingSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackingSetting">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Setting">
<sequence>
<element name="trackingUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
trackingUrl |
settingType| Constructor and Description |
|---|
TrackingSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTrackingUrl()
Gets the value of the trackingUrl property.
|
void |
setTrackingUrl(String value)
Sets the value of the trackingUrl property.
|
getSettingType, setSettingTypeprotected String trackingUrl
Copyright © 2023. All rights reserved.