AI-generated Key Takeaways
-
Updates an existing landing page using patch semantics and requires a LandingPage object in the request body.
-
The endpoint requires
profileId
andid
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.
- 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