Embedding data studio reports #121
cnilsen
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple facility report in datastudio
@acang-gs try this out for embedding in the BMP performance page.
To request a specific alt-id, encode a json object and append it to the base url. An example is below:
This results in the following encoded string:
"%7B%22tmnt.id%22%3A%20%22SWFA-100006%22%7D"Append this to the base url for the facility page:
The result is the encoded url to request the facility specific report:
Result page for embedding:
Beta Was this translation helpful? Give feedback.
All reactions