I have installed OpenX ad server to my domain www.mydomain.com/openx. It works great, but now I want to use these ads in my iOS app. I use OpenX iOS SDK (http://www.openx.com/mobile/sdk-downloads).
My main problem is that I don't know sure what to put in these parameters:
[self.adBanner setDomain:@"www.mydomain.com/openx" portraitAdUID:@"" landscapeAdUID:@""];
What means ADUID?
It is an "Ad Unit ID". From the OpenX documentation:
You need to set up the ad unit in your admin view of your ad server installation, then copy the assigned ad unit ID to your code in the
portraitAdUID
andlandscapeAdUID
arguments.