Forum Moderators: skibum

Message Too Old, No Replies

How to deliver Intersitial ads

         

jsprague

1:55 am on May 20, 2005 (gmt 0)

10+ Year Member



Hello,

Due to the number of people using popup blockers, we are about to lose a huge chunk of ad revenue. (Incedentally, they we run 1 popunder that is only shown once per session - didn't want you to think we are one of the junk dealers).

Anyway, I have realized that we have to abandon this method of advertising and intersitials may be the answer that will allow us to keep our advertiser.

The problem is that I am clueless as to how to implement these and I was wondering if anyone can tell me how to deliver them. Our ad management software does not do this and I have no idea where to start.

Thanks!

jsprague

11:51 pm on May 23, 2005 (gmt 0)

10+ Year Member



Anybody have any ideas? Thanks...

tresmom5

2:37 pm on May 26, 2005 (gmt 0)

10+ Year Member



Fastclick has interstitials. I am looking into figuring out how to do this on our site as well. Haven't looked too hard though. Sorry, not much help.

castar

1:10 am on May 27, 2005 (gmt 0)

10+ Year Member



The interstitials at FastClick pay well too.

jsprague

1:46 am on May 27, 2005 (gmt 0)

10+ Year Member



Thanks for the replies.. We are actually trying to figure out how to run our own. I am guessing that it will require some sort of software package to do this.

bjseiler

1:37 pm on May 27, 2005 (gmt 0)

10+ Year Member



I think you might be able to do them through phpadsnew.

cellularnews

2:21 pm on May 27, 2005 (gmt 0)

10+ Year Member



Fastclick seems to be very good at defeating pop-up blockers, so switching to them could help significantly.

[edited by: rogerd at 5:59 pm (utc) on May 27, 2005]
[edit reason] No URLs, please... [/edit]

jsprague

2:43 pm on May 27, 2005 (gmt 0)

10+ Year Member



Thanks again for the replies..

We just abandoned PHPAdsNew.. It is way too clunky and confusing to use. But you are right when you say that it can do that. I think I will need to work with the author of our new software and see if they can add this feature.

I don't think forcing popups is an option. I have read countless posts from people who have tried it and it didn't go well and many posts from angry people who have been exposed to this.

Personally, I believe that if someone visits our sites (which are very content rich and completely free) they should have to deal with whatever advertising we choose to deliver. On the other hand, I am too beaten down and don't want to deal with the headaches and lost visitors.

ronin

1:11 am on May 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You could create interstitials really easily with javascript.

When a visitor browses to a new page the script can run a random number routine and x percent of the time redirect forward to the interstitial page. Then the interstitial page itself can have a history (-1) link which goes back to the page which the visitor was originally intending to visit.

This has an added advantage in that if the visitor uses the back button from the page they eventually land on, they will not pass through the interstitial page (which could be annoying), they will simply go back to the page before.

The setup is like this:

Page 1 -> Page 2 with script -> Interstitial

But the visitor experiences:

Page 1 -> Interstitial -> Page 2

jsprague

1:28 am on May 28, 2005 (gmt 0)

10+ Year Member



Thanks for the info.. I will look into that!

Mr_N

8:12 am on Jun 10, 2005 (gmt 0)

10+ Year Member



You could create interstitials really easily with javascript.

When a visitor browses to a new page the script can run a random number routine and x percent of the time redirect forward to the interstitial page. Then the interstitial page itself can have a history (-1) link which goes back to the page which the visitor was originally intending to visit.

This has an added advantage in that if the visitor uses the back button from the page they eventually land on, they will not pass through the interstitial page (which could be annoying), they will simply go back to the page before.

The setup is like this:

Page 1 -> Page 2 with script -> interstitial

But the visitor experiences:

Page 1 -> interstitial -> Page 2

I'm looking into the possibility of interstitials as well, and I'm not to sure how well this would work for a larger site. What happens when an old in-house campaign ends, and one wants to replace it with a new campaign? Having to go in and manually change 10,000 pages with javascript code on it could take a while. Using ad management software that can handle interstitials would make the most sense in this situation. As such, is there any non-clunky, non phpnews software out there that is up to the task, and costs less than $1,000?

MrSpeed

1:47 pm on Jun 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm curious. When would you like to display the intersitial?
--Whenever they enter your site
--Whenever they leave your site
--Whenever they browse to a new page on the site.

ronin

12:10 am on Jun 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Having to go in and manually change 10,000 pages with javascript code on it could take a while.

Yes, it would take a while, I agree - though arguably a global search and replace tool would make short work of it. But, in any case, I suggested a solution which would only require having to change a single page.

jsprague

12:47 am on Jun 14, 2005 (gmt 0)

10+ Year Member



As such, is there any non-clunky, non phpnews software out there that is up to the task, and costs less than $1,000?

I did discover that phpadsnew does them, but I can understand why nobody would want to use it.. It is really poorly designed from a navigation and useability standpoint.

I switched from that to AdPeeps, which is a really good and affordable ad manager. Unfortunately, I don't think it supports interstitials, but I am going to double-check with the company and see for sure.

CannonFodder

5:19 am on Jun 14, 2005 (gmt 0)

10+ Year Member



About the 10,000 page changes. Try programming a little with PHP and using includes as part of the site design. We use an include for all of our ads, that way if we need a change, login, copy paste the changes, save and instant change to our ~34K pages.

Of course an ad server like PHPAdsNew or their somewhat different (better?) version, MaxMedia Manager, would do this in a better fashion.

Dan

rainydazed

7:22 am on Jun 14, 2005 (gmt 0)

10+ Year Member



One of the more popular pages on my site is actually three pages long, and I've got the intersitial ad set so that it shows after the visitor clicks on any link on Page Two. No complaints so far, and my FastClick has gone up enough to make up for "summer vacation".