We need help understanding how to generate a specific URL with parameters to direct users to our report. We've been through the Google data studio documentation about direct links here.
We're still struggling to understand how to make it work, and we believe the potential answer would benefit all people who are looking for a similar solution.
A brief explanation - we have a bunch of categories (towns) within our website, with the potential to have even more in a short period. Instead of creating a report for each category, we would like to save time and resources by creating only one report that should display results based on the passed parameters via URL. The parameter would be only one - a category. Furthermore, our script will generate the report URL with the required parameter that we can then display to our editors.
We know this is somewhat covered within the documentation, but we would appreciate it if someone can come up with more specific instructions on how to make it work.
I know I'm writing very late, but I hope it helps some other people who are looking for the same thing, it has helped me, especially passing the parameters to the connection to the database, to which the variable is assigned in the where and filter the information that is needed. all from the url:
https://developers.google.com/datastudio/connector/data-source-parameters#set_url_parameters