Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AdvertiserLandingPages.Insert |
Dfareporting.AdvertiserLandingPages.insert(Long profileId,
LandingPage content)
Inserts a new landing page.
|
Dfareporting.AdvertiserLandingPages.Patch |
Dfareporting.AdvertiserLandingPages.patch(Long profileId,
Long id,
LandingPage content)
Updates an existing landing page.
|
Dfareporting.AdvertiserLandingPages.Update |
Dfareporting.AdvertiserLandingPages.update(Long profileId,
LandingPage content)
Updates an existing landing page.
|
Constructor and Description |
---|
Insert(Long profileId,
LandingPage content)
Inserts a new landing page.
|
Patch(Long profileId,
Long id,
LandingPage content)
Updates an existing landing page.
|
Update(Long profileId,
LandingPage content)
Updates an existing landing page.
|
Modifier and Type | Method and Description |
---|---|
LandingPage |
LandingPage.clone() |
LandingPage |
LandingPage.set(String fieldName,
Object value) |
LandingPage |
LandingPage.setAdvertiserId(Long advertiserId)
Advertiser ID of this landing page.
|
LandingPage |
LandingPage.setArchived(Boolean archived)
Whether this landing page has been archived.
|
LandingPage |
LandingPage.setDeepLinks(List<DeepLink> deepLinks)
Links that will direct the user to a mobile app, if installed.
|
LandingPage |
LandingPage.setId(Long id)
ID of this landing page.
|
LandingPage |
LandingPage.setKind(String kind)
Identifies what kind of resource this is.
|
LandingPage |
LandingPage.setName(String name)
Name of this landing page.
|
LandingPage |
LandingPage.setUrl(String url)
URL of this landing page.
|
Modifier and Type | Method and Description |
---|---|
List<LandingPage> |
AdvertiserLandingPagesListResponse.getLandingPages()
Landing page collection
|
Modifier and Type | Method and Description |
---|---|
AdvertiserLandingPagesListResponse |
AdvertiserLandingPagesListResponse.setLandingPages(List<LandingPage> landingPages)
Landing page collection
|
Copyright © 2011–2025 Google. All rights reserved.