// Create third party redirect ad.
ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd();
thirdPartyRedirectAd.setName("Example third party ad #" + System.currentTimeMillis());
thirdPartyRedirectAd.setUrl("http://www.example.com");
thirdPartyRedirectAd.setDimensions(new Dimensions(300, 250));
// This field normally contains the javascript ad tag.
thirdPartyRedirectAd.setSnippet("<img src=\"http://goo.gl/HJM3L\"/>");
// DoubleClick Rich Media Expandable format ID.
thirdPartyRedirectAd.setCertifiedVendorFormatId(232L);
thirdPartyRedirectAd.setIsCookieTargeted(false);