SDK - Affiliate Offer Table
Setup
1. Create a New HTML File
2. Add the SDK Configuration and Script
<script>
OFFER18_API_CONFIG = {
"aid": "<--AFFILIATE-ID-->", // Replace with your Affiliate ID
"mid": "<--ACCOUNT-ID-->", // Replace with your Account ID (MID)
"key": "<--API-KEY-->" // Replace with your API Key
};
</script>
<script src="https://web-resources.offer18.net/sdk/web/affiliate-api/OfferTable.js"></script>3. Add Your Affiliate API Details
Additional Configuration Options
Example File
Last updated