Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Tracking Codes are empty in my Analytics Report

Avatar

Level 1

I'm troubleshooting an issue with a website that is getting data, but no tracking codes or campaigns in the report suite.

This is what my tracking code looks like.

<script language='JavaScript' type='text/javascript'>

s.pageName='Home' //Page Name

s.server='Primary' //Primary or Failover

s.channel='' //Category Name if applicable

s.pageType='' //Set to errorPage on 404

//s.prop1=''

//s.prop2=''

//s.prop3=''

//s.prop4=''

//s.prop5=''

/* Conversion Variables */

s.campaign='testing123' //CID

//s.state=''

//s.zip=''

//s.events=''

//s.products=''

//s.purchaseID=''

//s.eVar1=''

//s.eVar2=''

//s.eVar3=''

//s.eVar4=''

//s.eVar5=''

var s_code=s.t();if(s_code)document.write(s_code)//-->

</script>

The documentation indicates that I should see testing123 as a tracking code in the report Conversion > Campaigns > Tracking Code but I've waited 24 hours and it still says no data.   All of the other parameters come through fine.    Do I need to enable this feature somewhere or is there a setting I may be overlooking?

1 Accepted Solution

Avatar

Correct answer by
Level 1

This was my fault in configuring the report, the data is there but I had the wrong metrics attached to it.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

This was my fault in configuring the report, the data is there but I had the wrong metrics attached to it.