HI
Is anyone using CPV lab in wordpress? The campaign url is tracking fine, my question is how do I track visitors to come in without using the campaign url. I know someone said that I have to do the step2b process within cpvlab and I want to see where is the best place to place the code and if it should go right after step2 code. Where do you guys place the code in your wordpress template? Header.php, Footer.php, where do you recommend?
Also, if a visitor comes in your wordpress post/lander without using the CpvLab Campaign Url, in another words comes in via original url, will the CpvLab landing page offer code (base2.php) work?
If anyone can answer the top questions, I would greatly appreciate it. Support for Wordpress and CPVlab implementation is limited. Thank you.
Yes its the step 2 code, and you can place it right before </body>
One way to make it work is create a new template for your wordpress page and just hardcode the content (only for this page). I remember doing this when I wanted some of my wordpress pages to be just static.
And I think if you place the tracking code in header.php or footer.php where the content is dynamic it will appear all over the place. Giving you false views.
I don't know there is probably an easier way, but this is one way to do it.