Viewing 3 replies - 1 through 3 (of 3 total)
  • The section that you are referring to is looking to see if you have any analytics plugins installed.

    There is a checkbox below that says “Enable Custom Embed Code”. Check that and there will be a textarea to add your analytics code. You do not need to add the “op-tracker” code around it. The plugin will generate that for you before posting it to instant articles.

    Looking at this article:
    How to track content Statistics for Facebook Instant Articles with Google Analytics I have tried this code:

    <script>
                (function (i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function () {(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),                         m=s.getElementsByTagName(o)0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-   analytics.com/analytics.js','ga');
                ga('create', 'ANALYTICS ID', 'auto');
                ga('require', 'displayfeatures');
                ga('set', 'campaignSource', 'Facebook');
                ga('set', 'campaignMedium', 'Social Instant Article');
                ga('send', 'pageview', {title: 'POST TITLE'});
            </script>

    which results in

    <figure class="op-tracker">
        <iframe hidden>
            <script>
                (function (i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function () {(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),                         m=s.getElementsByTagName(o)0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-   analytics.com/analytics.js','ga');
                ga('create', 'ANALYTICS ID', 'auto');
                ga('require', 'displayfeatures');
                ga('set', 'campaignSource', 'Facebook');
                ga('set', 'campaignMedium', 'Social Instant Article');
                ga('send', 'pageview', {title: 'POST TITLE'});
            </script>
        </iframe>
    </figure>

    (obviously using my ANALYTICS ID)
    but I’m not seeing any data in GA. Has anyone got this, or another method of tracking in GA, working?

    Cheers

    No, I already told Matt to stop with FIA. It is a waste of time, we have been using it since April 19th and we are going back to not using it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Analytics Integration?’ is closed to new replies.