Founded in 2003, Cohera-Tech is an innovative Australian company with extensive experience in people counting and analysis. We partner with shopping centres, commercial office operators and their tenants, retailers, entertainment venues, airports and public institutions across Australia and New Zealand to provide deep insights about their businesses and customers. These insights have been demonstrated to support revenue generation, cost savings, and greater efficiencies. Cohera Tech Pty Ltd is part of Vemco Group a global data analytics software company based in Denmark.
Below is information to test and use the API services. Including Postman files and PHP coding example file
Php Library + Postman Collection Last Updated Date 31 Oct 2023 07:08 pm
$.ajax({ url: url, method: 'POST', data:{ 'apicode':$("#apicode").val(), 'locations':$("#locations").val() }, success: function(html){ $("#output").html('<pre>'+html+'</pre>'); } });