public final class Advertiser
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Advertiser() |
Modifier and Type | Method and Description |
---|---|
Advertiser |
clone() |
Long |
getAccountId()
Account ID of this advertiser.This is a read-only field that can be left blank.
|
Long |
getAdvertiserGroupId()
ID of the advertiser group this advertiser belongs to.
|
String |
getClickThroughUrlSuffix()
Suffix added to click-through URL of ad creative associations under this advertiser.
|
Long |
getDefaultClickThroughEventTagId()
ID of the click-through event tag to apply by default to the landing pages of this advertiser's
campaigns.
|
String |
getDefaultEmail()
Default email address used in sender field for tag emails.
|
String |
getEuPoliticalAdsDeclaration()
Optional.
|
Long |
getFloodlightConfigurationId()
Floodlight configuration ID of this advertiser.
|
DimensionValue |
getFloodlightConfigurationIdDimensionValue()
Dimension value for the ID of the floodlight configuration.
|
Long |
getId()
ID of this advertiser.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the ID of this advertiser.
|
String |
getKind()
Identifies what kind of resource this is.
|
MeasurementPartnerAdvertiserLink |
getMeasurementPartnerLink()
Measurement partner advertiser link for tag wrapping.
|
String |
getName()
Name of this advertiser.
|
Long |
getOriginalFloodlightConfigurationId()
Original floodlight configuration before any sharing occurred.
|
String |
getStatus()
Status of this advertiser.
|
Long |
getSubaccountId()
Subaccount ID of this advertiser.This is a read-only field that can be left blank.
|
Boolean |
getSuspended()
Suspension status of this advertiser.
|
Advertiser |
set(String fieldName,
Object value) |
Advertiser |
setAccountId(Long accountId)
Account ID of this advertiser.This is a read-only field that can be left blank.
|
Advertiser |
setAdvertiserGroupId(Long advertiserGroupId)
ID of the advertiser group this advertiser belongs to.
|
Advertiser |
setClickThroughUrlSuffix(String clickThroughUrlSuffix)
Suffix added to click-through URL of ad creative associations under this advertiser.
|
Advertiser |
setDefaultClickThroughEventTagId(Long defaultClickThroughEventTagId)
ID of the click-through event tag to apply by default to the landing pages of this advertiser's
campaigns.
|
Advertiser |
setDefaultEmail(String defaultEmail)
Default email address used in sender field for tag emails.
|
Advertiser |
setEuPoliticalAdsDeclaration(String euPoliticalAdsDeclaration)
Optional.
|
Advertiser |
setFloodlightConfigurationId(Long floodlightConfigurationId)
Floodlight configuration ID of this advertiser.
|
Advertiser |
setFloodlightConfigurationIdDimensionValue(DimensionValue floodlightConfigurationIdDimensionValue)
Dimension value for the ID of the floodlight configuration.
|
Advertiser |
setId(Long id)
ID of this advertiser.
|
Advertiser |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this advertiser.
|
Advertiser |
setKind(String kind)
Identifies what kind of resource this is.
|
Advertiser |
setMeasurementPartnerLink(MeasurementPartnerAdvertiserLink measurementPartnerLink)
Measurement partner advertiser link for tag wrapping.
|
Advertiser |
setName(String name)
Name of this advertiser.
|
Advertiser |
setOriginalFloodlightConfigurationId(Long originalFloodlightConfigurationId)
Original floodlight configuration before any sharing occurred.
|
Advertiser |
setStatus(String status)
Status of this advertiser.
|
Advertiser |
setSubaccountId(Long subaccountId)
Subaccount ID of this advertiser.This is a read-only field that can be left blank.
|
Advertiser |
setSuspended(Boolean suspended)
Suspension status of this advertiser.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getAccountId()
null
for nonepublic Advertiser setAccountId(Long accountId)
accountId
- accountId or null
for nonepublic Long getAdvertiserGroupId()
null
for nonepublic Advertiser setAdvertiserGroupId(Long advertiserGroupId)
advertiserGroupId
- advertiserGroupId or null
for nonepublic String getClickThroughUrlSuffix()
null
for nonepublic Advertiser setClickThroughUrlSuffix(String clickThroughUrlSuffix)
clickThroughUrlSuffix
- clickThroughUrlSuffix or null
for nonepublic Long getDefaultClickThroughEventTagId()
null
for nonepublic Advertiser setDefaultClickThroughEventTagId(Long defaultClickThroughEventTagId)
defaultClickThroughEventTagId
- defaultClickThroughEventTagId or null
for nonepublic String getDefaultEmail()
null
for nonepublic Advertiser setDefaultEmail(String defaultEmail)
defaultEmail
- defaultEmail or null
for nonepublic String getEuPoliticalAdsDeclaration()
null
for nonepublic Advertiser setEuPoliticalAdsDeclaration(String euPoliticalAdsDeclaration)
euPoliticalAdsDeclaration
- euPoliticalAdsDeclaration or null
for nonepublic Long getFloodlightConfigurationId()
null
for nonepublic Advertiser setFloodlightConfigurationId(Long floodlightConfigurationId)
floodlightConfigurationId
- floodlightConfigurationId or null
for nonepublic DimensionValue getFloodlightConfigurationIdDimensionValue()
null
for nonepublic Advertiser setFloodlightConfigurationIdDimensionValue(DimensionValue floodlightConfigurationIdDimensionValue)
floodlightConfigurationIdDimensionValue
- floodlightConfigurationIdDimensionValue or null
for nonepublic Long getId()
null
for nonepublic Advertiser setId(Long id)
id
- id or null
for nonepublic DimensionValue getIdDimensionValue()
null
for nonepublic Advertiser setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue
- idDimensionValue or null
for nonepublic String getKind()
null
for nonepublic Advertiser setKind(String kind)
kind
- kind or null
for nonepublic MeasurementPartnerAdvertiserLink getMeasurementPartnerLink()
null
for nonepublic Advertiser setMeasurementPartnerLink(MeasurementPartnerAdvertiserLink measurementPartnerLink)
measurementPartnerLink
- measurementPartnerLink or null
for nonepublic String getName()
null
for nonepublic Advertiser setName(String name)
name
- name or null
for nonepublic Long getOriginalFloodlightConfigurationId()
null
for nonepublic Advertiser setOriginalFloodlightConfigurationId(Long originalFloodlightConfigurationId)
originalFloodlightConfigurationId
- originalFloodlightConfigurationId or null
for nonepublic String getStatus()
null
for nonepublic Advertiser setStatus(String status)
status
- status or null
for nonepublic Long getSubaccountId()
null
for nonepublic Advertiser setSubaccountId(Long subaccountId)
subaccountId
- subaccountId or null
for nonepublic Boolean getSuspended()
null
for nonepublic Advertiser setSuspended(Boolean suspended)
suspended
- suspended or null
for nonepublic Advertiser set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Advertiser clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.