Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.Campaigns.Insert |
Dfareporting.Campaigns.insert(Long profileId,
Campaign content)
Inserts a new campaign.
|
Dfareporting.Campaigns.Patch |
Dfareporting.Campaigns.patch(Long profileId,
Long id,
Campaign content)
Updates an existing campaign.
|
Dfareporting.Campaigns.Update |
Dfareporting.Campaigns.update(Long profileId,
Campaign content)
Updates an existing campaign.
|
Constructor and Description |
---|
Insert(Long profileId,
Campaign content)
Inserts a new campaign.
|
Patch(Long profileId,
Long id,
Campaign content)
Updates an existing campaign.
|
Update(Long profileId,
Campaign content)
Updates an existing campaign.
|
Modifier and Type | Method and Description |
---|---|
Campaign |
Campaign.clone() |
Campaign |
Campaign.set(String fieldName,
Object value) |
Campaign |
Campaign.setAccountId(Long accountId)
Account ID of this campaign.
|
Campaign |
Campaign.setAdBlockingConfiguration(AdBlockingConfiguration adBlockingConfiguration)
Ad blocking settings for this campaign.
|
Campaign |
Campaign.setAdditionalCreativeOptimizationConfigurations(List<CreativeOptimizationConfiguration> additionalCreativeOptimizationConfigurations)
Additional creative optimization configurations for the campaign.
|
Campaign |
Campaign.setAdvertiserGroupId(Long advertiserGroupId)
Advertiser group ID of the associated advertiser.
|
Campaign |
Campaign.setAdvertiserId(Long advertiserId)
Advertiser ID of this campaign.
|
Campaign |
Campaign.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the advertiser ID of this campaign.
|
Campaign |
Campaign.setArchived(Boolean archived)
Whether this campaign has been archived.
|
Campaign |
Campaign.setAudienceSegmentGroups(List<AudienceSegmentGroup> audienceSegmentGroups)
Audience segment groups assigned to this campaign.
|
Campaign |
Campaign.setBillingInvoiceCode(String billingInvoiceCode)
Billing invoice code included in the Campaign Manager client billing invoices associated with
the campaign.
|
Campaign |
Campaign.setClickThroughUrlSuffixProperties(ClickThroughUrlSuffixProperties clickThroughUrlSuffixProperties)
Click-through URL suffix override properties for this campaign.
|
Campaign |
Campaign.setComment(String comment)
Arbitrary comments about this campaign.
|
Campaign |
Campaign.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this campaign.
|
Campaign |
Campaign.setCreativeGroupIds(List<Long> creativeGroupIds)
List of creative group IDs that are assigned to the campaign.
|
Campaign |
Campaign.setCreativeOptimizationConfiguration(CreativeOptimizationConfiguration creativeOptimizationConfiguration)
Creative optimization configuration for the campaign.
|
Campaign |
Campaign.setDefaultClickThroughEventTagProperties(DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties)
Click-through event tag ID override properties for this campaign.
|
Campaign |
Campaign.setDefaultLandingPageId(Long defaultLandingPageId)
The default landing page ID for this campaign.
|
Campaign |
Campaign.setEndDate(com.google.api.client.util.DateTime endDate) |
Campaign |
Campaign.setEuPoliticalAdsDeclaration(String euPoliticalAdsDeclaration)
Optional.
|
Campaign |
Campaign.setEventTagOverrides(List<EventTagOverride> eventTagOverrides)
Overrides that can be used to activate or deactivate advertiser event tags.
|
Campaign |
Campaign.setExternalId(String externalId)
External ID for this campaign.
|
Campaign |
Campaign.setId(Long id)
ID of this campaign.
|
Campaign |
Campaign.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this campaign.
|
Campaign |
Campaign.setKind(String kind)
Identifies what kind of resource this is.
|
Campaign |
Campaign.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this campaign.
|
Campaign |
Campaign.setMeasurementPartnerLink(MeasurementPartnerCampaignLink measurementPartnerLink)
Measurement partner campaign link for tag wrapping.
|
Campaign |
Campaign.setName(String name)
Name of this campaign.
|
Campaign |
Campaign.setStartDate(com.google.api.client.util.DateTime startDate) |
Campaign |
Campaign.setSubaccountId(Long subaccountId)
Subaccount ID of this campaign.
|
Modifier and Type | Method and Description |
---|---|
List<Campaign> |
CampaignsListResponse.getCampaigns()
Campaign collection.
|
Modifier and Type | Method and Description |
---|---|
CampaignsListResponse |
CampaignsListResponse.setCampaigns(List<Campaign> campaigns)
Campaign collection.
|
Copyright © 2011–2025 Google. All rights reserved.