# Connect Discourse to Data Studio

**URL:** https://meta.discourse.org/t/connect-discourse-to-data-studio/206798
**Category:** Development
**Created:** [October 22, 2021, 3:12pm UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798 "2021-10-22T15:12:08Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![skins](https://avatars.discourse-cdn.com/v4/letter/s/8edcca/32.png) [@skins](https://meta.discourse.org/u/skins)
#### Post date: [October 22, 2021, 3:12pm UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798/1 "2021-10-22T15:12:09Z")

</div>

Hello  
Need your help to build my first API to get the list of my users to Data studio (last login, number of post/reaction,…)  
is there any documentation or trick that you can share ?  
Thank you

---

<div class="post-metadata">

### Author: ![asirota](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/asirota/32/197298_2.png) [@asirota](https://meta.discourse.org/u/asirota)
#### Post date: [October 23, 2021, 1:10pm UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798/2 "2021-10-23T13:10:28Z")

</div>

You’ll need to write a connector to the google data studio community connector specification.

I wrote up [some notes](https://newpathconsulting.com/2019/09/lessons-learned-building-a-google-data-studio-partner-connector-2/) on this that could help you. There is no quick trick unfortunately. The GDS connectors are written in JavaScript so that makes it somewhat easier.

---

<div class="post-metadata">

### Author: ![skins](https://avatars.discourse-cdn.com/v4/letter/s/8edcca/32.png) [@skins](https://meta.discourse.org/u/skins)
#### Post date: [October 25, 2021, 9:05am UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798/3 "2021-10-25T09:05:55Z")

</div>

Thank you @asirota  
is it easier to connect it to Power BI ?

---

<div class="post-metadata">

### Author: ![asirota](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/asirota/32/197298_2.png) [@asirota](https://meta.discourse.org/u/asirota)
#### Post date: [October 25, 2021, 11:20am UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798/4 "2021-10-25T11:20:52Z")

</div>

I don’t know, but maybe there’s a way to export some data to a spreadsheet? A plugin could be out there. Have a look and see what is available.

---

<div class="post-metadata">

### Author: ![skins](https://avatars.discourse-cdn.com/v4/letter/s/8edcca/32.png) [@skins](https://meta.discourse.org/u/skins)
#### Post date: [December 2, 2021, 8:37am UTC](https://meta.discourse.org/t/connect-discourse-to-data-studio/206798/5 "2021-12-02T08:37:39Z")

</div>

Hello again 🙂  
do you know where can I find full documentation about the API & report  
I can’t find this topic in [https://docs.discourse.org/](https://docs.discourse.org/)  
Thank you
