View Single Post
Old 08-22-2014, 02:42 PM  
CaptainHank
Confirmed User
 
CaptainHank's Avatar
 
Industry Role:
Join Date: Mar 2013
Posts: 139
Here are some details about the new features to help you gain full control over how your popunders are triggered:

1. Class targeting.
You now have the option to trigger the popunder only on the links with a specific class. To do this, add this parameter to your javascript code: ?popunderClass=myClass (where "myClass" is the class you are targeting).

Example code:
<script type="text/javascript" src="hxxp://traffdaq.com/delivery/popunder/2/?popunderClass=myClass"></script>

2. ID targeting.
Similar to the class targeting, this will allow you to target only a specific ID in your HTML page. You just need to add the following parameter to the JavaScript code: ?popunderId=myId (where "myId" is the id you are targeting).

Example code:
<script type="text/javascript" src="hxxp://traffdaq.com/delivery/popunder/2/?popunderId=myId"></script>

3. Frequency limiter.
You can also decide how frequently the popunder will be triggered. If you want to fire the popunder once in every 2 pages that are loaded, all you have to do is add the following parameter to the JavaScript code: ?popunderFrequency=2

Example code:
<script type="text/javascript" src="hxxp://traffdaq.com/delivery/popunder/2/?popunderFrequency=2"></script>

Combining limitations for full control:
You can also combine class or ID targeting with frequency to get the desired behaviour.

Example code:
<script type="text/javascript" src="hxxp://traffdaq.com/delivery/popunder/2/?popunderClass=myClass&popunderFrequency=2"></script>


P.S.: If this sounds too complicated, just install the simple version of the script and come back to this page when you need it.
__________________
TRAFFDAQ.com Sell, Buy, Trade & Multiply Your Traffic
CaptainHank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote