GenerateSuggestedTargetingInsightsRequest

  • The GenerateSuggestedTargetingInsights request message is used to get targeting suggestions for an audience.

  • The request requires a customer_id and either an audience_definition or an audience_description as the audience_input.

  • An optional customer_insights_group can be included in the request.

  • Using an audience_description may take around 5 or more seconds to complete as it utilizes AI for suggestions.

Request message for AudienceInsightsService.GenerateSuggestedTargetingInsights.

Fields

customer_id

string

Required. The ID of the customer.

customer_insights_group

string

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

Union field

audience_input

audience_input. Required. The audience to get suggestions for. audience_input can be only one of the following:

audience_definition

InsightsAudienceDefinition

Provide a seed audience to get suggestions for.

audience_description

InsightsAudienceDescription

Provide a text description of an audience to get AI-generated targeting suggestions. This can take around 5 or more seconds to complete.