[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: LandingPage](#LandingPage)\n - [JSON representation](#LandingPage.SCHEMA_REPRESENTATION)\n- [DeepLink](#DeepLink)\n - [JSON representation](#DeepLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: LandingPage Contains information about where a user's browser is taken after the user clicks an ad.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"url\": string, \"archived\": boolean, \"advertiserId\": string, \"deepLinks\": [ { object (/doubleclick-advertisers/rest/v5/advertiserLandingPages#DeepLink) } ], \"kind\": string } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this landing page. This is a read-only, auto-generated field. |\n| `name` | `string` Name of this landing page. This is a required field. It must be less than 256 characters long. |\n| `url` | `string` URL of this landing page. This is a required field. |\n| `archived` | `boolean` Whether this landing page has been archived. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this landing page. This is a required field. |\n| `deepLinks[]` | `object (`[DeepLink](/doubleclick-advertisers/rest/v5/advertiserLandingPages#DeepLink)`)` Links that will direct the user to a mobile app, if installed. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#landingPage\"` . |\n\nDeepLink Contains information about a landing page deep link.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"appUrl\": string, \"fallbackUrl\": string, \"remarketingListIds\": [ string ], \"mobileApp\": { object (/doubleclick-advertisers/rest/v5/mobileApps#MobileApp) } } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#deepLink\"` . |\n| `appUrl` | `string` The URL of the mobile app being linked to. |\n| `fallbackUrl` | `string` The fallback URL. This URL will be served to users who do not have the mobile app installed. |\n| `remarketingListIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Ads served to users on these remarketing lists will use this deep link. Applicable when `mobileApp.directory` is `APPLE_APP_STORE` . |\n| `mobileApp` | `object (`[MobileApp](/doubleclick-advertisers/rest/v5/mobileApps#MobileApp)`)` The mobile app targeted by this deep link. |\n\n| Methods ||\n|--------------------------------------------------------------------------|------------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/advertiserLandingPages/get) | Gets one landing page by ID. |\n| [insert](/doubleclick-advertisers/rest/v5/advertiserLandingPages/insert) | Inserts a new landing page. |\n| [list](/doubleclick-advertisers/rest/v5/advertiserLandingPages/list) | Retrieves a list of landing pages. |\n| [patch](/doubleclick-advertisers/rest/v5/advertiserLandingPages/patch) | Updates an existing landing page. |\n| [update](/doubleclick-advertisers/rest/v5/advertiserLandingPages/update) | Updates an existing landing page. |"]]