How can I get access to the sample store environment mentioned in the VT cycling demo video? We are planning for an internal demo in the company and looking forward to show some analytics data captured by Presence Insights platform. Please share the link. Thanks.
I agree that the link seems to be misleading, and gives the impression of a demo site, that can be downloaded. I will raise the issue with the development team and see if we cannot create something that fits the bill. However, I am sorry to say that I do not think this will be done in the next few days.
Related
I am exploring uber api and i need to found out if such an application can develop which can share rider's revenue with the integrated app on each trip .
No, it is not possible. Check out our affiliate program for more details about earning with the Uber API.
Right, I'm a little confused by the wording of "integrated app", but I'll just link the API endpoints you should take a look at to see if they satisfy what you need for developing your own application. If this isn't helpful, just say so and I or someone else will try and help further.
If you want to look at riders, the best way I can think of is to use the history to get a list of user recent rides and then request a receipt for every request_id in the history.
If you want to look at drivers, you can just look at all earnings that are given to a specific driver.
If someone wants to correct me on better ways to do this, feel free.
EDIT: Dustin knows better than me!
Forgive me if I sound gibberish. I use coding as my hobby in my free time (Non IT professional) and thinking to release a website on GitHub or Dropbox.
However, I guess these support The websites that are static in nature. The website which I am developing has form which is crucial where users will fill the details and click on submit in order to get the data.
Now before I dive into paid service of hosting, I would like to first begin with testing stage or host the website for free by using GitHub or so until I get confidence.
So my question- is it possible to run the website that has forms such contact name , number, address etc on GitHub or Dropbox?
Any answer or help, comments, suggestions is much appreciated. Alternative to GitHub are also welcome ( links leading on how to release would be helpful).
Thank you in advance.
I am not sure about hosting a website on Github and dropbox is really a good option or not. However as you are in starting face and you do not have any specific requirements like space and bandwidth and all I would not stop you to host your website on dropbox and github and it is free, you dont have to pay anything. for more information on it click here
I have another two options for you in which you might be interested.
(1) Heroku is one of the most popular platform for hosting your web-site or web-application. You can get up to 5 repositories free on basic account. I think you do not require any database but just in case if you do in future they do provide postgresql. You might find Little-bit challenging in starting for hosting on it as you are not IT professional however you will eventually start learning.
for more information on heroku click here
(2) you can host your website on freehosting which is free for 1 year and they provide 2 GB space for your website as you have static page I am sure it wont increase more than that. On top of that they do provide one MySql database too which in case you need.
I hope this helps you.
I have a shared printer that is accessible to Google Cloud Print services. I would like to enable this usage for our users, however, I need to be able to run reports to see who printed what, when. We allocate printer supply costs based on usage, and as far as I can tell, Google doesn't give me a way to get any data about past print jobs other than the name of a job, it's status, and when it happened. What about who did it? I know that Google knows their email address! What about how many pages it was, or what settings were used (b/w vs. color, 1- vs. 2-sided, etc).
I hope I am just missing it.
Also, if perhaps this information is not available through Google's UI but is available through any developer-aimed APIs, that would be great info, because I can certainly get at it from that angle if necessary.
Any help or advice would be great!
I used a different approach then your. I used as a base this library https://github.com/escube/GoogleCloudSpooler i developed and created a web service from it. People can login in my system, upload the file to my server and i log everything there. My service upload to google cloud printer. This is the only way to keep control on how and what peole use my printers.
I should clean my web code in the next code and maybe publish on git hub if someone thinks that can be useful.
I'm looking for analytics tool for a Facebook application. I need to do a brief about free available tools.
Currently I'm only familiar with Kontagent web service (Its not free).
It works like this:
When a user performs an action that creates an important event, our application sends a log message to kontagent web service telling that an important event has taken place. Kontagent will then process and log this data, to returns reports, graphs, and metrics.
I've made some searching about it and found only payed tools (RavenTools, Rankur, Radian 6)
Do you know of any free tools that provide analytics capabilities for Facebook Events?
Thanks !
I'm sure your brief is already done, but for anyone else looking at this, if you have a Facebook page (such as a fan page or a business page) FB has "insights" which tell you "like" growth (decline) rate, click rate, view rate, repost rate, etc...you can download this all for free and create awesome crosstabs (if you know how to use Excel) with all sorts of data.
Additionally, HootSuite has SOME tools for free (such as click rate) and a sliding scale for other analytics.
you should check out what we are building over here, maybe you find it helpful, it is a web-store for social tools with hundreds of them. We are soon out for beta, grab your preinvite. Hope it helps. Anctu.com
Is it possible to get information about user's current mobile provider(not home carrier) - for example when he is using roaming?
I don't think so using public APIs at least. It seems too cut off from the rest of iOS to access. That being said, I haven't seen any documentation that confirms it one way or the other. The problem is that I don't know where to look for said information. That's your problem too :). Sorry I can't back it up with any tangible evidence, but it seems too separate based on my gut feeling.