_initFromQueryString in "TinCanJS/build/tincan-node.js" loads activity_id from url and creates a new Tincan.activity object. But if activity details are found in config, new activity object is created using those details and it overrides the activity object previously created using the url parameters.
Is there a way to let the url parameters set the activity object, or is it intended to be overridden by config?