Tracking "Load More" in analytics

Posted in: Newspaper
Post count: 199

I want to use the “Load More” feature in the homepage, but I don’t want to lose hits! Is the feature tracked by analytics out of the box or should I do something about it?
Thank you in advance

Post count: 3343

Hi,
This is not support by out of box, the theme should be customized to catch the load more button. Sorry for the inconvenience!

Thanks for the message!

Post count: 780

Hi,

there where two people out of all of our clients that had problems with traffic. One of them did not use the same tracking code and experience a change in traffic pattern (the tracking probably used a different time interval for unique visitors). For the other one we did not find the cause but the site was a small site and we did not got analytic access to analyze it.

I take every SEO problem very serious and for each change or problem I study a lot to take the best decision. In general we are very heavily based on yoast’s guidelines https://yoast.com/ (from my opinion he is the best in wp seo).

You can paste your google ajax tracking code here: http://screencast.com/t/VEs3mJQ6

Radu O.

  • This reply was modified 12 years by Radu.
Post count: 199

Thank you for this! I added this code:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXXX-X']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

and the theme “breaks”!
It’s my first day with the new theme and I’ve lost approximately 9000-10000 of my average daily tracked visitors! Can you please tell me how to fix this issue?

Post count: 199

Any idea on this? I had to replace the load more with a button cause I was actually losing visitors from the tracking!

Post count: 854
Post count: 199

on version 6.X can you tell in which file i can put the code to track the load more

ga('send', 'load_more', 'clicked');

Post count: 1291

Hi,

Try to add it here – http://screencast.com/t/Ymp2DasaK31

Thank you!

Post count: 199

thank you emil. the “load more” has trached, but i want also to track and the “next-previous ajax” can you tell how?

Post count: 7909

Hi,

Here you can find the next/prev ajax pagination – http://screencast.com/t/NcLV0dR44nxhttp://screencast.com/t/Za1gBpkjSV

Thanks!

Post count: 199

i add the code here http://grab.by/IENY and here http://grab.by/IENW, but the “next, previous buttons” stops to work. any help?

Post count: 1291

Hi,

What error do you receive in the console? if you can’t find anything please let the code on and provide a link so i can take a look. That section if minified and it’s a bit complicated to see the cause, i’ve added it on our list for the next updates, we will disable the minification.

Thank you!

Post count: 199

Emil maybe i made a mistake on my first attempt. i do it again and all works fine. thank you for your help!!

http://grab.by/IIjU http://grab.by/IIk2

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.