Installing tracking code after opening tag

Permalink
Installing tracking code after opening <body> tag - Can this be done easily on Concrete5?

Does anyone know how to do this?

Thanks

 
JohntheFish replied on at Permalink Reply
JohntheFish
Simply paste the tracking codes into the dashboard at:
yoursite.com/dashboard/system/seo/codes

C5 will then insert the codes for you.
Affinty replied on at Permalink Reply
Thanks for the reply.

The code I need to put in has to go in a specific place, doesn't the method your suggesting just put the code in headers and footers?

Thanks
JohntheFish replied on at Permalink Reply
JohntheFish
Yes.

In that case you will need to do one of
- put it in an html block (for in the doc body)
- create a special to purpose block (for in the doc body or header/footer, in amongst scripts and styles)
- use the header extra content attribute (for inside the header, amongst the c5 parts)
- modify your theme header (for in the header outside of the c5 parts and you control where)
- override the c5 header (for in the header in amongst the c5 parts and you control where)
JohntheFish replied on at Permalink Reply
JohntheFish
The document body tag is usually opened at the bottom of the theme header element.
Affinty replied on at Permalink Reply
Cheers John, I appreciate the help!