Class MarketingDataInsightsAttribute
Insights for a collection of related attributes of the same dimension.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class MarketingDataInsightsAttribute : IDirectResponseSchema
Properties
AgeRange
Age range of the audience for which the lift is provided.
Declaration
[JsonProperty("ageRange")]
public virtual string AgeRange { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gender
Gender of the audience for which the lift is provided.
Declaration
[JsonProperty("gender")]
public virtual string Gender { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lift
Measure of lift that the audience has for the attribute value as compared to the baseline. Range [0-1].
Declaration
[JsonProperty("lift")]
public virtual float? Lift { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
UserInterestId
The user interest ID.
Declaration
[JsonProperty("userInterestId")]
public virtual long? UserInterestId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |