GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown class
A breakdown of the number of unique people reached at a given effective frequency.
Constructors
- GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown({String? effectiveCoviewReach, int? effectiveFrequency, String? onTargetEffectiveCoviewReach, String? onTargetReach, String? totalReach})
- GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown.fromJson(Map json_)
Properties
- effectiveCoviewReach ↔ String?
-
The number of users (including co-viewing users) reached for the
associated effective_frequency value.
getter/setter pair
- effectiveFrequency ↔ int?
-
The effective frequency [1-10].
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onTargetEffectiveCoviewReach ↔ String?
-
The number of users (including co-viewing users) reached for the
associated effective_frequency value within the specified plan
demographic.
getter/setter pair
- onTargetReach ↔ String?
-
The number of unique people reached at least effective_frequency times
that exactly matches the Targeting.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalReach ↔ String?
-
Total number of unique people reached at least effective_frequency times.
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