From uptime and analytics to check-ins, Geckoboard is a hosted dashboard that’s available on any screen with a browser.
Questions tagged [geckoboard]
24 questions
0
votes
0 answers
Getting Invalid JSON error in Geckoboard php curl
I am trying to add data in Geckoboard dataset using php curl but i am getting invalid json error. Please help me.
Please check my below code:
$ch = curl_init('https://api.geckoboard.com/datasets/sales.datasetidhere/data');
curl_setopt($ch,…

John Smith
- 11
- 1
- 1
- 4
0
votes
1 answer
Zapier PostgreSQL Geckoboard integration
I am trying to set up daily metrics that update whenever a new row is found. The query looks like this:
SELECT COUNT(distinct be.booking_id) AS "id"
FROM booking_events be
WHERE be.event IN ('approve', 'instant_approve') AND
be.created_at >=…

DBE7
- 766
- 2
- 9
- 23
0
votes
1 answer
How to integrate Avangate with Geckoboard?
I am creating a dashboard in Geckoboard with data coming in from Avangate. I will be using IPN to display total number of buys on the dashboard.
From Geckoboard side, I understand that I would be creating a custom widget with relevant data format.…

CalmWinds
- 157
- 1
- 3
- 13
0
votes
0 answers
Graphing Time of Day x-axis highcart
I am trying to make a heat map highcart. I am graphing all purchases in a certain amount of time. I have an array of data point arrays[[timestamp,purchase amount],[timestamp,purchase amount]]. I want my graph to have a y-axis that shows the amount…

Ciaran G
- 1
0
votes
1 answer
Custom labeling highcharts json.net to geckoboard
I'm using json.net to build and push a highchart to a Geckoboard. Geckoboard doesn't give any example to set the lang options (even if they did I don't exaclty know where I would set them). I know there is custom formatting, but I receive a 400 bad…

Noah Hall-Potvin
- 187
- 1
- 10
0
votes
0 answers
Geckoboard with Django 1.7
I have installed django-geckoboard using easy_install django-geckoboard
and i am creating a custom widget to count comment (number_widget) but is displaying import error cannot import name simplejson
I am attaching the code.
from datetime import…

Bharat Kotwani
- 119
- 1
- 8
0
votes
0 answers
Geckoboard shows invalid type provided: expected "float64", got "string"
I am using Geckoboard to display certain metrics. I have used the Java API which to push my content to widgets in Geckoboard. However, when I try to push my data to Text widget I keep on getting the error as invalid type provided: expected…

ZZzzZZzz
- 1,800
- 3
- 29
- 51
0
votes
1 answer
zendesk geckoboard custom widget
We are making use of Geckoboard.com and Zendesk.
I am in the process of creating a custom widget for Geckoboard to get some info (The top ticket solvers) and list them.
For now, I am just trying to push some dummy/hard-coded info to the widget.
My…

Deedz
- 127
- 1
- 10
-1
votes
1 answer
AWS Cloudwatch Metrics - How to get S3 / Elastic storage totals in ALL buckets from API
It is straightforward enough to pull data for how much is in a particular S3 bucket. I am trying to connect Geckoboard to monitor S3 data usage, is there a way to use cloudwatch metrics to access how much storage is in use overall on our account? We…

Chris Hall
- 1
- 1