Skip to content

Instantly share code, notes, and snippets.

@axmakarov
Last active September 18, 2019 14:41
Show Gist options
  • Save axmakarov/68abeec696b90e0ef458b4bbf5e05a9f to your computer and use it in GitHub Desktop.
Save axmakarov/68abeec696b90e0ef458b4bbf5e05a9f to your computer and use it in GitHub Desktop.
Yandex.Metrika API request for getting visits data of users with specific first visit date
https://beta.api-metrika.yandex.ru/stat/v1/data?dimensions=ym:s:specialUser,ym:s:dateTime,ym:s:lastTrafficSource,ym:s:lastSourceEngine&metrics=ym:s:visits,ym:s:avgDaysSinceFirstVisit&date1=2016-05-01&date2=2016-05-31&ids=<id>&oauth_token=<token>&limit=100000&offset=1&filters=EXISTS(ym:u:userFirstVisitDate=='2016-05-13')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment