You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
16 lines
376 B
Plaintext
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);
|