I just downloaded OpenX android sdk and tried to point it to a domain that was created locally, but it looks like it works fine for me.
OXMAdBanner in the layout looks something like this:
<com.openx.ad.mobile.sdk.views.OXMAdBanner
android:id="@+id/Advertisment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|center_vertical"
domain="http://dev.com/openx/www/images/"
portrait_id="137298"
landscape_id="138660"
change_interval="10000" />
My question is how to get the domain, portrait_id and landcape_id data for a locally configured server.
If I hit this URL in the browser http://dev.com/openx/www/images/ (url changed), I can view the list of images according to the image below <w>
.
Any pointers to what I am doing wrong here or how to get domain information / portrait _id / lanscape_id.
Note. - I did not change the activity that comes by default with the OpenX sdk sample project.