Skip to main content
All CollectionsIntegrationsLooker Studio (previously Google Data Studio)
Integration of the data with Looker Studio – a step-by-step manual
Integration of the data with Looker Studio – a step-by-step manual

Senuto's data integration with Looker Studio will allow you to easily prepare reports for clients or your supervisor.

Martyna Majda avatar
Written by Martyna Majda
Updated over a week ago

You can add a visibility chart, the current number of phrases in TOP3, TOP10 and TOP50 to your Looker Studio report, and include a table compiling these and many other data. You can also visualize data from your projects in Monitoring.

We provide to Looker Studio the historical number of phrases in TOP3, TOP10 and TOP50.

Looker Studio integration is available in the Prime package, but you can also purchase access to it in the Lite, Basic and Advanced packages. You can do this via AddOn in your Account Settings under the Package and Add-ons tab.

How to integrate data?

Step 1: Go to your account settings and select the "Integrations" tab


Step 2: Open the Looker Studio tab and copy your link.


Step 3: In your browser, paste the link you copied earlier.

Step 4: Paste your security ID.

Step 5: Decide which Senuto module you would like to retrieve data from.

Integrating data from Visibility Analysis

Enter the domain for analysis.

  1. Specify the country of data download.

  2. Choose the fetchmode, i.e. whether to check the domain data with or without subdomains.

    • domain.com/* - by choosing this option, you will get data on the domain itself only.

    • *.domain.com/* - if you choose this option, the data you get will be about the domain and subdomains.

  3. Specify the base from which you want to retrieve the results (Data source type).

Remember to check the boxes next to these fields. This will allow you to edit these items for each item in the report.


Integrating data from Tracker

Complete the "ProjectID" field by entering the project number from which you want the data to be retrieved.

You can find the Project ID in the URL of the selected project in Senuto Tracker. It is the number at the end of the link.

In the case of downloading data from Tracker, do not select the match and the data source at this stage - you will do this when you create specific report elements.

Just remember to check the boxes next to these fields. This will allow you to edit these items for each element in the report.

Step 6: Name the data source

To make it easier for you to navigate among the data sources you have created, be sure to name the source appropriately.

It's a good idea to include in the name where the data came from, for example, if you created a data source for the amazon.com domain from Visibility Analysis, you can name the source "Amazon.com - Senuto VA". Conversely, if you created a data source for a project in Tracker for the amazon.com domain, name the source "Amazon.com - Senuto Tracker".


Step 7: Click "Connect" and create the report

After making sure all parameters are plugged in correctly and the source is properly named, click "Connect."

Then, click on Create Report. Do not change the parameters set automatically.


Step 8: Add data to the report.

And done! :) Now it's time to add charts and tables to the report. You can find instructions on how to add each item here.

If you haven't used Looker yet, go to the Looker manual (LINK).

Support

If you encounter a problem while integrating Senuto data with Looker, or want to test this integration, please write to us in chat or at [email protected].

Data after API - example

Below you can see how we pass data by API to Looker.

json
{
"success": true,
"data": [
{
"date": 20190218,
"time": 1550444400,
"top3_history": 2,
"top10_history": 64,
"top50_history": 876
},
{
"date": 20190225,
"time": 1551049200,
"top3_history": 2,
"top10_history": 50,
"top50_history": 784
},
{
"date": 20190304,
"time": 1551654000,
"top3_history": 4,
"top10_history": 46,
"top50_history": 801
},
{
"date": 20190311,
"time": 1552258800,
"top3_history": 4,
"top10_history": 55,
"top50_history": 810
}
]
}
Did this answer your question?