Getting domain data and portrait_id and landscape_id for openX

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> enter image description here.

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.

+2
2

, portraitID, landscapeID OpenX . !

0

http://docs.openx.com/sdk/ OpenEx Enterprise Ad Server.

OpenX PHP- Openx Source Ad Server.

openx-2.8.11 Revive-Adserver (http://www.revive-adserver.com/releases/revive-adserver-3.0.0.zip), Mobile SDK.

OpenX Enterprise -

Revive Ad Server ( OpenX) -

Objective-C (, , )

mAdserv -

mAdserv, SDK Android iOS.

SDK Open Source.

sdk

0

Source: https://habr.com/ru/post/1537827/


All Articles