AI-generated Key Takeaways
-
This method updates an existing landing page using patch semantics via a
PATCHHTTP 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 ofLandingPage. -
Authorization is required using the OAuth scope
https://www.googleapis.com/auth/dfatrafficking.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
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