Show / Hide Table of Contents

Class RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute

Insights for a collection of related attributes of the same dimension.

Inheritance
object
RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute
Implements
IMessage<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>
IEquatable<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>
IDeepCloneable<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute : IMessage<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>, IEquatable<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>, IDeepCloneable<RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute>, IBufferMessage, IMessage

Constructors

MarketingDataInsightsAttribute()

Declaration
public MarketingDataInsightsAttribute()

MarketingDataInsightsAttribute(MarketingDataInsightsAttribute)

Declaration
public MarketingDataInsightsAttribute(RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute other)
Parameters
Type Name Description
RetrieveInsightsResponse.Types.MarketingDataInsight.Types.MarketingDataInsightsAttribute other

Properties

AgeRange

Age range of the audience for which the lift is provided.

Declaration
public AgeRange AgeRange { get; set; }
Property Value
Type Description
AgeRange

Gender

Gender of the audience for which the lift is provided.

Declaration
public Gender Gender { get; set; }
Property Value
Type Description
Gender

HasAgeRange

Gets whether the "age_range" field is set

Declaration
public bool HasAgeRange { get; }
Property Value
Type Description
bool

HasGender

Gets whether the "gender" field is set

Declaration
public bool HasGender { get; }
Property Value
Type Description
bool

HasLift

Gets whether the "lift" field is set

Declaration
public bool HasLift { get; }
Property Value
Type Description
bool

HasUserInterestId

Gets whether the "user_interest_id" field is set

Declaration
public bool HasUserInterestId { get; }
Property Value
Type Description
bool

Lift

Measure of lift that the audience has for the attribute value as compared to the baseline. Range [0-1].

Declaration
public float Lift { get; set; }
Property Value
Type Description
float

UserInterestId

The user interest ID.

Declaration
public long UserInterestId { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX