1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00
OpenIntegrations/docs/en/examples/VK/CreateAd.txt
Vitaly the Alpaca (bot) 000580a140 Main build (Jenkins)
2024-12-24 20:21:21 +03:00

15 lines
356 B
Plaintext

Parameters = GetVKParameters();
CampaignNumber = "1030938807";
DailyLimit = 150;
CategoryNumber = 126;
PostID = "6383";
AccountID = "1607951446";
Result = OPI_VK.CreateAd(CampaignNumber
, DailyLimit
, CategoryNumber
, PostID
, AccountID
, Parameters);