google / openrtb

OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization
Apache License 2.0
398 stars 190 forks source link

valid adm content and dynamic banners. #124

Open borissmidt opened 6 years ago

borissmidt commented 6 years ago

Dear,

I apologize if this is not the right place for this issue.

The goal of our advertisement system is to serve dynamic creatives, where each creative can contain multiple products and with up to date prices the products.

But I've looked into the documentation of adX and the openRTB specification. But none of the documentations give a good example of what is allowed as adm content. The examples i found was "html snippet", "<script>...</script>", "<img src="rainbow.gif">"

But could i use an iframe in the adm field? like "<iframe src=https://google.com><iframe>" and the domain of the correct advertiser.

I still have an adx specific question, the creative id is marked as optional by the rtb standard, However the adx states that the response should contain a creative id and that each unique creative needs its own creative id.

Now i'm wondering if i have to validate every creative first before i can use the creative id. Or if i can just generate one by for example hashing the src url of the iframe without validating it? Since the buyers api only allows for a validation of 1000 creatives a day. But with creative banners we could have all possible combination of the products an advertiser is selling.

Kind regards, Boris Smidt