2024-08-13 14:04:54 +00:00
|
|
|
Parameters = GetVKParameters();
|
|
|
|
|
2024-09-17 12:29:46 +03:00
|
|
|
AccountID = FunctionParameters["VK_AdsCabinetID"];
|
2024-08-13 14:04:54 +00:00
|
|
|
Name = "New campaign";
|
|
|
|
|
|
|
|
Result = OPI_VK.CreateAdvertisingCampaign(AccountID, Name, Parameters);
|