-
Private Embed Page in Salesforce Without Redirect
I need to privately embed a page from Domo into a Visualforce page. I used the example code repo linked in the developer documentation. When I preview the Visualforce page, it successfully renders the page but only after redirecting to a public.domo.com page. When I attempt to add that Visualforce page to an Experience…
-
access page embed applied filters in brick to pre-select filters
Hi, We have an invisible brick inside a page embed. It's only job so far is to notify the host through a postMessage when a filter has been applied ( using domo.onFiltersUpdate() ). The host then listens for this postMessage and stores the chosen filters in session storage. This is all working well. When the modal is…
-
User Tracking Analysis within DOMO Embed
We have deployed dashboards across our member portal using DOMO embed. We are hoping to be able to really track how much time users are spending on a dashboard, which dashboards are popular and unpopular, where are they clicking and how far are they scrolling, and when are they dropping off the dashboard. This is critical…
-
Cookies on Domo Everywhere
Ability to access Domo embed via Edge requires user intervention for them to "Request cookie access". This is to do with blocking third party cookies. Users using Safari are unable to login at all preventing their ability to use Domo embed. Can we speed up the process to enable a cookieless seamless cross browser…
-
Add embed token as query parameter to the iframe src
When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this: <iframe src="https://public.domo.com/embed/pages/:embedId"> </iframe>However, as we need to pass the embed token as well. Insted of doing it via Forms and…
-
Programmatic Filters Implementation Help
Hi, I'm using programmatic filters for the first time. This image below is on Domo's documentation - . I created a similar file in my code base but I'm not sure what visualization1 is? Is it the name of the dashbord? Where is it defined? Additionally, how is this called in the frontend? Do I need to do anything on the…
-
Image Hosting
End Goal: I want to display a sales rep's headshot next to their stats on some "Top 5 Producers" style cards. I'm familiar with the HTML code to do this, and I know I can put these pictures on a free online image hosting service to do it. But my IT department would probably "expel a kitten" over this because they treat…
-
Deleting Embedded Cards
Deleting Embedded Cards (Domo Everywhere) in Admin Settings
-
Public embed URL length
Current public embed URL has 5 characters by default. There is a risk of someone being able to brute force our current public embed URL. Do we have a way to make the random strings in our public embed URL’s longer. This increases the Security drastically while allowing the sharing of cards and pages. The alternative is to…
-
Domo Everywhere - Embed Filtered Views
Hello! Is there a way to use Domo Everywhere to create links to specific filter views? I have clients who want to see their marketing campaigns filtered to specific regions so that they don't have to teach their stakeholders can immediately see a specific page view without needing to manipulate the filters. I know this…
-
Custom message for embedded dashboard when user does not have access?
Hi everyone... I'm wanting to present to the user a custom message when they try to access a dashboard they do not have access to. We privately embed dashboards onto a web page in an iframe, and if the user does not have access, they are presented with the standard "Sorry. This content is no longer available." message.…