One way to pass data into Dimension is via the Universal API. You will need to choose how to execute a REST POST command. There are simple ways to do this in every programming language, using the terminal on Apple, Windows, and Linux computers, or using tools such as Postman or Insomnia. We will be showing examples in Postman for explanatory purposes, although you will need to write some code in a standard programming language to send data to Dimension at scale.
Postman
First download, install, and open Postman
Then, from the main interface of Postman, create a new Collection.
Then, within your new collection, create a new Request and choose “HTTP”
In your new request, choose request type POST.
The Tracker API’s endpoint prefix is https://tracker.dimensionlabs.io/track? – and you will need to add the parameters to the end of the request for this. Start by putting the prefix into the URL section of the request and then fill out the Params section, making sure to use your own API Key, found above.
Click Send and if everything is set up properly, you should get a successful response and your data will be processed shortly!