AI-generated Key Takeaways
-
Create and add assigned targeting options for a given targeting type using a JSON request.
-
The request must specify the targeting type and include an array of assigned targeting options.
-
The
targetingType
field identifies the type of assigned targeting option using theTargetingType
enum. -
The
assignedTargetingOptions
field contains an array ofAssignedTargetingOption
objects representing the options to create and add.
A request listing which assigned targeting options of a given targeting type should be created and added.
JSON representation |
---|
{ "targetingType": enum ( |
Fields | |
---|---|
targetingType |
Required. Identifies the type of this assigned targeting option. |
assignedTargetingOptions[] |
Required. The assigned targeting options to create and add. |