Re: bitly separate statistics for differents applications

37 views
Skip to first unread message

a...@bit.ly

unread,
Apr 19, 2013, 4:23:51 PM4/19/13
to bitl...@googlegroups.com
Hi Peter --

Unfortunately, we do not support the ability to split out data and statistics for multiple applications under the same user.  We will look into whether or not it makes sense to implement this in the future.

Regards,
Andrew

On Friday, April 19, 2013 9:58:21 AM UTC-4, Peter Wechtersbach wrote:
Hello,

im using Bitly API shortener for one application and everything works great. My code is like this:

    $query = array(
            "version" => "3.0",
            "longUrl" => $url,
            "login" => 'LOGIN',
            "apiKey" => 'API_KEY'
        );
    
    $query = http_build_query($query);
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, "http://api.bitly.com/v3/shorten?".$query);
    ...

Now i would like to add second application, and i want to see separates statistics for each application. Generally links created / clicks is all i need, but i need it separated for the two apps i use! At the moment the only solution i can image is creating many bitly accounts, but this sucks!

I was checking API documentation, search the web, but i couldnt find anything usefull. Maybe this is not possible - if so, do you know any other service where this is possible?

Thanks, Peter
Reply all
Reply to author
Forward
0 new messages