Mariana Tek's mobile app enables you to serve targeted advertising banners. With Mariana Tek you can host an ad server, allowing you to programatically target user segments.
The "Your Ad" form allows you to demo an example of a live ad server. We'll look at an example of two segments: default users and VIP users.
Serve ads in your app by folowing the steps below:
{
"user_id": "123",
}
And returns the following JSON response format (this example returns 2 ads):
{
"primary_cards": [
{
"image_url": "https://link/to/your/image",
"redirect_url": "https://link/to/your/landing/page"
},
{
"image_url": "https://link/to/your/image",
"redirect_url": "https://link/to/your/landing/page"
}
]
}