-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documentation, tutorial or primer? #1
Comments
The best I have at the moment is in the README; there will be more to come very soon. |
looking forward to the documentation :) i'm struggling to get this working this morning as well and very anxious to :) i've got it all running but nothing showing up in the graphs in chrome when i call the tracking pixel on a test page. so just wondering if there's a special syntax to calling the pixel etc... i don't see any documentation in readme on tracking pixel setup. i know this is all brand new and pre-alpha, but would love to help you test this. |
Stuck at same place as well. |
Note I have been unable to make the Hummingbird Demo work in any browser including Safari, Chrome, or FF. |
here is how i got it to work on my OSX: $ mongod run --config /usr/local/mongodb/mongod.conf open new terminal $ cd ~/Sandboxes/hummingbird $ cd ../../ open Chrome and navigate to http://localhost:8888/ and you would see the demo to test open Firefox or another tab in Chrome and navigate to refresh the page couple of times and you would see it registering. what will be nice to have is examples of how to modify the data being stored and how to display historical data and also how to display the different pages i.e. index, cart ... etc as in the demo. hope this helps |
thanks nkhine, your steps worked for me. I also would like to see how they configured the demo app to display different pages. awesome work. |
nkhine, I did all you suggested as well yet have no updates in my graphs. Any thoughts? Keep on getting this error from Safari's console: socket lost, retrying immediately |
Well, figured it out... I changed the default ports in the config and there were a bunch of references to them in the client side JS code. Just synced 'em up and all good. |
Works fine and looks great. Pageviews/sec graph is reacting to pixel loads, however I was wondering how to check the cart adds / sec - what parameters to add to the tracking pixel? |
You can add events=scAdd to the querystring to update cart adds, for example: http://.../tracking_pixel.gif?events=scAdd |
@mnutt, do you have spare time to write down that documentation or insert some comments in the code? I want to extend hummingbird with other data sources and i'm lost. |
I finally have got it to work and register page loads - fantastic. I too would love to be able to more events, such as contact form submitted, checkout completed etc.... Where can we create these please? |
Hi,
is there any documentation or tutorial or something else where I can see how to configure hummingbird correctly?
thanks,
Martin
The text was updated successfully, but these errors were encountered: