public class RemarketingSettings extends Object
Java class for RemarketingSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemarketingSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snippet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="googleGlobalSiteTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
googleGlobalSiteTag |
protected String |
snippet |
| Constructor and Description |
|---|
RemarketingSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoogleGlobalSiteTag()
Gets the value of the googleGlobalSiteTag property.
|
String |
getSnippet()
Gets the value of the snippet property.
|
void |
setGoogleGlobalSiteTag(String value)
Sets the value of the googleGlobalSiteTag property.
|
void |
setSnippet(String value)
Sets the value of the snippet property.
|
protected String snippet
protected String googleGlobalSiteTag
public String getSnippet()
Stringpublic void setSnippet(String value)
value - allowed object is
Stringpublic String getGoogleGlobalSiteTag()
StringCopyright © 2023. All rights reserved.