| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v4 | |
| com.google.api.services.displayvideo.v4.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Campaigns.Create |
DisplayVideo.Advertisers.Campaigns.create(Long advertiserId,
Campaign content)
Creates a new campaign.
|
DisplayVideo.Advertisers.Campaigns.Patch |
DisplayVideo.Advertisers.Campaigns.patch(Long advertiserId,
Long campaignId,
Campaign content)
Updates an existing campaign.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
Campaign content)
Creates a new campaign.
|
Patch(Long advertiserId,
Long campaignId,
Campaign content)
Updates an existing campaign.
|
| Modifier and Type | Method and Description |
|---|---|
Campaign |
Campaign.clone() |
Campaign |
Campaign.set(String fieldName,
Object value) |
Campaign |
Campaign.setAdvertiserId(Long advertiserId)
Output only.
|
Campaign |
Campaign.setCampaignBudgets(List<CampaignBudget> campaignBudgets)
The list of budgets available to this campaign.
|
Campaign |
Campaign.setCampaignFlight(CampaignFlight campaignFlight)
Required.
|
Campaign |
Campaign.setCampaignGoal(CampaignGoal campaignGoal)
Required.
|
Campaign |
Campaign.setCampaignId(Long campaignId)
Output only.
|
Campaign |
Campaign.setDisplayName(String displayName)
Required.
|
Campaign |
Campaign.setEntityStatus(String entityStatus)
Required.
|
Campaign |
Campaign.setFrequencyCap(FrequencyCap frequencyCap)
Required.
|
Campaign |
Campaign.setName(String name)
Output only.
|
Campaign |
Campaign.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Campaign> |
ListCampaignsResponse.getCampaigns()
The list of campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResponse |
ListCampaignsResponse.setCampaigns(List<Campaign> campaigns)
The list of campaigns.
|
Copyright © 2011–2026 Google. All rights reserved.