Determine what device was used for a Google search - google-chrome

Giving that I have 2-3 devices all signed in using the same Google account so that the searchhistory is synced between the devices. Is it possible to determine (i.e. Acces the info somewhere) which device was used for a specific search?

Go to myactivity and find which search you want more details on and then click on details. It will show you details like this.

Related

How does Google track me without using mobile my internet data plan?

I'm developing an app that can shows all the bus lines in my city, i'd like to show if the bus is crowded or not, and even get the bus position by another user that is inside it.
But I don't want to use all the internet plan from my users, I see that Google does that, it knows when a restaurant or bar has people there, knows if a street is congested, and also get your path history.
I'm not asking for all the code, but kind of how does Google does that?
Google will be using mobile data when it tracks that - but I don't imagine sending a GPS co-ordinate every 30 mins will use much data.
And if it did - then Google will probably store that data offline and upload it later when a WiFi connection is available.

Google Cloud Platform : increase the quota above the default

I'd like to increase the quota for access to my APIs.
Looking around, I found this link,
but the information does not satisfy my needs.
Google Cloud Platform limits me with very low numbers, and when trying to increase the quotas in specific ones that I desire, I am not allowed, I am asked to click on
  "... For values above 2,400, sign up for a higher quota" and click to go to this page https://cloud.google.com/contact/
On this page I have no specific form for this service or guidance.
My account is an upgrade account - with billing possible.
how can I have this increase - above the number set by google, to meet my needs?
To address this kind of issues, please file a support case via https://console.cloud.google.com/google/maps-apis/support in order to open personalized communication channel.
This is the correct channel for these kind of queries as it needs account investigation.

Use multiple Google Map Account for websites on the same server

I have one real website using google map and It is binded with several domains. Each domain serves for a separated group of client.
Google map announces new policy updates that apply from 11th june 2018 that decrease free limit usage from 25K map loads per day to 28K map load per month
My questions is Can I use map api key which generated from separated google account to increase free usage ?
I have read this question carefully use multiple Google Maps API Keys for same server?
But link seems broken and I can't find relevant information as answer on that question or some other questions too
In my case, although my sites have the same code based and IP, however they works like different sites on shared hosts. One more thing, Google assigns free usage based on account (not google map key) so I think I can use multiple account to increase limit
So can I do this ? I don't want to break Google rules and I appreciate for any comment
You can not since is against Google terms, please check section 3.2.4.e in this link https://cloud.google.com/maps-platform/terms/#16-limitation-of-liability.
No Circumventing Fees. Customer will not circumvent the applicable Fees. For example, Customer will not create multiple billing accounts or Projects to avoid incurring Fees; prevent Google from accurately calculating Customer’s Service usage levels; abuse any free Service quotas; or offer access to the Services under a “time-sharing” or “service bureau” model.
I'm not sure if it's against the rules:
Google Maps guy said here, that it's OK https://twitter.com/GMapsPlatform/status/1001061642363461633

How to select keyboard in Tizen/HTML5 for Wearables

I have two system wide keyboards pre-installed on my Tizen Wearable device, the first one is a stock Samsumg's keyboard, the second one - Custom. The first one is a user's default selected in Settings.
I don't want to change the system's default, but I want my application to use the Custom keyboard.
In native API I've seen Tizen::Ui::InputConnection object that can be used as a property in Edit or TextArea controls, but I didn't see anything like this in HTML5 API. Searching Tizen's forum didn't help.
I've also seen in Tizen's SDK IME's WebHelperClient example a number of undocumented commands used to talk to a Tizen's service through a websocket. Probably there is a command to select an active keyboard, but I didn't find it.
Any leads are appreciated.
IMO that is not possible for either web apps or native apps.
Reason:
1. In gear, simultaneously two Keyboard can't be active at the same time.
Also, suppose there is an API available which you can use to change to custom keyboard while your app is running, but what if you close your application not using the normal hardware exit(i.e. Swiping down), rather you close it from "Recent Applications" then the custom keyboard that you activated for your app will be set for other applications as well.
Also the documentation available here doesn't explain anything which you are asking
https://developer.tizen.org/documentation/guides/web-application/tizen-features/ime-application

Do I need to prevent duplicates in Google Places API?

I run a local business community website and I think it would be great to automatically create a google place for each of the businesses that are on my website. The actual business owners are on my website, so their information is accurate.
I can see that in the google places API, I can easily create google places, but what if they already have one? Will it be spammy to auto-create places for them or does google have an algorithm for accepting all results and sorting them on their own?
I think it would have been smart for Google to allow me to essentially create a canonical database for them of what I have and then they can do what they want with it. Is that how it works or do I need to manually ask my clients if they already have a google place?
The Google Places API isn't the best way to get data to Google about business location. Currently, the add functions don't allow you to add all the information that you would like to add, including opening hours etc. You can use Google Places for Business instead.
To answer your main question, Google would take results added through either the Places API or Google Places for Business and de-dupe them, but it would help Google and data accuracy to first search for a place, see if that matches and if it doesn't add it.