Hi,
I am integrating adx ads inside my android app
In my ADX platform i am setting a DFP key-value rule to my ad unit
My question is how can i pass DFP key value to my ad request?
This is how its done with DFP SDK for example:
final PublisherAdRequest adRequest = new PublisherAdRequest.Builder() .addCustomTargeting(KEY, VALUE) But for ADX the SDK corresponded is AdRequest - the problem is that ad request dont have the addCustomTargeting method