Closed ZherebcovSergey closed 6 years ago
$promotion = [
"id" => "some id",
"name" => "some name",
"creative" => "some creative",
"position" => "some position",
];
$MeasurementProtocolObj -> addPromotion($promotion);
'id' - 'id', 'name' - 'nm', 'creative' - 'cr', 'position' - 'ps'
Hi! I want to add this param using your API, how can I do this?