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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -