• After upgrading to WP 3.0.1, I discovered I’d a problem with showing some old and also some new Ads from within Advertising Manager 3.4.19. The ads which didn’t show, I did want to delete them, but after deleting them, they all came back after a few moments. I did also try to delete the Ads directly in the database record from Advertising Manager, but then also the deleted Ads came back after a while.

    When searching on the internet I did found several topics on the same delete problem. In fact there are two problems:
    1. Inserting an Ad with “to many” qoutes or wrongly placed single or double quotes, gives a problem with showing and deleting the Ad.
    2. Delete an Ad and it still comes back after a few moments.

    For the showing problem I did not find any solution, but for deleting I did. At least when you are also using W3 Total Cache!
    I’ll try to explain the advanced solution and make sure when u’re trying to have a db backup, or for at least a backup of the Advertising manager record(s).
    1: Clear all W3 Total Caches;
    2: Disable W3 Total Cache;
    3: Try to delete the desired Ad(s) in Advertising Manager List;
    4: Use CTRL + F5 to give a hard refresh for the Advertising Manager List;
    5: Check the Advertising Manager List if the Ad(s) are realy deleted and if they are deleted u’re lucky and finished… otherwise check further for the advanced instructions;

    — ADVANCED —
    6: So… the Ad(s) are not deleted. The Same ads are probably also not showing in frontend because of quote problems.
    7: Login PHPMyAdmin and browse to the desired database if you are using more than one database;
    8: Browse the wp_options table;
    9: Look for a record with option_name “plugin_advman” and Edit this record. Be carefull because a mistake can delete all of you’re ads or your ads are not showing anymore!
    10: There will be al lot of technical details, but look for your “problem” Ad name, which is something like this:

    s:4:”name”;s:22:”NAME OFF YOUR OWN AD

    When found, look a bit further for something like:

    “adformat”;s:6:”468×60″;s:4:”code”;s:304:”<script type=”text/javascript”><!–
    google_ad_client=”{{account-id}}”;
    /* Banner 468×60 */
    google_ad_slot=”{{slot}}”;
    google_ad_width={{width}};
    google_ad_height={{height}};
    //–>
    </script><script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script>”;s:9:”revisions”

    In this example there is used a google adsense code, but in your own case there is standing something else.
    11: Now change the amount of 304 to 4 and change the ad code, so there comes something like this (don’t forget the 4 stands for amount of AD characters)

    “adformat”;s:6:”468×60″;s:4:”code”;s:4:”TEST”;s:9:”revisions”

    12: And click “GO” in PHPMyAdmin. now you have made a change for one “problem” Ad;
    13: Keep PHPMyAdmin open because the same advanced steps from point 6 and up are needed sometimes more then once!
    14: Go to your WordPress Advertising Manager List and delete that one Ad from the list. Also click back to WordPress dashboard and back to Advertising Manager List to see if the Ad is corecly deleted… If not, go back to step 6 and try the steps again.

    For some kind of reason the Ad revisions can make you do the steps over and over again, until there is no revision left and the Ad is realy deleted from withing the Advertising Manager List. The best solution is to do these steps for one Ad at the time.

    When you cleaned up your Advertising Manager List of “problem” ads, you can use Advertising Manager completely again and Enable W3 Total cache again! But be careful with adding new possible problem ads with a lot of quotes.

    Hope this solution can help you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi eggiethoorn

    Thanks for this information–it helped fix my problem. I have a multi-author blog, so AdSense code from different authors is constantly rotating.

    Is there anyway for me to activate my W3 Total Cache again and have it not interfere with ad serving. It just stinks if I lose all my site loading effeciencies.

    Thread Starter egiethoorn

    (@egiethoorn)

    Jacob,

    When your site gets sometimes more than 1000 users per hour, than I can’t think of any other solution and you are getting also the risk of loosing all your ads (this happend to me for several times at peak times with more than 200 unique users per second).

    When your site does get about 2000 users per day, you can try to shorten the cache time and see if this helps. You can also look at your hosting platform and max MEMory usage.

    The only real solution is probably to get or make the plugin using his own database tables instead of using standard WP tables.

    Are you using object caching or database caching? If so, please disable and re-test.

    Thread Starter egiethoorn

    (@egiethoorn)

    🙂

    If caching is disabled all the time, then there is no problem with deleting… site speed is the only problem then… so caching must be enabled with Total Cache.

    But what will be the best solution to use caching withou any ad problems?

    I’m not familiar with that plugin, it would be nice if the plugin author could help debug?

    Seems the developer hasn’t been on the forums in nearly a year: http://wordpress.org/support/profile/switzer

    Also he noted on his blog as of 26 July 2011 that this plugin is now unsupported by him: http://www.switzer.org/day/2011/07/26/

    I’m also having problems with it and W3 Total Cache.
    You are on your own folks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Advertising Manager – W3 Total Chache] Solution Delete Ads problem’ is closed to new replies.