We trying to pass user-agent as custom parameter to DFP on iOS and faced with two issues.
User agent contains parentheses ()
1. We urlencode custom parametrs and pass them to cust_params and then -[IMAAdsRequest initWithAdTagUrl:adDisplayContainer:contentPlayhead:userContext:]. But in http request from sdk parentheses not urlencoded.
2. Params with parentheses not forwarded to third party ad networks.
Can you help with this?