Hi,
I want to track the total clicks of a bitly url. For example, for the url http://bit.ly/1a5jZ75, bitly website
shows 115 total click. But when I tried to use the api
https://api-ssl.bitly.com/v3/link/clicks?access_token=my_access_token&link=http://bit.ly/1a5jZ75
I got link equals to 0
{"status_code": 200, "data": {"units": -1, "unit_reference_ts": null, "tz_offset": -4, "unit": "day", "link_clicks": 0}, "status_txt": "OK"}
So am I doing it wrong way?
Thanks,
Wei