1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/YandexMetrika/GetCountersList.txt
T
Vitaly the Alpaca (bot) 8fa250f6b5 Main build (Jenkins)
2024-11-10 20:00:20 +03:00

16 lines
376 B
Plaintext

Token = "y0_AgAAAABdylaOAAy9KgAAAAEXh6i...";
CounterID = "98875788";
Result = OPI_YandexMetrika.GetCountersList(Token);
// filter by IDs list
Filter = New Structure;
CountersArray = New Array;
CountersArray.Add(CounterID);
Filter.Insert("counter_ids", CountersArray);
Result = OPI_YandexMetrika.GetCountersList(Token, Filter);