Questions tagged [goo.gl]

URL shortening service from Google

64 questions
0
votes
2 answers

old topic title about jquery

The goal is to automate a users workflow, by scraping the current webpage, preparing a structure and returning it in a format with a shortened URL. The contributions from the stackoverflow community contributed an effective solution needed.
0
votes
0 answers

share goo.gl url of 404 randomly generated facebook

I have a problem on random URLs hit on Faceboook account. After posting a note on http://www.soycarmin.com/, generated a short url with 'google url shortener' and then stick it on the wall account…
0
votes
1 answer

Generate goo.gl short URL for current URL automaticlly

I'm new to Google Developer Console and JavaScript too. I want to auto generate a short url for current page url. I have this working lines with onclick event attribute but I want it generated automaticlly after the page is loaded: HTML:
0
votes
0 answers

How to have user input URL in google's URL Shortener?

So im making an a fun console app that the user types in a url and returns the shortened version of it. So when i state: storage= "{\"longUrl\":\"https://www.facebook.com/\"}"; //Store website/link URL instead of facebook.com how do i…
0
votes
2 answers

Google shortner issu

So i have a small PHP script to generate short links, it work but some times i got this error : Undefined property: stdClass::$id","file":ShortLink.php","line":31 This is my script :
Mohammed Hassar
  • 483
  • 1
  • 5
  • 13
0
votes
1 answer

how to get goo.gl analytics?

I want to get all the analytics that goo.gl has for a given short url, for example http://goo.gl/kuBJ7S I tried the following curl 'https://www.googleapis.com/urlshortener/v1/url?shortUrl=http://goo.gl/kuBJ7S&projection=FULL' but I don't really…
Ignacio
  • 7,646
  • 16
  • 60
  • 113
0
votes
3 answers

generate multiple unique short urls?

Is there a way with goo.gl or a similar service to generate multiple unique short urls for a given url? For example, if I run the following code multiple times curl https://www.googleapis.com/urlshortener/v1/url \ -H 'Content-Type:…
Ignacio
  • 7,646
  • 16
  • 60
  • 113
0
votes
1 answer

How to get the number of clicks on a Bit.ly or goo.gl link?

I am looking for a way to "catch" the total number of clicks on a Bit.ly or goo.gl link. For example: (numberofclick) 244 (/numberofclick) people clicked on this link I need it to use on Blogger. There any way to do this?
0
votes
1 answer

Fetch click count from goo.gl statistics?

I found this api link to fetch stats for my goo.gl link : goo.gl short link stats api link I need to fetch only the value of all time : shorturlclicks parameter from that data. I have looked up enough. Not able to do so. Please help.
Rahil
  • 58
  • 4
0
votes
1 answer

"urlShortener is not defined"?

I'm working on using Google's URL Shortener and I keep getting Uncaught Reference Errors. Any ideas how to "define" the function here? Here's what it looks like in the console.
dMaller
  • 113
  • 1
  • 12
0
votes
1 answer

URL parameter value - with out parameter name - e.g google shrink URL

I'm trying to create my own "shrink link" website, e.g: www.goo.gl and adf.ly but this website only for my help not for public, so you see when you shrink your link on goo.gl so it give you link e.g goo.gl/exapmle_value example_value is value that…
user2511667
  • 153
  • 1
  • 4
  • 13
0
votes
0 answers

Is it safe to use Google URL Shortener (Goo.gl) to redirect javascript?

I'm doing a code and was wondering if it is safe to use for Goo.gl redirecioar for the right script. Exemple: the http://goo.gl/v7BGHa redirects to a file in Google…
Iago Bruno
  • 702
  • 1
  • 7
  • 15
0
votes
1 answer

Length of goo.gl URL's

I'm using the goo.gl link shortener API in my app to send urls to twitter along with a link. I've been allowing users to submit 119 characters, appending a space, and then the URL because I was under the impression that they were always 19…
Sherms
  • 1,567
  • 1
  • 15
  • 31
0
votes
1 answer

Using google url shortener in google docs

Here are some examples of shortening multiple urls in google docs. http://www.lebseodesign.com/2011/04/create-short-urls-using-apis-and-google-docs/ How to accomplish this through Goo.gl shortener?
Henry The Least
  • 619
  • 3
  • 11
  • 20
0
votes
0 answers

Same short url mapped to different long url on goo.gl

How can I tell goo.gl to generate same short url for a different long url ? Let's say i have goo.gl/wbn0 points to www.marin.com What I need is being able to have same short url goo.gl/wbn0 point to www.rusi.com for instance. This way I can track…
Marin
  • 12,531
  • 17
  • 56
  • 80