1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +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 20:11:52 +03:00
CampaignNumber = "1031537328";
2025-07-06 01:01:25 +03:00
DailyLimit = 150;
CategoryNumber = 126;
2025-09-01 20:11:52 +03:00
PostID = "9279";
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);