AppTargeting class

A subset of app inventory to target.

Bid requests that match criteria in at least one of the specified dimensions will be sent.

Constructors

AppTargeting({NumericTargetingDimension? mobileAppCategoryTargeting, StringTargetingDimension? mobileAppTargeting})
AppTargeting.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
mobileAppCategoryTargeting NumericTargetingDimension?
Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
getter/setter pair
mobileAppTargeting StringTargetingDimension?
Targeted app IDs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited