DoubleClick
From Mocean Mobile Wiki
Working with DoubleClick/DFP:
If your publishers are on DART and wishes to serve ads from your Mocean Mobile powered network.
Best way to set this up is to use a 'Mobile Display' Creative type, and include mOcean's URL in the custom profile (see screenshot below).
You can select 'Mobile Ad Network' creative type, and select a 'New Generic Ad Network' name from the drop down menu.
Here is how the URL would look like: http://ads.mocean.mobi/ad?site=9489&zone=19942&key=7&type=3&count=1
You can replace site/zone above for other publishers on Dart.
type = 3
Type of ads to be returned (1 - text, 2 - image, 4 - richmedia ad). You can set different combinations with these values. For example, 3 = 1 + 2 (text + image), 7 = 1 + 2 + 4 (text + image + richmedia) and so on. Default value is ’-1’ that means any type of ads can be returned. NOTE: This parameter only works for direct campaigns, not on ad feeds!
key = 7
If an ad is available, ad will be returned to DFP under the SUCCESS response format:
<?xml version="1.0" encoding="UTF-8"?> <adresponse status="SUCCESS">AD TAG HERE</adresponse>
If ad is not available, we will send the following to DFP:
response:
<?xml version="1.0" encoding="UTF-8"?> <adresponse status="NO_MATCHING_AD_FOUND"></adresponse>

