Skip to main content

OfferCreatives

The details used to create AdGem offers in your native UI.

type OfferCreatives {
name: String!
icon_url: String!
description: String!
instructions: [String]!
categories: [String]!
stickers: [OfferCreativesSticker]!
disclaimer: String
currency_name: String
currency_name_plural: String
hero_image_url: String
short_description: String
offer_cta: String
basic_requirements: [BasicRequirements]
offer_tip: String
}

Fields

OfferCreatives.name ● String! non-null scalar

Offer name.

OfferCreatives.icon_url ● String! non-null scalar

Offer icon url.

OfferCreatives.description ● String! non-null scalar

Brief description of the offer.

OfferCreatives.instructions ● [String]! non-null scalar

A list of the instructions that a player must follow to complete an Offer.

Example: ["Step 1", "Step 2", "Step 3"]

OfferCreatives.categories ● [String]! non-null scalar

A list of the offer category type.

Example: ["app", "free", "paid", "survey", "trial", "user_info_request"]

OfferCreatives.stickers ● [OfferCreativesSticker]! non-null object

A list of the offer stickers.

Example: [{text: "New", color: "#FF0000"}]

OfferCreatives.disclaimer ● String scalar

A disclaimer for offer completion requirements.

Example: "New users only"

OfferCreatives.currency_name ● String scalar

The name of your offerwall virtual currency as set in the AdGem Dashboard.

Example: "Coin"

OfferCreatives.currency_name_plural ● String scalar

The plural name of your offerwall virtual currency as set in the AdGem Dashboard.

Example: "Coins"

OfferCreatives.hero_image_url ● String scalar

The url for the hero image.

Example: "https://example.com/hero-image.png"

OfferCreatives.short_description ● String scalar

The offer tagline.

Example: "Play to earn"

OfferCreatives.offer_cta ● String scalar

Stands for Call To Action, it's a phrase tan can be used in your UI that prompts an immediate user response or a specific action.

Example: Earn now!

OfferCreatives.basic_requirements ● [BasicRequirements] list object

These are a set of requirements a user must fullfil to complete an offer.

Example: [ [ 'description': 'Must be a new user', 'order': 1 ], [ 'description': 'Must be a Android user', 'order': 2 ] ]

OfferCreatives.offer_tip ● String scalar

A tip to help users complete the offer.

Example: "Make in-app purchases to earn faster"

Member Of

Offer object