Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.Sites.Insert |
Dfareporting.Sites.insert(Long profileId,
Site content)
Inserts a new site.
|
Dfareporting.Sites.Patch |
Dfareporting.Sites.patch(Long profileId,
Long id,
Site content)
Updates an existing site.
|
Dfareporting.Sites.Update |
Dfareporting.Sites.update(Long profileId,
Site content)
Updates an existing site.
|
Constructor and Description |
---|
Insert(Long profileId,
Site content)
Inserts a new site.
|
Patch(Long profileId,
Long id,
Site content)
Updates an existing site.
|
Update(Long profileId,
Site content)
Updates an existing site.
|
Modifier and Type | Method and Description |
---|---|
Site |
Site.clone() |
Site |
Site.set(String fieldName,
Object value) |
Site |
Site.setAccountId(Long accountId)
Account ID of this site.
|
Site |
Site.setAdServingPlatformId(Long adServingPlatformId)
Optional.
|
Site |
Site.setApproved(Boolean approved)
Whether this site is approved.
|
Site |
Site.setDirectorySiteId(Long directorySiteId)
Directory site associated with this site.
|
Site |
Site.setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
Dimension value for the ID of the directory site.
|
Site |
Site.setId(Long id)
ID of this site.
|
Site |
Site.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this site.
|
Site |
Site.setKeyName(String keyName)
Key name of this site.
|
Site |
Site.setKind(String kind)
Identifies what kind of resource this is.
|
Site |
Site.setName(String name)
Name of this site.This is a required field.
|
Site |
Site.setSiteContacts(List<SiteContact> siteContacts)
Site contacts.
|
Site |
Site.setSiteSettings(SiteSettings siteSettings)
Site-wide settings.
|
Site |
Site.setSubaccountId(Long subaccountId)
Subaccount ID of this site.
|
Site |
Site.setVideoSettings(SiteVideoSettings videoSettings)
Default video settings for new placements created under this site.
|
Modifier and Type | Method and Description |
---|---|
List<Site> |
SitesListResponse.getSites()
Site collection.
|
Modifier and Type | Method and Description |
---|---|
SitesListResponse |
SitesListResponse.setSites(List<Site> sites)
Site collection.
|
Copyright © 2011–2025 Google. All rights reserved.