-
Json No Code Connector - Question.
Hello Everyone, I am using Json No Code Connector to pull the data in the Replace mode. I would like to only replace data which is changed at the backend and not the whole data. Is there a way we can do this in Connector settings ? Or any other way ? Thanks,
-
Unsupported post request. Object with ID 'act_20017474'
Hi guys We have been using the Facebook API for months now with no issue and a few weeks ago it just returned the below error. It has returned this error every day for the past few weeks. Has anyone come across this issue and found a solution? "Facebook returned an error: Unsupported post request. Object with ID…
-
Question about IP address whitelist
Just curious, but could Domo be using a different IP address than what is whitelisted for a database I am trying to connect to via the SQL server connector in Domo? Giving a test run today trying to connect I had my public IP address whitelisted for access with no success. It gave the same error, but now I'm scratching my…
-
Character Limit- API in Domo ?
Hi Guys, Does Domo have a character limit, for bringing in data through an API? Thanks
-
Is there an API for viewing and manipulating DataSet tags?
Hi, we would like to do something via the API where we search for DataSets with specific tags and also add and remove tags for DataSets. I have been reading through the docs for the DataSet API but I couldn't find any info for how to do this (or if it's even possible). I also skimmed through the other topics in the API…
-
Any way to obtain a "last login" parameter for Users via the API?
Trying to obtain something like this from a GET request to the API to send out some inactivity emails with a Python app of ours. Didn't see any parameters like this in the API documentation. Any help would be appreciated. Thanks!
-
Go to next page in List of Users?
I'm using Python and I'm able to get the first 500 users (which is the max according to the docs) but then how do I get the following 500, etc.. we have thousands! This is what I have so far: import requests import json url = 'https://api.domo.com/v1/users?limit=500' headers = {'Content-type': 'application/json', 'Accept':…
-
Use JSON Advanced Connector to POST to an API
Hi there, has anyone successfully got the JSON advanced connector to POST to an API, when using JSON data as parameters in a request body? I've got a call working in Postman ok, but when I transfer it to DOMO I get an error: "Domo is ready, but the credentials you entered are invalid. Verify your account credentials and…
-
Domo dependency (domo-java-sdk-all) issue
When I defined compile group: 'com.domo', name: 'domo-java-sdk-all', version: '0.4.0' in the gradle dependecy, it fails to load. Seems because bintray-domo is disabled. Is there any alternative repository?
-
How to change color and text size when using domo iframe?
Hi! I have been trying to change the color (the original color in the domo card is different) as well as the text size in the card (text size is much larger in domo dashboard). However I am not sure how to do this. Here is how the card looks in domo: Here is what it looks like as iframe: Any ideas on how I can make the…
-
Reddit connector solution
Hi All! We started using Reddit Ads and as of now Domo doesn't have a connector for Reddit Ads. Does anyone know a way, how to connect Reddit Ads Api to DOMO, would you be able to help me, please, or point which way I should look at... Thanks in advance to you all!
-
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.