Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest

Request message for AudienceInsightsService.GenerateAudienceOverlapInsights.

Inheritance
object
GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest
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 GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest : IDirectResponseSchema

Properties

CountryLocation

Required. The country in which to calculate the sizes and overlaps of audiences.

Declaration
[JsonProperty("countryLocation")]
public virtual GoogleAdsSearchads360V23CommonLocationInfo CountryLocation { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocationInfo

CustomerInsightsGroup

The name of the customer being planned for. This is a user-defined value.

Declaration
[JsonProperty("customerInsightsGroup")]
public virtual string CustomerInsightsGroup { get; set; }
Property Value
Type Description
string

Dimensions

Required. The types of attributes of which to calculate the overlap with the primary_attribute. The values must be a subset of AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, AGE_RANGE and GENDER.

Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

InsightsApplicationInfo

Optional. Additional information on the application issuing the request.

Declaration
[JsonProperty("insightsApplicationInfo")]
public virtual GoogleAdsSearchads360V23CommonAdditionalApplicationInfo InsightsApplicationInfo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdditionalApplicationInfo

PrimaryAttribute

Required. The audience attribute that should be intersected with all other eligible audiences. This must be an Affinity or In-Market UserInterest, an AgeRange or a Gender.

Declaration
[JsonProperty("primaryAttribute")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsAttribute PrimaryAttribute { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsAttribute

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX