Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation, tutorial or primer? #1

Open
JerryWho opened this issue May 13, 2010 · 12 comments
Open

Documentation, tutorial or primer? #1

JerryWho opened this issue May 13, 2010 · 12 comments

Comments

@JerryWho
Copy link

Hi,
is there any documentation or tutorial or something else where I can see how to configure hummingbird correctly?

thanks,
Martin

@mnutt
Copy link
Owner

mnutt commented May 13, 2010

The best I have at the moment is in the README; there will be more to come very soon.

@markjensen
Copy link

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.

@jimkern
Copy link

jimkern commented May 26, 2010

Stuck at same place as well.
Not quite sure how to set up pixel tracking.
Fantastic work BTW!

@joshkehn
Copy link

Note I have been unable to make the Hummingbird Demo work in any browser including Safari, Chrome, or FF.

@nkhine
Copy link

nkhine commented Jul 4, 2010

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 deps/express
fix the files as per http://gist.github.com/463360

$ cd ../../
$ node server.js &> log/hummingbird.log &
$ node monitor.js &> log/hummingbird_monitor.log &

open Chrome and navigate to http://localhost:8888/
username: admin
passwor: change_this

and you would see the demo

to test open Firefox or another tab in Chrome and navigate to
http://localhost:8000/tracking_pixel.gif

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

@mattmcq
Copy link

mattmcq commented Jul 19, 2010

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.

@jamster
Copy link

jamster commented Jul 22, 2010

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
2websocket.js:13still no socket, retrying in 3 seconds

@jamster
Copy link

jamster commented Jul 22, 2010

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.

@seporaitis
Copy link

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?

@NathanielMichael
Copy link

You can add events=scAdd to the querystring to update cart adds, for example: http://.../tracking_pixel.gif?events=scAdd

@danmilon
Copy link

danmilon commented Nov 9, 2011

@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.

@starchild
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests