Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does doubleclick support openRTB?

Tags:

ads

does DoubleClick exchange support openRTB protocol?

like image 970
ulkas Avatar asked Dec 20 '22 02:12

ulkas


2 Answers

Google Ad Exchange uses protobuf over HTTP Post and has it's own models. However, they've now released openrtb-doubleclick that will allow you to easily convert their requests to standard OpenRTB ones and vice versa.

If using maven you can use

    <dependency>
        <groupId>com.google.doubleclick</groupId>
        <artifactId>doubleclick-openrtb</artifactId>
        <version>0.6.5</version>
    </dependency>
like image 51
Crystark Avatar answered Feb 16 '23 02:02

Crystark


No. AdX has its own version of RTB protocol based on protobuff.

like image 24
nab Avatar answered Feb 16 '23 02:02

nab