GoogleAdsSearchads360V23ResourcesUserLocationView class
A user location view.
User Location View includes all metrics aggregated at the country level, one row per country. It reports metrics at the actual physical location of the user by targeted or not targeted location. If other segment fields are used, you may get more than one row per country.
Constructors
- GoogleAdsSearchads360V23ResourcesUserLocationView({String? countryCriterionId, String? resourceName, bool? targetingLocation})
- GoogleAdsSearchads360V23ResourcesUserLocationView.fromJson(Map json_)
Properties
- countryCriterionId ↔ String?
-
Criterion Id for the country.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName ↔ String?
-
The resource name of the user location view.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetingLocation ↔ bool?
-
Indicates whether location was targeted or not.
getter/setter pair
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