Skip to main content

Google makes it easier for users to manage ads, personal data

Google makes it easier for users to manage ads, personal data

Google is trying to make it easier for you to manage the vast pool of information that it collects about your online activities across phones, computers and other devices. Among other things, a new privacy tool will enable the more than 1 billion people who use Google’s search engine and other services to block certain ads from appearing on every device that they log into, instead of having to make a special request on each individual machine.
Some users of Google’s search engine, Gmail and Chrome browser will start receiving notices about the new option beginning Tuesday, but it will take several more weeks before it’s available to everyone. Google also is introducing a “My Activity” feature that will enable users to delete records of their online search requests and videos watched on YouTube in a single location instead of having to visit different websites or apps.
Google’s business has been built on its longtime practice of monitoring its users’ online behavior in an effort to learn about their interests so it can show ads most likely to appeal to them. Those customized ads shown alongside Google’s search results and the content on millions of other websites have turned Google’s corporate parent, Alphabet Inc., into one of the world’s most profitable companies.
In an effort to minimize complaints about invading people’s privacy, Google has long allowed its users to impose limits on how much data is accumulated about them and how many customized ads they see. Last year, Google also opened a “My Account” hub to serve as a one-stop shop for setting privacy and security controls. If they choose, users will now be able to authorize Google to store their web browsing histories in the “My Account” center.
Until now, Google had been keeping personal information in different digital dossiers that sometimes require users to take multiple steps to manage specific pieces of data. For instance, someone annoyed by a Google-generated ad on their personal computer can prevent it from appearing again by clicking on an “X” in the corner. Taking that step currently won’t block the same ad from appearing on the targeted person’s smartphone a few hours later. Google says that will no longer happen if users allow it to stockpile web browsing histories in the “My Account” center.

Comments

  1. Wow what a great blog, i really enjoyed reading this, good luck in your work. Restaurant Epos

    ReplyDelete

Post a Comment

Popular posts from this blog

Disable offline mode in android studio

Some time while  build an android project will give the error like  " Failed to resolve: com.android.support:appcompat-v7:23.4.0 " you can solve this error by following steps Click   File in Android studio menu than goto Setting. In left of Setting menu you can find Build,Execution,Deployment -> Build Tools->Gradle Gradle Setting page find the check box offline work you can enable or disable the offline mode of android studio,if you always have internet connection better you can disable it, you want to work in work in offline you can enable it.

Allo and Duo new smart messaging and Video Calling App by Google

All o And Duo Google announces two new android app's for the android users Allo  here you can get this app Play Store Duo New Video Calling app announced in Google I/O 2016 Play Store

Custom Buttons in Android

Android provide  “ android.widget.Button ” class to display a normal button. Most of them not like to use simple buttons on their application development,just love the  customized buttons. Some of them give customized library in github.something like  Github Rey Pham give full customized button material designed button.with ripple effect, it really  awasome tool. Another way to get a customized button is using  Android Button Maker   is online tool to generate buttons code for Android Apps. Android API provide Drawable Resources where XML file defines geometric shape, including colors, border and gradients.   These button is generating based on shape drawable XML code which load faster compare to normal png buttons. You can customize button properties in setting panel and get source code . Some of Best github library's for customized button awesome-android-ui   provide almost all customized library's for UI design's in...