-
Domo connectors - Spotify Ads
Hi All! I know that Domo doesn't have any Spotify Ads connector. I found an article about how to build Spotify API, but not for Spotify Ads. I was wondering, did anybody deal with Spotify Ads, how did you manage to automate pulling the report? Even Spotify platform doesnt allow to pull report by breaking it down daily, i…
-
Domo API sample
Hi, I'm new to API and new to Domo. I've been reading on this https://developer.domo.com/docs/dataset-api-reference/dataset#Retrieve%20a%20DataSet. and the docs have this sample API endpoint https://api.domo.com/v1/datasets/08a061e2-12a2-4646-b4bc-20beddb403e3. but it shows {"status":401,"statusReason":"Internal Server…
-
Does Graphql endpoints work in Domo ?
Does Graphql endpoints work in Domo? If yes, which connector needs to be used for it ? Please explain in detail. Thanks for your help 😊
-
Api Documentation showing only 3 user roles, 5 available in the Admin page?
Hello everybody! I'm following this page: And I can read that there are three roles: Admin, privileged, participant. In the role part, it says: The role of the user created (available roles are: 'Admin', 'Privileged', 'Participant') However, when I access the admin settings in my account, I can see two other roles that are…
-
Delete User API
We need to remove more than 200 users in our instance and we want to do this in bulk. For that we thought on calling the User API via scripting so it could execute quickly. However, the API is returning an error 400 referring that the user owns datasets and therefore can't be deleted. We already have confirmed that the…
-
Importing data from Spyder (locally) to DOMO
Hello, I have a Python script created on spyder which I need to import into DOMO. Just wondering how would I be able to do that. I saw the documentation on API and creating custom connectors but no luck. Thank you in advance.
-
Is there any way to get Embed Id programmatically?
I integrate with DOMO using java SDK and REST API, and I can get dashboard id or card id without any problems. But then I need to embed them on our site. But I see that the iframe for embed that will only use the dashboard/card id mark as deprecated, and now it is necessary to use the iframe with the Embed Id. Please tell…
-
External Chat with DOMO
Hi, People! Anyone already use a external chatbot with DOMO? Our idea is use a external application to ask simple questions like "What's my total sales in Jan/21 of product X?" and that application will log in DOMO, pull the data from dataset or card (is possible to return a card, too) and place the response to the user...…
-
Domo Embed API changed / broken
https://api.domo.com/v1/stories/embed/auth is now returning { "status": 404, "statusReason": "Not Found", "message": "Embed routes have been moved to apiEmbed", "toe": "KDS8U8FPNA-4TT68-E68UF" } Anyone else having this issue?
-
Issues with FB Advanced Connector
We've been using the FB advance connector and was smooth sailing until mid-July where It looks like DOMO and FB API was having some issues preventing data to load. It looks like those issues have been resolved but I’m having issues retrieving data from those days where the Data issues was occurring. Does anyone have any…
-
domo.onFiltersUpdate() does not exist in domo.js. domo.FilterContainer() gives error. Any solutions?
Thank you for your time viewing this post. I have 2 issues ongoing in one of my projects. The description of these issues are given below along with their errors. If anyone helps me in resolving them, ill be grateful. domo.onFiltersUpdate(console.log); This function is rendering me this error: code.js:60 Uncaught…
-
URGENT: Pull Data from Domo onto Amazon Redshift
I was wondering how I am able to pull in data from Domo using a connector or api and extract data onto Amazon redshift, Is there a way to do that?
-
Error in using Pydomo ds_get
Hi, I am trying to run this simple code to fetch data from a dataset on the domo instance. but i am getting the following error. AttributeError: 'Domo' object has no attribute 'ds_get' I am not sure what i am doing wrong. Can someone help with this. I am pretty new to python and API's from pydomo import Domo clid = 'XXXX'…
-
Linkedin Report
Hi Guys, Need your help, Does anyone know which connector I should use for "Linkedin Campaign Reporting". I am specifically looking for the below fields in my DataSet. Campaign Group Name, Campaign Name, Total Spent, Impressions, Clicks, Leads, Cost per Lead, Reach, etc
-
Google Analytics Exclude Filter
I'm working with a very large data set where most of the data is not tied to a GA Campaign. In order to reduce the amount of data I'm working with, I'd like to filter out all rows that do not have the value "(not set)". My current formula: " { "dimensionFilterClauses": [ { "filters": [ { "dimensionName": "ga:campaign",…
-
Is it possible to create cards programmatically?
The Domo API seems to provide the means for creating and administering pages. Are there similar endopoints for creating cards inside a page?
-
The 'not' operator does not seem to work on the domo API for PDP filters?
Anyone run into issues with the 'not' operator on the domo API for PDP filters? The docs show that including false for 'not' on a filter will add a PDP rule that the column quals the value. In this example that Attending = 'TRUE' : { "id" : 8, "type" : "user", "name" : "Only Show Attendees", "filters" : [ { "column" :…
-
Export very large dataset (million or row) in CSV as chunks
Is it possible in DOMO using python or postman to export whole dataset but break files(CSV/Excel) so we can have 5 million rows in each exported file.
-
Programatically update/delete cards
I have a python script which I use in conjuntion with the DomoStats Activity Log, Python SDK, to classify cards that are abandoned or otherwise need to be deleted. In our instance, this is close to 1000 cards. I do not see a way to interact with cards at the API level. Additionally, I am trying to rename the cards that we…
-
How to implement commands from the Command Line Interface Tool in Python, specifically api requests
Question: Is it possible to execute command line interface tool operations within Python, specifically the 'list-dataflow' command? Elaboration: The 'list-dataflow' command in the command line interface tool returns JSON structured metadata for a dataflow. My guess is that this command is just making a GET request to a…
-
DataFlow Transform (i.e. Action) Types in API JSON data
My question: What factors determine the type of a dataflow transform in the api JSON data (e.g. GenerateTableAction, SQL, SqlAction)? Background: I am using DOMO's command line tool to get JSON structured metadata about a DataFlow. Specifically, I am using the list-dataflow command: Putting in the DataFlow id and a…
-
Is there away to pull the Ticket updates dataset in Zendesk using any othe the Domo connectors?
I've been working with the Domo Zendesk Support and Zendesk Support Upsert connector with almost not problem to the the data I need with exception of the Ticket updates dateset (https://support.zendesk.com/hc/en-us/articles/360022182114-Metrics-and-attributes-for-Zendesk-Support#topic_sq4_mhq_4y). Has anyone had any luck…
-
Command line tools and the "DQL"
I was pointed to Domo's CLI tools today, and the documentation mentions the DQL in few spots. domo.com/api/domoweb/auth/helpcenter?redirectURL=/Administer/Other_Administrative_Tools/Command_Line_Interface_(CLI)_Tool I assume that's the "Data Query Language", a find a few references to it in the command summaries:…
-
Anyone Using Call Tracking Metrics (CTM / CallTrackingMetrics) Data Connector?
Good day everyone, I am having some trouble using the CallTrackingMetrics Data Connector provided by Domo. The connect was easy to setup, it accepted my credentials, and successfully moves data - all of which is great. However there are literally no filters or controls for the incoming data. This creates a scenario where I…
-
Connecting LivePerson to DOMO?
I tried contacting LivePerson about this but as they are unfamiliar with DOMO they couldn't answer. It's a messaging service, and I want to retrieve two datasets from there: Message logs, and KPIs. For now I just want to look at the message logs to get me going. There's no DOMO Connector for LivePerson so I have to create…
-
Asana Connector + Stories?
Has anyone been able to get the Asana connector to query the "Stories" table? This seems to be where their user audit data resides and while I can query other tables like the "Tasks" table this "Stories" one continues to return no information. Any suggestions? (Perhaps there's a work around connecting directly to their api…
-
YouTube Basic User Activity Date Inputs
For most Domo connectors, you have the choice of entering in relative dates (today-2) or a specific date (1/1/2020). For YouTube's Basic User Activity, it appears you can only enter in numbers of days ago. Does anyone have a solution for entering in static parameters? In my screenshot example, Videos Published After (Days…
-
Interact with scheduled reports via API (or better interface)
(This doesn't have to be an API thing but it feels like it should be an API. Also if this is already possible, please let me know!) We use scheduled reports a lot. We love them. However, every so often there will be some processing glitch that causes reports to go out blank. So it would be great if scheduled reports could…
-
Domo alerts to Slack using Tray.io
Good afternoon. We submitted a case to Domo Support but also wanted to post here since they'd previously advised other customers had found a work around using Zapier and various automation applications related to this request, though it's unclear if they were trying to have the alert as detailed as we're looking to do: We…