Service
AdGroupCriterionService
CampaignCriterionService
MutateJobService
SharedCriterionService
TargetingIdeaService
TrafficEstimatorService
Inheritance
Criterion
▼
CriterionUserInterest
CriterionUserList
Keyword
Language
Location
MobileAppCategory
MobileApplication
Placement
Product
Vertical
Webpage
Represents the mobile application to be targeted. This is enabled for AdX. This is a beta feature.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
Criterion (inherited) | ||
id Filterable
Required
Selectable
|
xsd:long
|
ID of this criterion.
This field can be selected using the value "Id".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : SET, REMOVE.
|
type Filterable
ReadOnly
Selectable
|
Criterion.Type
|
This field can be selected using the value "CriteriaType".
This field can be filtered on.
This field is read only and should not be set. If this field is sent to the API, it will be ignored.
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 Filterable
ReadOnly
Selectable
|
xsd:string
|
Title of this mobile application. This field can be selected using the value "DisplayName". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |