Bulloko Contributor

Comments

  • The Box API had an issue today, it is listed on their Status Page -> https://status.box.com/ If your Connector is saying that it cannot find the file and you need to wait - this is due to Box's Search API not returning any results. You can replicate this in Box's UI. In this picture, you can see I have a file in my Box…
  • @user03230 - Thanks for bringing that to our attention! I worked with our development team and the AUDIT scope is now available for selection when creating a new clientID / clientSecret. I tried it out myself and it's working great!
  • The 4 element max is a limitation imposed by Adobe's API. You could, of course, create multiple connectors to pull in everything you want, but I do understand that is not always ideal. Have to looked at using the CSV Upload Connector? There is an SFTP option. Here's an article on how you could configure it…
  • Our Knowledge Base has a great article about what IPs need to be whitelisted -> https://knowledge.domo.com/?cid=whitelistingip
  • Oh - and as for the multiple View Selections, that can still be done! --- --- ---
  • @mmanuzzi - We did recently deprecate an older version of the Google Analytics Connector that was running v3 of Google's API. This happened to be named "Google Analytics Advanced". In your instance now you should see the below 2 Connectors : These are the most recent and best to use. They contain all the functionality of…
  • @user06322 - You can find the IP Addresses for which Domo will connect from listed here -> https://knowledge.domo.com/Administer/Specifying_Security_Options/03Whitelisting_IP_Addresses
  • There is actually a new version of the Google Analytics connector you can find right now in your DataCenter! It is publicly available to use! This version has an improved UI and does allow you to pull your custom metrics and dimensions you've defined! Here's what it looks like!! You'll notice the "Custom Variable or…
  • We're talking about this endpoint, right? https://developer.domo.com/docs/domo-apis/stream-apis#API%20-%20List%20Streams​ You can actually use "limit" and "offset" parameters. Example : https://api.domo.com/v1/streams?limit=10&offset=10 In my testing I put my limit to 1000 with no offset and that listed all of mine. Now -…
  • @ZMM - There are actually a few other required fields you need in the body of your PUT. It is looking for "name", "email" and "role" fields. { "email": "emaild@domain.com", "role": "Admin", "name": "UserName" } Also to note - the API currently only supports the updating of those three fields. I am already working with…
  • @juliannarenaud1 - How were you able to pull custom Content Groupings via the API? So I created one here called "Dojo Content Group Test" : I found this Data can be pulled in with a Custom Report and most are "Dimensions" with some being "Metrics" : Yet when looking at Google's API Explorer - I find nothing for these : If…
  • I went ahead and created my own Custom Channel Groupings and Custom Content Groupings, and then used Google's API Explorer - https://ga-dev-tools.appspot.com/query-explorer/ - to see if I could pull them in. I wasn't able to find a way. So doing some more exploring I found this thread…
  • @Matz1 - Your pictures don't seem to give me the exact error you are geting. Can you provide the call and the exact error you get when you make that call? When you use POSTMAN you can click on the "CODE" button and then turn it into something like cURL and paste it in here if you want.
  • @ZMM - The answer it is expecting is actually a number. So in this case you would put in 1 for new instance. Once you do that a new prompt will appear - [?] Domo instance e.g. ebay.domo.com : At this point you type it in like the example shows. So for example right now if I do that command I see the following -…
  • @pliskeb - I believe the issue is the version of Adobe. The documentation says that: "Design Studio is an Add-on to Adobe Illustrator. You will need a Creative Cloud license from Adobe and access to Illustrator 2015 CC (version 19.x.x or 20.x.x)." https://developer.domo.com/docs/design-studio/install-design-studio And from…
  • @Zach_Shearer - You are absolutley right. The Google Sheets connector does not append. We need to make the ETL Append. To do this - we need to make it a recrusive ETL. Or in other words the ETL has to call itself and append itself. That is usually done but creating the ETL, running it once, and then editing the ETL to add…
  • @Zach_Shearer - The three inputs - are they all set to "APPEND"? So outside of the ETL - on the DataSet itself.
  • @Zach_Shearer - The script I posted pushes the data to Google Sheets. Sheets has a 2million cell limit - so appending there would quickly cause issues. I would then use the Google Sheets connector in Domo and set that to APPEND. Now - take note on the Date range you're using. If your script is pulling the past 7 days and…
  • @digital I'm going to need a little more information. Which API are you using? Data, Streams, User? What's the exact call you are making? What headers are you passing in? From the sound of the error "Required request body is missing" - it sounds like a POST or PUT request is being made, but it is missing the body of said…
  • Ahh... it might be best to try and re-ask the question on the BeastMode / ETL / DataFlow board - https://dojo.domo.com/t5/Beast-Mode-ETL-Dataflow/bd-p/Beast - they'll know better the ins and outs of combining data. I'm sorry I can't be of more help. I focus more in the individually connectors, how they work, etc.
  • @CBlandon - You might be able to find more help in the ETL / Dataflow area - https://dojo.domo.com/t5/Beast-Mode-ETL-Dataflow/bd-p/Beast - but I'll take a stab at helping (I'm more connector savvy). It would help to know what your end goal of this data is. Also, when you DO combine it what are you seeing and what do you…
  • @shillin2 Well.. there goes my theory.... :( Would you be willing to provide that part of your script that does the excel conversion and replacement into sheets? If I could replicate this it might help me find an answer. Ah, yes, WorkBench is a Windows-Only tool. I know of some people running a VM or setting up a dedicated…
  • @shillin2 - I have a thought on this one. When you go through and overwrite the sheet that's there, does it change the googleSheetKey? For example, here's a URL to a test doc I made : https://docs.google.com/spreadsheets/d/1vl_UZDDtrkHX2xp_TG7MEJ7V3pW0AGhJjKITslzPQyQ/edit#gid=0 "name": "googleSheetsKey", "value":…
  • @Jessemauser - You will need what is referred to as "DomoUsage" or "DomoMetrics". These are DataSets that give you the needed information to finish setting up these Apps. To get these, simply email support@domo.com requesting DomoMetrics DataSets and they'll do it for you!
  • @Godiepi - Hmmmm..... I remember connecting to Microsoft Dynamics Great Plains, but it was awhile ago. I believe we ended up just using WorkBench. We were able to connect to the DataBase that ran GP and just pulled in the data that way. Is that an option / possibility?
  • @pairwin Hmmm.... not that I know of. Someone from the DataFlow section might know of something - https://dojo.domo.com/t5/Beast-Mode-ETL-Dataflow/bd-p/Beast If they don't have anything I'd recommend submitting it to our Idea Exchange section - https://dojo.domo.com/t5/Ideas-Exchange-suggest-and-vote/idb-p/Ideas
  • @jeffcavalloI find that when this happens I usually have a text value in one of the cells. I'll usually pull it into excel and then sort the column to see if there is an odd value that is technically a "string". If that's not the case, you may need to reach out to DomoSupport.
  • Personalized Data Permissions is a way of restricting a DataSet so that only certain users or groups can see certain parts of it. For example I could have 1 "Leads" DataSet and then separate it out based on area of expertise to the different groups in my department. To be able to use DataFlows with a PDP DataSet I…
  • @samh wrote:Do we have a connector for JW Player API? As I mentioned in my post above: Domo doesn't currently have a connector for JW Player, but If you head over to developer.domo.com you can see that you can actually build your own connector or even use Domo's API to push the data into Domo
  • @nlinnell I logged into my very unused FitBit account and connected it to Domo. Using the "User Activity Steps" report I was able to put in a comma separated list of my and my friend's ID's and was able to pull in their step data. I found their ID's by just going to their profile page, and my own at my profile page. I did…