javascript - Pageview for Facebook Instant Articles in Google Analytics -
i have implemented google analytical code @ instant article, showing big difference between google analytic , facebook instant pageview, have implemented following code
ga('require', 'displayfeatures'); ga('set', 'campaignsource', 'facebook-instant'); ga('set', 'campaignmedium', 'instant article'); ga('send', 'pageview', window.location.href); ga('send', 'pageview', location.pathname);
can please let me know why both analytic had pageview difference
Comments
Post a Comment