CreateAssignedTargetingOptionsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The CreateAssignedTargetingOptionsRequest lists which assigned targeting options of a given targeting type should be created and added.
The request includes a targetingType field, which is a required enum identifying the type of assigned targeting option.
The request also includes an assignedTargetingOptions field, which is a required array of objects representing the assigned targeting options to create and add.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["A request to list assigned targeting options for a specific targeting type must be created. This request requires two key components: the `targetingType`, which specifies the type of targeting, and `assignedTargetingOptions`, an array of targeting options to be created and added. Both fields are mandatory, and `targetingType` is an enum of available options. The `assignedTargetingOptions` is defined as an object of type `AssignedTargetingOption`.\n"]]