mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
AccountID = FunctionParameters["VK_AdsCabinetID"];
|
|
Name = "New campaign";
|
|
|
|
Result = OPI_VK.CreateAdvertisingCampaign(AccountID, Name, Parameters);
|