This is a fantastic theme and is very high quality! Could you please explain how Google Analytics tracks a one-page site like: “Home v7: One Page Portfolio”? Does Google Analytics track visitor activity for the whole homepage, or, each Section/Element? Is there a way to set up the page so that each Section is tracked as though they were separate pages (maybe using the the “Section IDs)? Do you have any suggestions on how I could track individual Sections? Thanks for your help!! Mike.
Hi,
I don’t think that’s possible. Anyway, I’m not an expert on SEO so let me tag the rest of the support team.
Cheers,
Ismael
Hi,
Try this: add this code at the end of the functions.php file, it will create a [shortcode] which you can call in any page/post you want it, also, you can set the Analytics account id so you can track with different GA codes each page.
The code: https://gist.github.com/josueochoa/6420413 (copy and paste it)
The shortcode:
[customga id="UA-20657494"]
Regards,
Josue
Thanks! You guys are awesome! Question: Would you suggest creating a “child theme” with a new functions.php file when making this addition/modification? Thanks, Mike
Hi mhiller,
You could yes but for right now it would mean you would have to re-do the theme options you’ve already set up. So it will be a bit of a time investment.
Kriesi is working on migration tool for bringing parent theme options to a child theme to make the process easier but I created a tutorial on making a child theme if you want to give it a try: https://vimeo.com/channels/aviathemes/67221517
Regards,
Devin
Thanks Devin!!