Shailesh Daund
Shailesh Daund

Reputation: 180

How to embed google search console anlytics reports into website using javascript?

I want to embed the google search console results into my website. I have already done with google analytics embed according to following API.

https://developers.google.com/analytics/devguides/reporting/embed/v1/

Is there any embed api for search console analytics report? or any other javascript functionality which will fulfill my requirements

I want to display following report from google search console into my web-site enter image description here

Upvotes: 4

Views: 614

Answers (2)

Luke
Luke

Reputation: 5642

Yes, there is a Google Search Console API: https://developers.google.com/webmaster-tools

You will need a Google account (sounds like you already have one if you're working with Google Analytics) and you'll need to create a Project in Google Cloud Console.

Upvotes: 0

Alvaro Heras
Alvaro Heras

Reputation: 81

Interesting.. i see this tutorial --> https://ga-dev-tools.appspot.com/embed-api/basic-dashboard/

I think that can help you

Upvotes: 0

Related Questions