AI-generated Key Takeaways
-
The
GenerateAudienceOverlapInsights
request message is used to calculate the overlap between different audiences. -
Required fields for this request include
customer_id
,country_location
,primary_attribute
, anddimensions
. -
The
primary_attribute
must be an Affinity or In-Market UserInterest, AgeRange, or Gender. -
The
dimensions
array specifies the types of attributes to calculate overlap with theprimary_attribute
, limited to AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, AGE_RANGE, and GENDER. -
Optional fields include
customer_insights_group
andinsights_application_info
.
Request message for AudienceInsightsService.GenerateAudienceOverlapInsights
.
Fields | |
---|---|
|
Required. The ID of the customer. |
|
Required. The country in which to calculate the sizes and overlaps of audiences. |
|
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. |
|
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. |
|
The name of the customer being planned for. This is a user-defined value. |
|
Optional. Additional information on the application issuing the request. |