Support » Plugins » [Plugin: Ad-minister 0.6] WP 2.7 Tracker Url Fix

  • Resolved xcded

    (@xcded)


    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(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter xcded

    (@xcded)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Ad-minister 0.6] WP 2.7 Tracker Url Fix’ is closed to new replies.