Method: advertiserLandingPages.patch

  • This method updates an existing landing page using patch semantics via a PATCH HTTP request to the specified API endpoint.

  • The request requires path parameters, specifically a profileId, and a required query parameter, id, for the landing page.

  • The request body should contain an instance of LandingPage, and a successful response body will also contain an instance of LandingPage.

  • Authorization is required using the OAuth scope https://www.googleapis.com/auth/dfatrafficking.

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

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. Landing Page ID.

Request body

The request body contains an instance of LandingPage.

Response body

If successful, the response body contains an instance of LandingPage.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking