API Reference

Get an ad by ID

Log in to see full request history
Body Params
string
required

The ID of the ad to retrieve.

Responses

Response body
object
ad
object

The retrivied ad data

string

The unique identifier for the ad.

string

The title of the ad.

string

The description of the ad.

redirectUrls
array of objects

The URLs per platform to redirect when the ad is clicked.

redirectUrls
object
string

The URL to redirect when the ad is clicked.

string

The name of the URL.

string

The platform ID of the URL.

string

The icon URL for the specific link on the platform.

previewBinaryUrl
object

The preview binary URL of the ad.

binaryUrl
object

The ad binary URL of the ad.

boolean

Indicates whether the ad is active.

time
object

The time configuration for the ad. The 'start' and 'end' are used currently to determine if the ad is available.

tags
array of strings

The tags associated with the ad.

tags
random
object

The random configuration for the ad. Later we will rather use the AdCampaigns settings to determine if an ad is fetched or not.

number
1 to 2147483647

Absolute limit of the ad views.

number
-1 to 2147483647

The limit of the ad views per user. -1 means no limit.

string

The type of the ad. Possible values are 'banner' and 'fullscreen'.

banner fullscreen

string

The size configuration for the ad. Possible values are:

  • medium_rectangle - 300x250 pixels
  • large_rectangle - 336x280 pixels
  • leaderboard - 728x90 pixels
  • skyscraper - 120x600 pixels
  • wide_skyscraper - 160x600 pixels
  • hd - 1920x1080 pixels
  • hd_portrait - 1080x1920 pixels

medium_rectangle large_rectangle leaderboard skyscraper wide_skyscraper hd hd_portrait

number

The current view limit of the ad. This field serves as a counter for the ad views.

number

The counter of the ad clicks.

int64

Date and time when the ad was created in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

int64

Date and time when the ad was last time updated in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

string

User Id who created the ad. This field is automatically populated by the backend.

string

User Id who last time updated the ad. This field is automatically populated by the backend.

Language
Credentials
URL