---
title: "PATCH /userprofiles/{+profileId}/advertiserLandingPages"
method: PATCH
path: "/userprofiles/{+profileId}/advertiserLandingPages"
tags: ["advertiserLandingPages"]
---

# PATCH /userprofiles/{+profileId}/advertiserLandingPages

`PATCH /userprofiles/{+profileId}/advertiserLandingPages`

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

## Path parameters

- `profileId` string, required

## Query parameters

- `id` string, required

## Request body

- LandingPage — Contains information about where a user's browser is taken after the user clicks an ad.
  - `id` string, int64 — ID of this landing page. This is a read-only, auto-generated field.
  - `deepLinks` DeepLink[] — Links that will direct the user to a mobile app, if installed.
    - `fallbackUrl` string — The fallback URL. This URL will be served to users who do not have the mobile app installed.
    - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#deepLink".
    - `appUrl` string — The URL of the mobile app being linked to.
    - `mobileApp` MobileApp — Contains information about a mobile app. Used as a landing page deep link.
      - `publisherName` string — Publisher name.
      - `id` string — ID of this mobile app.
      - `title` string — Title of this mobile app.
      - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#mobileApp".
      - `directory` 'UNKNOWN' | 'APPLE_APP_STORE' | 'GOOGLE_PLAY_STORE' | 'ROKU_APP_STORE' | 'AMAZON_FIRETV_APP_STORE' | 'PLAYSTATION_APP_STORE' | 'APPLE_TV_APP_STORE' | 'XBOX_APP_STORE' | 'SAMSUNG_TV_APP_STORE' | 'ANDROID_TV_APP_STORE' | 'GENERIC_CTV_APP_STORE' — Mobile app directory.
    - `remarketingListIds` string[] — Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE.
  - `name` string — Name of this landing page. This is a required field. It must be less than 256 characters long.
  - `url` string — URL of this landing page. This is a required field.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#landingPage".
  - `archived` boolean — Whether this landing page has been archived.
  - `advertiserId` string, int64 — Advertiser ID of this landing page. This is a required field.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dfareporting.md) · [All operations](https://skmtc.net/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
