Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it programmatically possible for Google to track the referrer URL of a Google Maps URL on a mobile browser that opens up a native app?

If you click on a Google Maps URL link (comgooglemaps://) on a website in Safari or Chrome on an Android or iOS device that opens up the native Google Maps App, is it possible for Google track the referring website that you clicked the link on?

For example: If you clicked on comgooglemaps://?q=Pizza&center=37.759748,-122.427135 from stackoverflow.com in Chrome or Safari on iOS or Android, this takes you to the Google Maps native app. Can Google track the referring site (stackoverflow.com)?

like image 669
novicePrgrmr Avatar asked Dec 08 '13 18:12

novicePrgrmr


People also ask

What is Google map activity?

The Google Maps app for Android supports several different intents, allowing you to launch the Google Maps app and perform one of four actions: Display a map at a specified location and zoom level. Search for locations or places, and display them on a map. Request directions from one location to another.


2 Answers

It's impossible track the referring website so far.

Google Maps Application just only receive info in the "comgooglemaps://" schemed url. The Google Maps URL scheme allows you to launch the Google Maps Application, and perform one of the following actions:searches, direction requests, and display map views with valid parameters in google document: Google Maps URL Scheme

Unfortunately, there isn't an available parameter relate to referring website.

UPDATE: Discuss with:the related answer in webmasters.stackexchange

  1. As the related answer said, if you click a URL (comgooglemaps://) in a web page made by google, maybe, google will track the referrer url(such as with Google Analytics). If the assume is true, google track the referrer url in Browser, not in Maps App.

  2. On the other hand, if you click a URL (comgooglemaps://) in a web page made by yourself, and you don't implement any Google Analytics function. In this way, it's impossible track the referring url by google.

  3. If the launch action is between two apps, unless the departure implement Google Analytics function, nobody can track the referring url.

like image 112
Joiningss Avatar answered Oct 17 '22 23:10

Joiningss


It's clear from google privacy policy,If you logged into your google account and then click on any referrel url means goolge may able to track that.But read the privacy policy carefully "we may automatically collect and store certain information in server logs"

Privacy Policy

There are many different ways you can use our services – to search for and share information, to communicate with other people or to create new content. When you share information with us, for example by creating a Google Account, we can make those services even better – to show you more relevant search results and ads, to help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy.

Our Privacy Policy explains:

  • What information we collect and why we collect it.
  • How we use that information.
  • The choices we offer, including how to access and update information.

Log information

When you use our services or view content provided by Google, we may automatically collect and store certain information inserver logs. This may include:

  • details of how you used our service, such as your search queries.
  • telephony log information like your phone number, calling-party number, forwarding numbers, time and date of calls, duration of calls, SMS routing information and types of calls.
  • Internet protocol address.
  • device event information such as crashes, system activity, hardware settings, browser type, browser language, the date and time of your request and referral URL.
  • cookies that may uniquely identify your browser or your Google Account.

For more details : https://www.google.com/intl/en/policies/privacy/

like image 28
Dinesh Raj Avatar answered Oct 17 '22 23:10

Dinesh Raj