Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown

A breakdown of the number of unique people reached at a given effective frequency.

Inheritance
object
GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EffectiveCoviewReach

The number of users (including co-viewing users) reached for the associated effective_frequency value.

Declaration
[JsonProperty("effectiveCoviewReach")]
public virtual long? EffectiveCoviewReach { get; set; }
Property Value
Type Description
long?

EffectiveFrequency

The effective frequency [1-10].

Declaration
[JsonProperty("effectiveFrequency")]
public virtual int? EffectiveFrequency { get; set; }
Property Value
Type Description
int?

OnTargetEffectiveCoviewReach

The number of users (including co-viewing users) reached for the associated effective_frequency value within the specified plan demographic.

Declaration
[JsonProperty("onTargetEffectiveCoviewReach")]
public virtual long? OnTargetEffectiveCoviewReach { get; set; }
Property Value
Type Description
long?

OnTargetReach

The number of unique people reached at least effective_frequency times that exactly matches the Targeting. Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the on_target_reach value will be rounded to 0.

Declaration
[JsonProperty("onTargetReach")]
public virtual long? OnTargetReach { get; set; }
Property Value
Type Description
long?

TotalReach

Total number of unique people reached at least effective_frequency times. This includes people that may fall outside the specified Targeting. Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the total_reach value will be rounded to 0.

Declaration
[JsonProperty("totalReach")]
public virtual long? TotalReach { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX