Is it possible to update the google Analytics Tracking object? -
i create google analytics tracking object this:
ga('create', 'ua-10303525-4', 'auto'); // replace property id. ga('send', 'pageview'); later on, without loading page, want update tracking object userid:
ga('create', 'ua-10303525-4', { 'userid': response.data }); this doesn't seem work. possible update or destroy/recreate tracking object somehow?
you might seek set method.
google-analytics
No comments:
Post a Comment