I am having trouble with my conversion script being read by Microsoft AdCenter.

2 replies
  • WEB DESIGN
  • |
I am doing ppc marketing on MSN AdCenter. Not all of the conversions that I am getting are being counted... My autoresponder had more leads than conversions being counted on AdCenter.

After someone opts-in with their name and email, they are taken to a page that redirects them to another page.

The re-direct page has this html code right before the MSN Adcenter conversion tracking script.

So here is how it looks:

The redirect script: <meta HTTP-EQUIV="REFRESH" content="5; url=http://www.mywebsite.html">

Then below the redirect script is the MSN Adcenter conversion code.

I think the script is not counting all of the conversions because the redirect
code is before the Adcenter script. I think the page redirects too quickly before Adcenter can count the conversion.

Any thoughts or ideas would be helpful?
#adcenter #conversion #microsoft #read #script #trouble
  • Profile picture of the author littlekid
    The redirect script: <meta HTTP-EQUIV="REFRESH" content="5; url=http://www.mywebsite.html">

    1. is that redirect url right? or maybe it's a typo?
    2. you should realize that after redirect script, browser never parse any code because the visitor will showed the next redirected page.
    so, you should place your MSN adcenter code to another html page.
    {{ DiscussionBoard.errors[2898830].message }}
    • Profile picture of the author StevenSaliba
      Originally Posted by littlekid View Post

      The redirect script: <meta HTTP-EQUIV="REFRESH" content="5; url=http://www.mywebsite.html">

      1. is that redirect url right? or maybe it's a typo?
      2. you should realize that after redirect script, browser never parse any code because the visitor will showed the next redirected page.
      so, you should place your MSN adcenter code to another html page.
      The re-direct code is correct. Where it says mywebsite.html, that is the page that the re-direct page sends a visitor to.
      {{ DiscussionBoard.errors[2899573].message }}

Trending Topics