Method: advertiserLandingPages.patch

  • Updates an existing landing page using patch semantics and requires a LandingPage object in the request body.

  • The endpoint requires profileId and id as path and query parameters respectively, representing the user profile and landing page.

  • The response returns the updated LandingPage object if successful.

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

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