Questions tagged [bit.ly]

Bit.ly is an URL-shortening service

Bitly is an URL-shortening service, which provides an extensive API for programmers to easily integrate URL-shortening services into their own applications. Bitly's API supports JSON and XML, and allows retrieving statistics about specific short URLs.

203 questions
-1
votes
1 answer

Bit.ly link to Number of Facebook Likes and Twitter mentions

Programatically, How can I get the canonical link from bit.ly? How can I get the number of facebook likes given a canonical link? How can I get the number of twitter mentions given a canonical link?
Pratik Poddar
  • 1,353
  • 3
  • 18
  • 36
-1
votes
1 answer

Remove string from URL using .htaccees

I've set up a bit.ly link and printed it on 1000 flyers. Somehow the bit.ly target link contains some strings which shouldn't be there (https://example.com/page/%E2%80%8E instead of https://example.com/page/) Can I get rid of this string using…
Philipp Bammes
  • 525
  • 1
  • 6
  • 25
-1
votes
1 answer

how to set canonical url with bitly

I can use the bit.ly for shorten url in canonical? In terms of seo, right? for example : and or
ali smith
  • 93
  • 2
  • 2
  • 9
-2
votes
1 answer

Bit.ly retrieve url curl returns {"FORBIDDEN","resource":"bitlinks","description":"You are currently forbidden to access this resource."}

I'm running a curl to retrieve a bit.ly url from my terminal and getting a forbidden error. curl \ -H 'Authorization: Bearer {TOKEN}' \ -X GET \ …
mocha
  • 45
  • 6
-2
votes
1 answer

Get the bit.ly link on the page to which bit.ly link redirects using JavaScript

How could I get the bit.ly link on the page to which bit.ly link redirects using JavaScript? I need this for tracking purposes. I have a few bit.ly links and I would like to track how many times each one of them was clicked in GA. Thank you.
Yaroslav Trofimov
  • 313
  • 2
  • 4
  • 16
-2
votes
1 answer

Retrieve data from JSON array

I am trying to get the value from a json array returned by the bit.ly API The response is: {"status_code": 200, "data": {"bundle": {"og_image": null, "bundle_owner": "user", "created_ts": 1423596727, "description": "", "links": [{"updated_by": null,…
Josh Fradley
  • 545
  • 1
  • 10
  • 23
-2
votes
1 answer

Bit.ly API call works fine at home, but times out at work. c#

I have a C# project in which I make a Bit.ly API call to read the share count of my bit.ly links. I ran the executable at home, and there is no problem reading the sharecounts of 4 different links which takes less than 4 seconds to complete. When…
-2
votes
4 answers

bit.ly numbers not reporting QR scans

So we're doing some tracking and I've setup some links to be tracked via bit.ly. I've also created some QR codes. So, we scanned the codes using QR Reader, the #1 QR scanning app on the app store, and none of the hits were coming in through bitly.…
Leeish
  • 5,203
  • 2
  • 17
  • 45
1 2 3
13
14