This extension is useful for advertisers who wish to provide users with a link that points to the advertiser's mobile application in addition to their website.
It is also known as Mobile App Extension.
The API allows one InAppLinkExtension per AppStore per campaign. Only the extension for a
given AppStore will render on
the device relevant to that AppStore (e.g. iPhones for AppStore.ITUNES and Android phones for
AppStore.GOOGLE_PLAY).
This is a beta feature.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306 - Fields
| Field | Type | Description |
|---|---|---|
| AdExtension (inherited) | ||
| id Filterable
Required
Selectable
|
xsd:long
|
ID of ad extension.
Do not use this in a CampaignAdExtension.mutate ADD operation. This field can be selected using the value "AdExtensionId". This field can be filtered on. This field is required and should not benull when it is contained within Operators : REMOVE.
|
| AdExtension.Type |
xsd:string
|
Indicates that this instance is a subtype of AdExtension. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
| InAppLinkExtension | ||
| inAppLinkText Required
Selectable
StringLength
|
xsd:string
|
The visible text displayed when the link in rendered in an ad.
This field can be selected using the value "InAppLinkText".
This field is required and should not be null.
The length of this string should be between 1 and 25, inclusive.
|
| inAppLinkUrl Required
Selectable
StringLength
|
xsd:string
|
The destination URL of the in-app link.
This field can be selected using the value "InAppLinkUrl".
This field is required and should not be null.
The length of this string should be between 1 and 1024, inclusive.
|
| appStore Required
Selectable
|
InAppLinkExtension.AppStore
|
The Application Store that the target application belongs to.
This field can be selected using the value "AppStore".
This field is required and should not be null.
Enumerations
|
| appId Required
Selectable
|
xsd:string
|
The store-specific ID for the target application.
E.g. com.foo.bar for Google Play or 1234567 for iTunes.
This field can be selected
using the value "AppId".
This field is required and should not be
|