| 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(java.lang.Long profileId,
Campaign content)
Inserts a new campaign.
|
Dfareporting.Campaigns.Patch |
Dfareporting.Campaigns.patch(java.lang.Long profileId,
java.lang.Long id,
Campaign content)
Updates an existing campaign.
|
Dfareporting.Campaigns.Update |
Dfareporting.Campaigns.update(java.lang.Long profileId,
Campaign content)
Updates an existing campaign.
|
| Constructor and Description |
|---|
Dfareporting.Campaigns.Insert(java.lang.Long profileId,
Campaign content)
Inserts a new campaign.
|
Dfareporting.Campaigns.Patch(java.lang.Long profileId,
java.lang.Long id,
Campaign content)
Updates an existing campaign.
|
Dfareporting.Campaigns.Update(java.lang.Long profileId,
Campaign content)
Updates an existing campaign.
|
| Modifier and Type | Method and Description |
|---|---|
Campaign |
Campaign.clone() |
Campaign |
Campaign.set(java.lang.String fieldName,
java.lang.Object value) |
Campaign |
Campaign.setAccountId(java.lang.Long accountId)
Account ID of this campaign.
|
Campaign |
Campaign.setAdBlockingConfiguration(AdBlockingConfiguration adBlockingConfiguration)
Ad blocking settings for this campaign.
|
Campaign |
Campaign.setAdditionalCreativeOptimizationConfigurations(java.util.List<CreativeOptimizationConfiguration> additionalCreativeOptimizationConfigurations)
Additional creative optimization configurations for the campaign.
|
Campaign |
Campaign.setAdvertiserGroupId(java.lang.Long advertiserGroupId)
Advertiser group ID of the associated advertiser.
|
Campaign |
Campaign.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this campaign.
|
Campaign |
Campaign.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the advertiser ID of this campaign.
|
Campaign |
Campaign.setArchived(java.lang.Boolean archived)
Whether this campaign has been archived.
|
Campaign |
Campaign.setAudienceSegmentGroups(java.util.List<AudienceSegmentGroup> audienceSegmentGroups)
Audience segment groups assigned to this campaign.
|
Campaign |
Campaign.setBillingInvoiceCode(java.lang.String billingInvoiceCode)
Billing invoice code included in the DCM client billing invoices associated with the campaign.
|
Campaign |
Campaign.setClickThroughUrlSuffixProperties(ClickThroughUrlSuffixProperties clickThroughUrlSuffixProperties)
Click-through URL suffix override properties for this campaign.
|
Campaign |
Campaign.setComment(java.lang.String comment)
Arbitrary comments about this campaign.
|
Campaign |
Campaign.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this campaign.
|
Campaign |
Campaign.setCreativeGroupIds(java.util.List<java.lang.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(java.lang.Long defaultLandingPageId)
The default landing page ID for this campaign.
|
Campaign |
Campaign.setEndDate(com.google.api.client.util.DateTime endDate)
Date on which the campaign will stop running.
|
Campaign |
Campaign.setEventTagOverrides(java.util.List<EventTagOverride> eventTagOverrides)
Overrides that can be used to activate or deactivate advertiser event tags.
|
Campaign |
Campaign.setExternalId(java.lang.String externalId)
External ID for this campaign.
|
Campaign |
Campaign.setId(java.lang.Long id)
ID of this campaign.
|
Campaign |
Campaign.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this campaign.
|
Campaign |
Campaign.setKind(java.lang.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.setLookbackConfiguration(LookbackConfiguration lookbackConfiguration)
Lookback window settings for the campaign.
|
Campaign |
Campaign.setName(java.lang.String name)
Name of this campaign.
|
Campaign |
Campaign.setNielsenOcrEnabled(java.lang.Boolean nielsenOcrEnabled)
Whether Nielsen reports are enabled for this campaign.
|
Campaign |
Campaign.setStartDate(com.google.api.client.util.DateTime startDate)
Date on which the campaign starts running.
|
Campaign |
Campaign.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this campaign.
|
Campaign |
Campaign.setTraffickerEmails(java.util.List<java.lang.String> traffickerEmails)
Campaign trafficker contact emails.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Campaign> |
CampaignsListResponse.getCampaigns()
Campaign collection.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignsListResponse |
CampaignsListResponse.setCampaigns(java.util.List<Campaign> campaigns)
Campaign collection.
|