AdSense Analytics linking

Posted in: Newspaper
Post count: 12

Hi
We have multiple adsense and analytics accounts under the same login. accordingly to correctly match up our adsense data to our analytics data there needs to be some modifications made to the way the adsense code is generated through your system.

Whilst we have included the necessary coding in the ads module in the theme panel, however this is not translating to on the page.

Below is the coding change required – need to insert data-analytics-uacct = “UA-XXXXXXXXXXX” can you advise how to implement this

 <script type="text/javascript">var td_screen_width = document.body.clientWidth;

                    if ( td_screen_width >= 1200 ) {
                        /* large monitors */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-XXXXXXXXXXX" data-ad-slot="XXXXXXXXXXX" data-analytics-uacct = "UA-XXXXXXXXXXX"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }
  • This topic was modified 12 years by the fizz.
Post count: 12

i have been able to resolve this issue – thanks any way
please close this thread

Post count: 780

Hi,

thanks for reporting this, I’ve added this to our todo list so that other users can easily link the ads to adsense.

Radu O.

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