Yandex Metrica
This page contains the setup guide and reference information for the Yandex Metrica source connector.
Prerequisites
- Counter ID
- OAuth2 Token
Setup guide
Step 1: Set up Yandex Metrica
- Create Yandex Metrica account if you don't already have one.
- Head to Management page and add new tag or choose an existing one.
- At the top of the dashboard you will see 8 digit number to the right of your website name. This is your Counter ID.
- Create a new app or choose an existing one from My apps page.
- Which platform is the app required for?: Web services
- Callback URL: https://oauth.yandex.com/verification_code
- What data do you need?: Yandex.Metrica. Read permission will suffice.
- Choose your app from the list.
- To create your API key you will need to grab your ClientID,
- Now to get the API key craft a GET request to an endpoint https://oauth.yandex.com/authorizE?response_type=token&client_id=YOUR_CLIENT_ID
- You will receive a response with your API key. Save it.