AdSpirit supported extradite the use of NativeAds specification of the IAB to Native Ads via OpenRTB. Here are a few settings are required on publisher side and on Advertiserside.
A OpenRTB Native Ad to connect publisher ad space type RTB Native Ad must be created. The size of the advertising space is in principle no matter, but must match the size of the data that will be advertising medium. In addition, an HTML template must be created in which the data can be entered. Example:
%template{upload=1}:Bild-URL%
%template{max=25|htmlentities=1}:Überschrift%
%template{max=20|htmlentities=1}:Webseite%
%template{max=90|htmlentities=1}:Text%
%convert-template-to-var%
%native-response-asset%[
{"default_link":"%macro:urlredirect%"},
{"default_viewpixel":"%macro:viewredirect%"},
{"title":"%macro:template_Überschrift%"},
{"data":{"type":"2","label":"","value":"%macro:template_Text%"}},
{"data":{"type":"11","label":"","value":"%macro:template_Webseite%"}},
{"img":{"type":"3","url":"%macro:template_Bild-URL%","w":"60","h":"60"}}
]%/native-response-asset%
The above example defines an asset with three data fields: One title with a maximum of 25 characters, a text with a maximum of 90 characters and a picture in the format 72x60. It is also about ext> convert defines what to do with the three assets, more specifically, in which variable data is to be written.