GoogleAdsSearchads360V23ResourcesAgeRangeView class
An age range view.
Represents the view of a customer's performance metrics (like impressions
and clicks) aggregated by age range. All statistics are aggregated at the ad
group level. Note: While you can segment metrics by age range using
age_range_view or by gender using gender_view, the Search Ads 360 API
does not support segmenting metrics by both age range and gender
simultaneously in a single query. Analyzing performance across both
dimensions combined is not supported in the Search Ads 360 API.
Constructors
- GoogleAdsSearchads360V23ResourcesAgeRangeView({String? resourceName})
- GoogleAdsSearchads360V23ResourcesAgeRangeView.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName ↔ String?
-
The resource name of the age range view.
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