Adwords Conversions

Post here if you cannot find a better category
Post Reply
colnrita
Posts: 24
Joined: Sat Dec 14, 2013 7:07 am

Has anyone discovered a way of identifying which beds24 bookings represent conversions from their Adwords (Google) advertising? Adwords seem to loose the thread as soon as the customer presses the "book" button on the beds24 page within my site's iframe. There is a code snippet <p><a href="https://www.beds24.com/booking2.php?pro ... er=iframe/" title="Book Now">Book Now</a></p> between my site's <iframe> tags which doesn't seem to appear on the page render; I am wondering what it is for, and whether it can be edited to achieve the desired effect.
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

colnrita wrote:Has anyone discovered a way of identifying which beds24 bookings represent conversions from their Adwords (Google) advertising? Adwords seem to loose the thread as soon as the customer presses the "book" button on the beds24 page within my site's iframe.
You could craft a special landing page for your adwords visitors which contains the iframe with a special referer value in the iframes src url. (i.e. src="https://www.beds24.com/booking2.php?pro ... er=adwords") This will store any resulting booking with the referer parameter = "adwords"

You can also include google tracking scripts in the head of the Beds24 booking page which may show up in your google conversion tracking if you can get them to work cross domain, i.e. on your site and on beds24.com

colnrita wrote: There is a code snippet <p><a href="https://www.beds24.com/booking2.php?pro ... er=iframe/" title="Book Now">Book Now</a></p> between my site's <iframe> tags which doesn't seem to appear on the page render; I am wondering what it is for,
This will appear as a link to your booking page in any browser that does not support or cannot show an iframe.
Post Reply