I'm having some issues finding out a way to block the logic on my PHP page from being triggered when google visits it to shorten the url, we used to use bitly and knew their user agent string, so we could target it and just not preform anything when a bot like that came by, but now we are switching to google for this service, but the same logic to prevent execution has stopped working (obviously). I was wondering if anyone had an idea to simply bypass this (or just the UA string from the goo.gl service would be nice too!).
The short links are used in a text message to our customers, we don't want to add a button to the page, since this adds another click to the equation