Ads API .NET library
|
Represents the mobile application to be targeted. This is enabled for AdX. More...
Classes | |
class | Fields |
List of all supported fields for the MobileApplication class. More... | |
class | FilterableFields |
List of all supported filterable fields for the MobileApplication class. More... | |
class | SelectableFields |
List of all supported selectable fields for the MobileApplication class. More... | |
Properties | |
string | appId [get, set] |
A string that uniquely identifies a mobile application to AdWords API. The format of this string is "<code>{platform}-{platform_native_id}</code>", where More... | |
string | displayName [get, set] |
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 will be ignored when sent to the API. More... | |
![]() | |
long | id [get, set] |
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 More... | |
bool | idSpecified [get, set] |
CriterionType | type [get, set] |
This field can be selected using the value "CriteriaType".This field can be filtered on. This field is read only and will be ignored when sent to the API. More... | |
bool | typeSpecified [get, set] |
string | CriterionType [get, set] |
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. More... | |
Represents the mobile application to be targeted. This is enabled for AdX.
|
getset |
A string that uniquely identifies a mobile application to AdWords API. The format of this string is "<code>{platform}-{platform_native_id}</code>", 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 can be selected using the value "AppId".This field can be filtered on. This field is required and should not be null
when it is contained within Operators : ADD.
|
getset |
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 will be ignored when sent to the API.