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

15 lines
342 B
Plaintext
Raw Normal View History

2025-07-06 01:01:25 +03:00
 Parameters = GetVKParameters();
2025-09-01 14:51:24 +03:00
CampaignNumber = "1031536174";
2025-07-06 01:01:25 +03:00
DailyLimit = 150;
CategoryNumber = 126;
2025-09-01 14:51:24 +03:00
PostID = "9269";
2025-07-06 01:01:25 +03:00
AccountID = "1607951446";
2025-08-18 16:58:37 +03:00
Result = OPI_VK.CreateAd(CampaignNumber
, DailyLimit
, CategoryNumber
, PostID
, AccountID
, Parameters);