Joel
-
2 votesdeclined ·
Allan Beaufour
responded
This can be configured through the client side javascript
Joel commented ·
Instead of using the actual location, which often includes tracking parameters in the query string, you could use the page's canonical URL (in the <link rel="canonical" tag) to group together stories.
Joel shared this idea and gave it 2 votes ·
-
7 votes
Joel gave this 3 votes ·
-
236 votes
Joel gave this 2 votes ·
-
27 votescompleted ·
Allan Beaufour
responded
This can be done by setting a variable in the chartbeat js:
var _sf_async_config={uid:YOURID,domain:“YOURDOMAIN”,path:“/somepath/otherpath/page”};
Joel commented ·
I would even go for excluding ALL query strings. It really pollutes our data to have the same story in multiple places.
Joel gave this 3 votes ·
Great!
So I would set _sf_async_config.path = 'http://www.example.com' + location.pathname;
Where do I put that?