class AdvertiserLandingPages extends Resource (View source)

The "advertiserLandingPages" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $advertiserLandingPages = $dfareportingService->advertiserLandingPages;

Methods

get(string $profileId, string $id, array $optParams = [])

Gets one landing page by ID. (advertiserLandingPages.get)

insert(string $profileId, LandingPage $postBody, array $optParams = [])

Inserts a new landing page. (advertiserLandingPages.insert)

listAdvertiserLandingPages(string $profileId, array $optParams = [])

Retrieves a list of landing pages.

patch(string $profileId, string $id, LandingPage $postBody, array $optParams = [])

Updates an existing landing page. This method supports patch semantics.

update(string $profileId, LandingPage $postBody, array $optParams = [])

Updates an existing landing page. (advertiserLandingPages.update)

Details

LandingPage get(string $profileId, string $id, array $optParams = [])

Gets one landing page by ID. (advertiserLandingPages.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Landing page ID.

array $optParams

Optional parameters.

Return Value

LandingPage

Exceptions

Exception

LandingPage insert(string $profileId, LandingPage $postBody, array $optParams = [])

Inserts a new landing page. (advertiserLandingPages.insert)

Parameters

string $profileId

User profile ID associated with this request.

LandingPage $postBody
array $optParams

Optional parameters.

Return Value

LandingPage

Exceptions

Exception

AdvertiserLandingPagesListResponse listAdvertiserLandingPages(string $profileId, array $optParams = [])

Retrieves a list of landing pages.

(advertiserLandingPages.listAdvertiserLandingPages)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

AdvertiserLandingPagesListResponse

Exceptions

Exception

LandingPage patch(string $profileId, string $id, LandingPage $postBody, array $optParams = [])

Updates an existing landing page. This method supports patch semantics.

(advertiserLandingPages.patch)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Required. Landing Page ID.

LandingPage $postBody
array $optParams

Optional parameters.

Return Value

LandingPage

Exceptions

Exception

LandingPage update(string $profileId, LandingPage $postBody, array $optParams = [])

Updates an existing landing page. (advertiserLandingPages.update)

Parameters

string $profileId

User profile ID associated with this request.

LandingPage $postBody
array $optParams

Optional parameters.

Return Value

LandingPage

Exceptions

Exception