Knowledgebase & Documentation
Our documentation is the best way to get immediate answers and guidance. We also provide numerous references for the more advanced features and functionality such as the CMS and the API.
Promotions Links, Banners, and Widget
PAS provides several different ways for you to announce the current monthly promotions on your website.
Links
Basic Link
To link to the Promotions page on your PAS site using a text link, add the following to the page you’d like to link from:
<a href="{{ tld }}/promotions/promotions.html">LINK TEXT</a>
Banners
We offer free banners to help publishers advertise the montly promotions. The banners are updated on a monthly basis and can be found in the monthly promotions thread. Once you’ve added a banner to your site, it will automatically update on a monthly basis.
Banner example:
To link to the Promotions page on your PAS site using a banner link, copy/past the desired banner html:
Typical 500x90
<a href="{{ tld }}/promotions/promotions.html"><img src="{{ tld }}/images/promos/promos-500x90.gif" border="0"></a>
Typical 120x600
<a href="{{ tld }}/promotions/promotions.html"><img src="{{ tld }}/images/promos/promos-120x600.gif" border="0"></a>
Promos Plus (includes Cake, Party, Tower) 500x90
<a href="{{ tld }}/promotions/promotions.html"><img src="{{ tld }}/images/promos/promosplus-500x90.gif" border="0"></a>
Promos Plus (includes Cake, Party, Tower) 120x600
<a href="{{ tld }}/promotions/promotions.html"><img src="{{ tld }}/images/promos/promos-120x600.gif" border="0"></a>