Class GoogleAdsSearchads360V23CommonAudienceSegment
Positive audience segment.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonAudienceSegment : IDirectResponseSchema
Properties
CustomAudience
Custom audience segment.
Declaration
[JsonProperty("customAudience")]
public virtual GoogleAdsSearchads360V23CommonCustomAudienceSegment CustomAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonCustomAudienceSegment |
DetailedDemographic
Detailed demographic segment.
Declaration
[JsonProperty("detailedDemographic")]
public virtual GoogleAdsSearchads360V23CommonDetailedDemographicSegment DetailedDemographic { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDetailedDemographicSegment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LifeEvent
Live-event audience segment.
Declaration
[JsonProperty("lifeEvent")]
public virtual GoogleAdsSearchads360V23CommonLifeEventSegment LifeEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLifeEventSegment |
UserInterest
Affinity or In-market segment.
Declaration
[JsonProperty("userInterest")]
public virtual GoogleAdsSearchads360V23CommonUserInterestSegment UserInterest { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonUserInterestSegment |
UserList
User list segment.
Declaration
[JsonProperty("userList")]
public virtual GoogleAdsSearchads360V23CommonUserListSegment UserList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonUserListSegment |