Improved bounce rate stuff.
[ckanext-ga-report.git] / credentials.json.template
1
2
3
4
5
6
7
8
9
10
11
{
  "installed": {
    "client_id": "",
    "client_secret": "",
    "redirect_uris": [""],
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://accounts.google.com/o/oauth2/token"
  }
}