To add the full page ad to your web site (as shown when first loading this web page) just copy-and-paste the
highlighted code into the
<body>
of the home page (or any other page for that matter) of your Web site.
<script src="http://www.countingopinions.com/survey/surveyAdPage.js?id=" id="surveyAdPromo" type="text/javascript"></script>
Note:
- This code (above) will not work unless placed between the <body> and </body> tags in your web page
and not within any other tags. The best locations are right after the <body> tag -- or -- just
before the </body> tag.
- Replace the URL (in bold above) with the correct start page (URL) for users wanting to respond to the survey.
Click here for an example that appears randomly approximately every 10th time you load the page.
In addition to passing the URL of your choice, you can also specify the
ad graphic to be displayed. To do this, you must create an image and save
it on your web site. Then you must specify the URL for your graphic image files as in the example below.
<script src="http://www.countingopinions.com/survey/surveyAdPage.js?id=&ad=http://www.countingopinions.com/survey/ad.jpg&to=15&p=10" id="surveyAdPromo" type="text/javascript"></script>
For best results ...
- The Ad graphic image (&ad=) should be 720 pixels x 480 pixels
- The Time Out setting (&to=) defaults to 15 seconds (the
parameter only works with integer values)
- The Presentation frequency setting (&p=)
defaults to p=10 meaning that it randomly presents the Ad
approximately 1 out of every 10 times the page is loaded. Set p=1 to
show on every page load.