REST Resource: advertiserLandingPages
Stay organized with collections
Save and categorize content based on your preferences.
Resource: LandingPage
Contains information about where a user's browser is taken after the user clicks an ad.
JSON representation |
{
"id": string,
"name": string,
"url": string,
"archived": boolean,
"advertiserId": string,
"deepLinks": [
{
object (DeepLink )
}
],
"kind": string
} |
Fields |
id |
string (int64 format)
ID of this landing page. This is a read-only, auto-generated field.
|
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.
|
archived |
boolean
Whether this landing page has been archived.
|
advertiserId |
string (int64 format)
Advertiser ID of this landing page. This is a required field.
|
deepLinks[] |
object (DeepLink )
Links that will direct the user to a mobile app, if installed.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#landingPage"
.
|
DeepLink
Contains information about a landing page deep link.
JSON representation |
{
"kind": string,
"appUrl": string,
"fallbackUrl": string,
"remarketingListIds": [
string
],
"mobileApp": {
object (MobileApp )
}
} |
Fields |
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.
|
fallbackUrl |
string
The fallback URL. This URL will be served to users who do not have the mobile app installed.
|
mobileApp |
object (MobileApp )
The mobile app targeted by this deep link.
|
Methods |
|
Gets one landing page by ID. |
|
Inserts a new landing page. |
|
Retrieves a list of landing pages. |
|
Updates an existing landing page. |
|
Updates an existing landing page. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eA landing page dictates where a user's browser navigates after clicking an ad, containing details like the URL, name, and advertiser ID.\u003c/p\u003e\n"],["\u003cp\u003eDeep links within landing pages can direct users to a mobile app if installed, utilizing app URLs and fallback URLs for those without the app.\u003c/p\u003e\n"],["\u003cp\u003eThis resource allows for managing landing pages via methods to get, insert, list, patch, and update them, providing control over user redirection after ad interaction.\u003c/p\u003e\n"],["\u003cp\u003eThe API defines the schema for both landing pages and deep links, including their respective fields like IDs, names, URLs, and mobile app details.\u003c/p\u003e\n"]]],[],null,["# REST Resource: advertiserLandingPages\n\n- [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\n---------------------\n\nContains 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/v4/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| `advertiser``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this landing page. This is a required field. |\n| `deep``Links[]` | `object (`[DeepLink](/doubleclick-advertisers/rest/v4/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\n--------\n\nContains 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/v4/mobileApps#MobileApp) } } ``` |\n\n| Fields ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#deepLink\"` . |\n| `app``Url` | `string` The URL of the mobile app being linked to. |\n| `fallback``Url` | `string` The fallback URL. This URL will be served to users who do not have the mobile app installed. |\n| `remarketing``List``Ids[]` | `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| `mobile``App` | `object (`[MobileApp](/doubleclick-advertisers/rest/v4/mobileApps#MobileApp)`)` The mobile app targeted by this deep link. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/advertiserLandingPages/get) | Gets one landing page by ID. |\n| ### [insert](/doubleclick-advertisers/rest/v4/advertiserLandingPages/insert) | Inserts a new landing page. |\n| ### [list](/doubleclick-advertisers/rest/v4/advertiserLandingPages/list) | Retrieves a list of landing pages. |\n| ### [patch](/doubleclick-advertisers/rest/v4/advertiserLandingPages/patch) | Updates an existing landing page. |\n| ### [update](/doubleclick-advertisers/rest/v4/advertiserLandingPages/update) | Updates an existing landing page. |"]]