• Hi,
    There is opportunity to put 2 different analytics codes in the plugin ?
    I tried to put two scripts inside but only 1 google analytics tracking code get and collect data of instant articles.
    Please help me. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nlinili

    I’m not 100% sure if this is a limitation from Facebook or not, have you tried the below?

    To track data for two separate properties, you need to create two separate trackers, and at least one of them must be a named tracker(default name). The following two commands create a default tracker and a tracker named “clientTracker”:

    
    ga('create', 'UA-XXXXX-Y', 'auto');
    ga('create', 'UA-XXXXX-Z', 'auto', 'clientTracker');
    

    source: Working with multiple trackers

    Thread Starter nlinili

    (@nlinili)

    Hi @huthayfa. nice. i will try it.
    is that what should i need to put in the wordpress plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 scripts codes ?’ is closed to new replies.