Page Title: Databox Developers

  • This webpage makes use of the TITLE meta tag - this is good for search engine optimization.

Page Description:

  • This webpage DOES NOT make use of the DESCRIPTION meta tag - this is NOT GOOD for search engine optimization.

Page Keywords:

  • This webpage DOES NOT make use of the KEYWORDS meta tag - whilst search engines nowadays do not put too much emphasis on this meta tag including them in your website does no harm.

Page Text: Overview Send custom data to Databox After you’ve created your Token and your first Custom Metric it’s time to start sending your custom data to Databox. There are three ways to send your data to Databox: Using Terminal in the Databox Designer Directly from a command line How to send data using our SDKs To send your custom data to Databox using our SDKs, follow these steps . How to send data using Terminal in the Databox Designer You can also send your custom data to Databox using the Terminal panel in the Designer . How to send data directly from a command line: Use the image below as a guideline when sending your custom data to Databox using a command line. Replace the sample token in the second line   with the Token you previously created Replace the with the metric key identifier that you previously defined . Pro Tip: The dollar sign ($) before metric name is mandatory. If you’re using an SDK, this will be added automatically. This character is used to differentiate a metric from its attributes. Read more about metric attributes here The example above will store the value 123.000 to the metric ‘$‘, located in the custom Data Source with the hash identification . By default, the current date and time (now) will be used to store information about sent events. If you would like to store events that happened in the past or will happen in the future, you can use the optional Date property. Learn more about Date and Time . Pro Tip: A metric value must be purely numeric. For currency values, you can attach a unit to it. Percentages can be formatted directly in Databox. For duration and relative time metrics you have to push a UNIX timestamp (epoch time) in milliseconds as the metric value and then select the ‘Duration’ or ‘Relative time’ Format. Sending multiple metrics at once You can also send multiple metrics at once, like so: cURL curl https://push.databox.com \ -u : \ -X POST \ -H 'Content-Type: application/json' \ -H 'Accept: application/vnd.databox.v2+json' \ -d '{ "data":[ { "$sales": 420, "$visitors": 123000 } ] }' Pro Tip: If your metric is not created yet or if you used the wrong metric key identifier (i.e. ‘$sales’), the PushAPI service will create it upon first push. However, we recommend you create a metric beforehand and set the necessary parameters to avoid incorrect data presentation. If your payload has been accepted, you will receive a 200 – OK message. If you receive an error, review this Responses and errors guide. Once you’ve successfully sent your data, it’s time to view your data in Databox . 2022 © Databox, Inc. All Rights Reserved.

  • This webpage has 453 words which is between the recommended minimum of 250 words and the recommended maximum of 2500 words - GOOD WORK.

Header tags:

  • It appears that you are using header tags - this is a GOOD thing!

Your header tags:

Spelling errors:

  • This webpage has 1 words which may be misspelt.

Possibly mis-spelt word: Databox

Suggestion: Data box
Suggestion: Data-box
Suggestion: Database

Broken links:

  • This webpage has 2 broken links.

Broken image links:

  • This webpage has no broken image links that we can detect - GOOD WORK.

CSS over tables for layout?:

  • It appears that this page uses DIVs for layout this is a GOOD thing!

Last modified date:

  • We were unable to detect what date this page was last modified

Images that are being re-sized:

  • This webpage has no images that are being re-sized by the browser - GOOD WORK.

Images that are being re-sized:

  • This webpage has no images that are missing their width and height - GOOD WORK.

Mobile friendly:

  • After testing this webpage it appears to be mobile friendly - this is a GOOD thing!

Links with no anchor text:

  • This webpage has no links that are missing anchor text - GOOD WORK.

W3C Validation:

Print friendly?:

  • It appears that the webpage does NOT use CSS stylesheets to provide print functionality - this is a BAD thing.

GZIP Compression enabled?:

  • It appears that the serrver does NOT have GZIP Compression enabled - this is a NOT a good thing!