Travel Supermarket Holidays White Label Search Widget

Written by Francesca Crowther on . Posted in Awin, General Promotions, Offers/Promotions, Promotion, UK

HOLIDAYS WHITE LABEL SEARCH WIDGET

Dear Publisher,

We are delighted to announce that we developed our first fully responsive & customizable Holidays White Label Search Widget which is now available to all our publishers on AWIN. The widget can be found in the “My Creative” section of the interface and the creative ID is 2291787.

For more information on how to implement the search widget please refer yourself to the below user guide:

Holidays Search Widget User Guide:

 

How to Implement the TravelSupermarket Holidays Widget

  1. Log into your AWIN publisher account
  2. Hover over “Advertisers” and click “My Programs”
  3. Click “TravelSupermarket”
  4. Click “My Creative” on the left
  5. Find creative with ID: 2291787
  6. Click “Copy Code” and paste into your website

The tag should look something like the below:

<!-- START ADVERTISER: TravelSupermarket from awin.com -->

<script language="JavaScript" src="http://www.awin1.com/cawshow.php?v=8734&s=2291787&q=351974&r=318857"></script>

<noscript>

    <iframe src="http://www.awin1.com/cawshow.php?v=8734&s=2291787&q=351974&r=318857&iframe=1" width="468" height="60" frameborder="0" border="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>

</noscript>

<!-- END ADVERTISER: TravelSupermarket from awin.com -->

In order to make colours and text customizable, you must insert the below script tag above the AWIN tag and then change the colours and text to whatever you wish:

 

<script>
var bgColor = '123456',
btnText = 'Hello World',
headText = 'Look for your ideal holiday now',
highlightColor = '123414',
headTextColor = '123414';

        lblTextColor = '123414';
</script>

Note: The colours are in hex code, not including the # hash.

 

So now with the customizable script tag in place, the tag should look like the below:

 

<!-- START ADVERTISER: TravelSupermarket from awin.com -->

<script>
var bgColor = '123456',
btnText = 'Hello World',
headText = 'Look for your ideal holiday now',
highlightColor = '123414',
headTextColor = '123414';

        lblTextColor = '123414';
</script>

<script language="JavaScript" src="http://www.awin1.com/cawshow.php?v=8734&s=2291787&q=351974&r=318857"></script>
<noscript>
<iframe src="http://www.awin1.com/cawshow.php?v=8734&s=2291787&q=351974&r=318857&iframe=1" width="468" height="60" frameborder="0" border="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</noscript>

<!-- END ADVERTISER: TravelSupermarket from awin.com-->