For a correct %TRACKER% url:
You must edit the plugin file -> ad-minister-functions.php
Go to line: 445 and comment the line.
<?php //$page = get_page_link(); ?>
For a correct %TRACKER% url:
You must edit the plugin file -> ad-minister-functions.php
Go to line: 445 and comment the line.
<?php //$page = get_page_link(); ?>
Hi. I'm trying to use the tracker in swf banners and gif or jpg banners but I don't know how to implement it.
Can you post an example of this for both cases?.
Thanks in advance.
Sorry for delay...
Just put the URL to redirect followed by "%TRACKER%" in href attrubute for a link tag. Ad-minister will replace this with the appropiate link for that ID content.
Example:
<a href="%TRACKER%http://www.wordpres.org/">Link to wordpress.org</a>
Depend on the ID that the Ad-minister content have (for example "1"), the output will be:
<a href="http://www.yourwpsite.com/?administer_redirect_1=http://www.wordpres.org/">Link to wordpress.org</a>
I hope this will be useful.
You must log in to post.