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

usage stats #17

Open
coret opened this issue Jun 5, 2015 · 1 comment
Open

usage stats #17

coret opened this issue Jun 5, 2015 · 1 comment

Comments

@coret
Copy link
Contributor

coret commented Jun 5, 2015

I'd like to have statistics on gensearh usage for Genealogie Online and Open Archives. As both sites use Google Analytics, one way to get info would be to utm_ query parameters in requests made via gensearch.

This would mean adding to sites/genealogieonline.js the the following lines:
query = utils.addQueryParam(query, 'utm_source', 'gensearch');
query = utils.addQueryParam(query, 'utm_medium', 'browser');
query = utils.addQueryParam(query, 'utm_campaign', 'RootsSearch');

Would this be the preferred method, or is there a generix gensearch method?

@justincy
Copy link
Member

justincy commented Jun 5, 2015

Interesting idea. I'll have to think about it. RootsSearch isn't the only
product that uses gensearch.

On Fri, Jun 5, 2015 at 3:55 PM, Bob Coret [email protected] wrote:

I'd like to have statistics on gensearh usage for Genealogie Online and
Open Archives. As both sites use Google Analytics, one way to get info
would be to utm_ query parameters in requests made via gensearch.

This would mean adding to sites/genealogieonline.js the the following
lines:
query = utils.addQueryParam(query, 'utm_source', 'gensearch');
query = utils.addQueryParam(query, 'utm_medium', 'browser');
query = utils.addQueryParam(query, 'utm_campaign', 'RootsSearch');

Would this be the preferred method, or is there a generix gensearch method?


Reply to this email directly or view it on GitHub
#17.

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

2 participants