Service
Inheritance
Criterion
▼
AdSchedule
AgeRange
AppPaymentModel
Carrier
ContentLabel
CriterionUserInterest
CriterionUserList
Gender
IpBlock
Keyword
Language
Location
LocationGroups
MobileAppCategory
MobileApplication
MobileDevice
OperatingSystemVersion
Placement
Platform
ProductPartition
ProductScope
Proximity
Vertical
Webpage
YouTubeChannel
YouTubeVideo
Represents the mobile application to be targeted. This is enabled for AdX.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
Criterion (inherited) | ||
id Required
|
xsd:long
|
ID of this criterion.
This field is required and should not be null when it is contained within Operators : SET, REMOVE.
|
type ReadOnly
|
Criterion.Type
|
This field is read only and will be ignored when sent to the API.
Indicates that this instance is a subtype of Criterion.
Although this field is returned in the response, it is ignored on input
and cannot be selected. Specify xsi:type instead.
Enumerations
|
Criterion.Type |
xsd:string
|
Indicates that this instance is a subtype of Criterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
MobileApplication | ||
appId Required
|
xsd:string
|
A string that uniquely identifies a mobile application to AdWords API. The format of this
string is "{platform}-{platform_native_id} ", where platform is "1"
for iOS apps and "2" for Android apps, and where platform_native_id is the mobile
application identifier native to the corresponding platform.
For iOS, this native identifier is the 9 digit string that appears at the end of an App Store
URL (e.g., "476943146" for "Flood-It! 2" whose App Store link is
http://itunes.apple.com/us/app/flood-it!-2/id476943146).
For Android, this native identifier is the application's package name (e.g.,
"com.labpixies.colordrips" for "Color Drips" given Google Play link
https://play.google.com/store/apps/details?id=com.labpixies.colordrips).
A well formed app id for AdWords API would thus be "1-476943146" for iOS and
"2-com.labpixies.colordrips" for Android.
This field is required and should not be null when it is contained within Operators : ADD.
|
displayName ReadOnly
|
xsd:string
|
Title of this mobile application. This field is read only and will be ignored when sent to the API. |