Class Baseline
Baseline criteria against which insights are compared.
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class Baseline : IMessage<Baseline>, IEquatable<Baseline>, IDeepCloneable<Baseline>, IBufferMessage, IMessage
Constructors
Baseline()
Declaration
Baseline(Baseline)
Declaration
public Baseline(Baseline other)
Parameters
Properties
BaselineCase
Declaration
public Baseline.BaselineOneofCase BaselineCase { get; }
Property Value
BaselineLocation
The baseline location of the request. Baseline location is an OR-list
of the requested regions.
Declaration
public Baseline.Types.Location BaselineLocation { get; set; }
Property Value
HasLocationAutoDetectionEnabled
Gets whether the "location_auto_detection_enabled" field is set
Declaration
public bool HasLocationAutoDetectionEnabled { get; }
Property Value
LocationAutoDetectionEnabled
If set to true, the service will try to automatically detect the
baseline location for insights.
Declaration
public bool LocationAutoDetectionEnabled { get; set; }
Property Value