Viewing 1 replies (of 1 total)
  • Plugin Author OzTheGreat

    (@ozthegreat)

    Hi @buzzwebzine,

    I’m not that familiar with global site tag I’m afraid. With normal GA you can just set the params like thus:

    ga('set', 'campaignSource', 'Facebook');
    ga('set', 'campaignMedium', 'Social Instant Article');
    ga('set', 'title', 'FBIA: '+ia_document.title);

    A brief look around the internet and this article suggests the same can be done with gtag, try adding this before your final gtag(‘config’, ‘UA-XXXX’); script.

    gtag('set', 'page_title', 'Instant Articles: '+ia_document.title);

    I hope that helps!!

    All the best

Viewing 1 replies (of 1 total)

The topic ‘Google analytics source’ is closed to new replies.