REST Resource: advertiserLandingPages

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.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#landingPage"

.

Methods

get

Gets one landing page by ID.

insert

Inserts a new landing page.

list

Retrieves a list of landing pages.

patch

Updates an existing advertiser landing page.

update

Updates an existing landing page.