API V3 – Documentation

Our API version 3.0 is now (March 2023) available. The full API documentation can be found here. https://www.riddle.com/creator/v3/docs To help you get started, you can either use Postman or the sample PHP script below. When using Postman, please add the authentication parameters to the Headers as shown in the screenshot below. The token needs to …

API V3 – Documentation Read More »

Ad refresh outside Riddle

This example shows you how to refresh ad units on your page when the Riddle advances to the next question. Make sure to alter the script by inserting the ID of the DIVs containing your ads. function onMessage(event) { if (event.data && event.data.riddleEvent) { var riddleData = event.data.riddleEvent; if (‘object’ === typeof (riddleData)) { // …

Ad refresh outside Riddle Read More »