...
Next, you should continue on with setting up global variables for your Access key and Secret Key, as well as the URL of the Analytics Service (Here we'll just be using the URL to the BlinkMobile Simple Analytics Service: https://analytics.blinkm.io)
Code Block | ||
---|---|---|
| ||
// Set your keys and Simple Analytics service URL const ANALYTICS_ACCESS_KEY = 'my-api-project' const ANALYTICS_SECRET_KEY = '887659807=3124hjkgf987hjgf77t876t876g' const ANALYTICS_URL = 'https://analytics.blinkm.io' |
...