1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/examples/VK/CreateAd.txt

11 lines
305 B
Plaintext
Raw Normal View History

2025-07-06 01:01:25 +03:00
 Parameters = GetVKParameters();
2025-07-28 20:20:57 +03:00
CampaignNumber = "1031461042";
2025-07-06 01:01:25 +03:00
DailyLimit = 150;
CategoryNumber = 126;
2025-07-28 20:20:57 +03:00
PostID = "9028";
2025-07-06 01:01:25 +03:00
AccountID = "1607951446";
Result = OPI_VK.CreateAd(CampaignNumber, DailyLimit, CategoryNumber, PostID, AccountID,
Parameters);