The generatePlacementOptions request.

GeneratePlacementOptionsRequest

interface GeneratePlacementOptionsRequest {
    customPlacement?: CustomPlacementInput[];
}

Properties

Properties

customPlacement?: CustomPlacementInput[]

Custom placement options you want to add to the plan. This is only used for the India (IN - A21TJRUUN4KGV) marketplace.

GeneratePlacementOptionsRequest