Google Analytics is a powerful tool that gives you useful insight about the traffic that arrives in your website. But together with Django, you will be able to retrieve data of your Analytics account and display it to the user, on demand. In this post you’ll learn how to put together Django, the oauth2 protocol and the…
Category: Google
Use the Google Analytics API with Python
In this post you will learn to create a Python script that allows users to enter its Google Analytics account and get information from there. In order to do that, we will create a Project in the Google Developers Console and authorize it to use the Analytics API. Next, we will use the Oauth 2.0 protocol to…
Google search tricks – Improve your Google Queries
Did you know that you can tell Google to search for synonyms? Or to look for a number between a given range? In this post, I’ll show you how to make your Google queries much more accurate. You only need to know the special notation that Google understands and use it in each situation! Marina…
Having fun with Google charts: double y-axes and more!
This is my first post about Google Charts, an amazing tool to create simple charts in your html files. It is free and really powerful, with a lot of options and easy to implement. In this first post you’ll learn how to create a simple LineChart with three different data series. Two of them follow…
How to format your comments in Google+
Are you writing comments on Google+? Are your comments made of boring plain text? Discover how to put some bold, italics, strikethrough, #hashtags and +Marina Mele (google profiles) on them! Marina MeleMarina Mele has experience in artificial intelligence implementation and has led tech teams for over a decade. On her personal blog (marinamele.com), she writes about personal…