I just downloaded the OpenX android sdk and tried to point it to the domain which was created locally but looks it isnt working fine for me.
The OXMAdBanner in the layout looks something like :
<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 fo i get the domain, portrait_id and landcape_id details for the server configured locally.
If i hit this Url in browser http://dev.com/openx/www/images/ (url modified) i can see the list of images as per the below image
.
Any pointers on what am i doing wrong here or how do i get the details of the domain/portrait_id/lanscape_id.
Note : - I have not modified the activity which comes in default with the OpenX sdk sample project.