Earlier quoted context omitted.
Because they want to track clicks on links to URLs that they don't control the content of. Otherwise they'd be using utm_ query parameters and an in-site analytics system. Bitly links in email are super super shady.
Are they though? They could just set up their own redirection service on their own domain - not anything complicated in that. My guess is they use it because it's just a simple way for marketing to add some analytics - that doesn't have to be shady.
Google Warns: bit.ly Links Are Unsafe
31–40 of 66 posts
Re: Google Warns: bit.ly Links Are Unsafe
#32Earlier quoted context omitted.
Yeah, sadly doesn’t always work. Goo.gl and youtu.be sometimes send an http page consisting of " rel="nofollow">https://www.youtube.com/watch?v=opoDBF_b-fg&feature=youtu.be... Which makes it far more complicated. Another occasion where it’s appropriate to say “Fuck you, Google!” (also fuck you for disabling audio/video control on chrome mobile from JS, EXCEPT for google.com/youtube.com etc)
Perhaps this would be a good time to advocate link shorteners that use the standard HTTP redirect mechanism (bit.ly is one of them), so they can be HEAD'ed, and not some additional layer of obfuscation either via meta-redirect or (even worse) bury the target in some minified and obfuscated JS.
Re: Google Warns: bit.ly Links Are Unsafe
#33Earlier quoted context omitted.
Yeah, sadly doesn’t always work. Goo.gl and youtu.be sometimes send an http page consisting of " rel="nofollow">https://www.youtube.com/watch?v=opoDBF_b-fg&feature=youtu.be... Which makes it far more complicated. Another occasion where it’s appropriate to say “Fuck you, Google!” (also fuck you for disabling audio/video control on chrome mobile from JS, EXCEPT for google.com/youtube.com etc)
Ummm... Html5 audio/video api works just fine on chrome mobile. IOS safari is the bad actor, there ;)
In Chrome mobile you can only do for example .play() on an audio or video element, if you call it from an eventListener that reacted to an onClick event.
Re: Google Warns: bit.ly Links Are Unsafe
#34Earlier quoted context omitted.
Perhaps this would be a good time to advocate link shorteners that use the standard HTTP redirect mechanism (bit.ly is one of them), so they can be HEAD'ed, and not some additional layer of obfuscation either via meta-redirect or (even worse) bury the target in some minified and obfuscated JS.
They don't want that because they don't want them to be automatically resolved so they can do metrics which is like 99% of the reason they are used in electronic form.
Re: Google Warns: bit.ly Links Are Unsafe
#35Earlier quoted context omitted.
Yeah, sadly doesn’t always work. Goo.gl and youtu.be sometimes send an http page consisting of " rel="nofollow">https://www.youtube.com/watch?v=opoDBF_b-fg&feature=youtu.be... Which makes it far more complicated. Another occasion where it’s appropriate to say “Fuck you, Google!” (also fuck you for disabling audio/video control on chrome mobile from JS, EXCEPT for google.com/youtube.com etc)
Perhaps this would be a good time to advocate link shorteners that use the standard HTTP redirect mechanism (bit.ly is one of them), so they can be HEAD'ed, and not some additional layer of obfuscation either via meta-redirect or (even worse) bury the target in some minified and obfuscated JS.
It was an extreme hassle to implement all of this, I am partially parsing JS and the DOM just to get all those redirect services to work. It’s a huge hacky mess, but the only fast working solution.
And, for the fifth time today, I can sincerely say “Fuck you, Google!”
Re: Google Warns: bit.ly Links Are Unsafe
#36Google is definitely not a fan. I send a lot of email each month (it's my business) and having bit.ly links in mail is a fast track to Gmail's spam folder or, in some cases, being rejected entirely. (Note: I'm talking bulk mail, not personal mail.)
If you're sending spam, it's only appropriate that it goes in the spam folder. It seems to me that google is doing a good job, here.
Re: Google Warns: bit.ly Links Are Unsafe
#37Google is definitely not a fan. I send a lot of email each month (it's my business) and having bit.ly links in mail is a fast track to Gmail's spam folder or, in some cases, being rejected entirely. (Note: I'm talking bulk mail, not personal mail.)
I hate getting emails with proxied links, bit.ly included, because it's an in-your-face "I want to track you" statement. Never open them and unsubscribe after a couple of strikes. Your audience may be different, but I can't say I disagree with Google junk'ing your emails.
Re: Google Warns: bit.ly Links Are Unsafe
#38Google is definitely not a fan. I send a lot of email each month (it's my business) and having bit.ly links in mail is a fast track to Gmail's spam folder or, in some cases, being rejected entirely. (Note: I'm talking bulk mail, not personal mail.)
Why would you use bit.ly links in email?
The reason bit.ly links can end up in mails is if third parties want to track clicks separate from the sender and the sender isn't smart enough to catch it. For example, people who want to include a job listing or some sort of sponsorship or advert in your mail. They'll often use bit.ly, simply because it works fine on Twitter, without realizing it's not a great idea in mail.
Re: Google Warns: bit.ly Links Are Unsafe
#39Never fear.Also could you do some enlightening of others? Some people use URL shorteners by default when they are absolutely unnecessary. Not to mention privacy policy of these services is often uncomfortable at best.
Re: Google Warns: bit.ly Links Are Unsafe
#40Earlier quoted context omitted.
Why would you use bit.ly links in email?
The sibling replies are mostly a load of bollocks. E-mail based publishers track clicks anyway through much better means, such as Mailchimp's click tracking - no reputable sender needs to use bit.ly to track stuff. The reason bit.ly links can end up in mails is if third parties want to track clicks separate from the sender and the sender isn't smart enough to catch it. For example, people who want to include a job li…