Search code examples
html-emailadvertisement-serverdouble-click-advertising

How can I serve ads in an email newsletter via Double-Click for Publishers?


I'm serving ads via Double-Click for Publishers Small Business, and wish to include the ad in an HTML newsletter. DfP's support site says "ad serving to newsletters is not officially supported by DoubleClick".

How can I get DfP to work within an email newsletter?

A complication is that users may be using an ad blocker, which would allow the ad to display within their email client, but wouldn't allow the user to click through to the ad.


Solution

  • I ended up using DfP with the approach suggested at https://stackoverflow.com/a/16764513/906814

    Had the same problem and I solved it by using script to redirect click via script on my web server where ad is shown again so that all the cookies can be set.

    This may fail if the user is running AdBlock, so I added the checks detailed at http://thepcspy.com/read/how_to_block_adblock to display an error message when that occurs.