| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.clone() |
Project |
Project.set(String fieldName,
Object value) |
Project |
Project.setAccountId(Long accountId)
Account ID of this project.
|
Project |
Project.setAdvertiserId(Long advertiserId)
Advertiser ID of this project.
|
Project |
Project.setAudienceAgeGroup(String audienceAgeGroup)
Audience age group of this project.
|
Project |
Project.setAudienceGender(String audienceGender)
Audience gender of this project.
|
Project |
Project.setBudget(Long budget)
Budget of this project in the currency specified by the current account.
|
Project |
Project.setClientBillingCode(String clientBillingCode)
Client billing code of this project.
|
Project |
Project.setClientName(String clientName)
Name of the project client.
|
Project |
Project.setEndDate(com.google.api.client.util.DateTime endDate) |
Project |
Project.setId(Long id)
ID of this project.
|
Project |
Project.setKind(String kind)
Identifies what kind of resource this is.
|
Project |
Project.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this project.
|
Project |
Project.setName(String name)
Name of this project.
|
Project |
Project.setOverview(String overview)
Overview of this project.
|
Project |
Project.setStartDate(com.google.api.client.util.DateTime startDate) |
Project |
Project.setSubaccountId(Long subaccountId)
Subaccount ID of this project.
|
Project |
Project.setTargetClicks(Long targetClicks)
Number of clicks that the advertiser is targeting.
|
Project |
Project.setTargetConversions(Long targetConversions)
Number of conversions that the advertiser is targeting.
|
Project |
Project.setTargetCpaNanos(Long targetCpaNanos)
CPA that the advertiser is targeting.
|
Project |
Project.setTargetCpcNanos(Long targetCpcNanos)
CPC that the advertiser is targeting.
|
Project |
Project.setTargetCpmActiveViewNanos(Long targetCpmActiveViewNanos)
vCPM from Active View that the advertiser is targeting.
|
Project |
Project.setTargetCpmNanos(Long targetCpmNanos)
CPM that the advertiser is targeting.
|
Project |
Project.setTargetImpressions(Long targetImpressions)
Number of impressions that the advertiser is targeting.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
ProjectsListResponse.getProjects()
Project collection.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectsListResponse |
ProjectsListResponse.setProjects(List<Project> projects)
Project collection.
|
Copyright © 2011–2023 Google. All rights reserved.