Taoufiq NASSIF
Taoufiq NASSIF

Reputation: 29

it is possible to embed a private report into a web site & filtering access to data for non G users

We're trying to embed a GDS private report in our customer portal and we hope to filter the data using the email of the person connected to our customer portal . some of our users are no google users (they dont have an account gmail) and they're connected to this portal with an email and password form of authentification.

Our data is stored in Google Storage and we use Bigquery for querying and we use BQ connector to connect BQ and Google Data Studio.

There is any solution to do this ? parameters in GDS report URL ? Through API?

Any help will be appreciated.

Taoufiq.

Upvotes: 2

Views: 872

Answers (2)

Minhaz Kazi
Minhaz Kazi

Reputation: 3168

This is possible to do using Community Connectors and some minor development work in your portal. You will need to pass a short lived unique token as a parameter for the embedded report and then have an API or some other way to tie that token to a user identity. This solution guide has instructions for this specific use case.

Upvotes: 2

Tlaquetzal
Tlaquetzal

Reputation: 2850

The documentation states that the only sharing options are: a) Making the report public, or b) Have the user authenticate with a google account. Unfortunately, it neither has an API, nor support for parameters through URL yet.

Upvotes: 1

Related Questions