String htmlSnippet = "<a href='%%CLICK_URL_UNESC%%%%DEST_URL%%'>" + "<img src='%%FILE:IMAGE_ASSET%%'/></a><br>Click for great deals!"); CustomCreative customCreative = new CustomCreative(); customCreative.setHtmlSnippet(htmlSnippet);
// Set the custom creative image asset. CustomCreativeAsset customCreativeAsset = new CustomCreativeAsset(); customCreativeAsset.setMacroName("IMAGE_ASSET"); customCreativeAsset.setAssetByteArray(/* Byte array from image. */); customCreativeAsset.setFileName( String.format("image%s.jpg", System.currentTimeMillis())); customCreative.setCustomCreativeAssets( new CustomCreativeAsset[] {customCreativeAsset});