| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Advertisers.Insert |
Dfareporting.Advertisers.insert(java.lang.Long profileId,
Advertiser content)
Inserts a new advertiser.
|
Dfareporting.Advertisers.Patch |
Dfareporting.Advertisers.patch(java.lang.Long profileId,
java.lang.Long id,
Advertiser content)
Updates an existing advertiser.
|
Dfareporting.Advertisers.Update |
Dfareporting.Advertisers.update(java.lang.Long profileId,
Advertiser content)
Updates an existing advertiser.
|
| Constructor and Description |
|---|
Dfareporting.Advertisers.Insert(java.lang.Long profileId,
Advertiser content)
Inserts a new advertiser.
|
Dfareporting.Advertisers.Patch(java.lang.Long profileId,
java.lang.Long id,
Advertiser content)
Updates an existing advertiser.
|
Dfareporting.Advertisers.Update(java.lang.Long profileId,
Advertiser content)
Updates an existing advertiser.
|
| Modifier and Type | Method and Description |
|---|---|
Advertiser |
Advertiser.clone() |
Advertiser |
Advertiser.set(java.lang.String fieldName,
java.lang.Object value) |
Advertiser |
Advertiser.setAccountId(java.lang.Long accountId)
Account ID of this advertiser.This is a read-only field that can be left blank.
|
Advertiser |
Advertiser.setAdvertiserGroupId(java.lang.Long advertiserGroupId)
ID of the advertiser group this advertiser belongs to.
|
Advertiser |
Advertiser.setClickThroughUrlSuffix(java.lang.String clickThroughUrlSuffix)
Suffix added to click-through URL of ad creative associations under this advertiser.
|
Advertiser |
Advertiser.setDefaultClickThroughEventTagId(java.lang.Long defaultClickThroughEventTagId)
ID of the click-through event tag to apply by default to the landing pages of this advertiser's
campaigns.
|
Advertiser |
Advertiser.setDefaultEmail(java.lang.String defaultEmail)
Default email address used in sender field for tag emails.
|
Advertiser |
Advertiser.setFloodlightConfigurationId(java.lang.Long floodlightConfigurationId)
Floodlight configuration ID of this advertiser.
|
Advertiser |
Advertiser.setFloodlightConfigurationIdDimensionValue(DimensionValue floodlightConfigurationIdDimensionValue)
Dimension value for the ID of the floodlight configuration.
|
Advertiser |
Advertiser.setId(java.lang.Long id)
ID of this advertiser.
|
Advertiser |
Advertiser.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this advertiser.
|
Advertiser |
Advertiser.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Advertiser |
Advertiser.setName(java.lang.String name)
Name of this advertiser.
|
Advertiser |
Advertiser.setOriginalFloodlightConfigurationId(java.lang.Long originalFloodlightConfigurationId)
Original floodlight configuration before any sharing occurred.
|
Advertiser |
Advertiser.setStatus(java.lang.String status)
Status of this advertiser.
|
Advertiser |
Advertiser.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this advertiser.This is a read-only field that can be left blank.
|
Advertiser |
Advertiser.setSuspended(java.lang.Boolean suspended)
Suspension status of this advertiser.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Advertiser> |
AdvertisersListResponse.getAdvertisers()
Advertiser collection.
|
| Modifier and Type | Method and Description |
|---|---|
AdvertisersListResponse |
AdvertisersListResponse.setAdvertisers(java.util.List<Advertiser> advertisers)
Advertiser collection.
|