You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: