public class Dfareporting.AdvertiserLandingPages extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.AdvertiserLandingPages.Get |
class |
Dfareporting.AdvertiserLandingPages.Insert |
class |
Dfareporting.AdvertiserLandingPages.List |
class |
Dfareporting.AdvertiserLandingPages.Patch |
class |
Dfareporting.AdvertiserLandingPages.Update |
| Constructor and Description |
|---|
AdvertiserLandingPages() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AdvertiserLandingPages.Get |
get(Long profileId,
Long id)
Gets one landing page by ID.
|
Dfareporting.AdvertiserLandingPages.Insert |
insert(Long profileId,
LandingPage content)
Inserts a new landing page.
|
Dfareporting.AdvertiserLandingPages.List |
list(Long profileId)
Retrieves a list of landing pages.
|
Dfareporting.AdvertiserLandingPages.Patch |
patch(Long profileId,
Long id,
LandingPage content)
Updates an existing landing page.
|
Dfareporting.AdvertiserLandingPages.Update |
update(Long profileId,
LandingPage content)
Updates an existing landing page.
|
public Dfareporting.AdvertiserLandingPages.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Landing page ID.IOExceptionpublic Dfareporting.AdvertiserLandingPages.Insert insert(Long profileId, LandingPage content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the LandingPageIOExceptionpublic Dfareporting.AdvertiserLandingPages.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.AdvertiserLandingPages.Patch patch(Long profileId, Long id, LandingPage content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. Landing Page ID.content - the LandingPageIOExceptionpublic Dfareporting.AdvertiserLandingPages.Update update(Long profileId, LandingPage content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the LandingPageIOExceptionCopyright © 2011–2025 Google. All rights reserved.