OfferLinks
The associated links to be used for offer completion.
type OfferLinks {
click_url: String
support_url: String
interstitial_url: String
}
Fields
OfferLinks.click_url ● String scalar
The url that the player will click on to engage with the offer.
Example: "https://api.adgem.com/v1/click?all=1&appid=12345&cid=12345&playerid=testplayer"
OfferLinks.support_url ● String scalar
The url that directs players to a support page for a specific campaign available for player support.
Example: "https://api.adgem.com/support/12345/12345/testplayer"
OfferLinks.interstitial_url ● String scalar
The url used for an interstitial offer.
Member Of
Offer object