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

Can't get it to work #1

Open
alexbeletsky opened this issue Apr 6, 2014 · 0 comments
Open

Can't get it to work #1

alexbeletsky opened this issue Apr 6, 2014 · 0 comments

Comments

@alexbeletsky
Copy link

I really like the idea of nodalytcs and wanted to take advantage of it, but failed so far.

First, I've create new GA propoerty with my existing account and used tracking ID. As I accessed the application in Real Time view it showed my requests from completely different location (Netherlands, but I'm in Ukraine).

Also instead of logging actual HTTP request, it logged URL's of my app. (E.g. instead of /api/user/inbox I see /inbox which corresponds current URL).

I've created completely new GA account (Universal one), but results are the same.

My configuration,

    app.configure('production', function() {
        app.use(express.compress());
        app.use(express.static(path.join(__dirname, 'public'), { maxAge: oneMonth }));
        app.use(nodalytics(config.nodalytics.ua));
        app.use(middleware.serveMaster.production());
    });

where, config.nodalytics.ua hold my tracking id.

I probably fail to configure it properly or there is a problem in nodalytics itself. I would be really happy to help to diagnose the issue and make it work, since it looks really promising.

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

1 participant