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.IOException
public 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 LandingPage
IOException
public Dfareporting.AdvertiserLandingPages.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public 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 LandingPage
IOException
public 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 LandingPage
IOException
Copyright © 2011–2025 Google. All rights reserved.