Documentation

Complete integration guide for affiliate networks and advertisers

Getting Started

Welcome to the OfferCenter integration documentation. This guide will walk you through setting up your account, integrating tracking, and optimizing campaign performance.

Prerequisites

Before integrating with OfferCenter, ensure you have:

  • An approved network or advertiser account
  • Access to your tracking platform admin panel
  • API credentials (provided upon approval)
  • SSL certificate installed on your domain

Integration Guide

OfferCenter supports integration with all major tracking platforms including HasOffers/TUNE, Everflow, CAKE, HitPath, and Voluum.

Step 1: Create Tracking Links

Generate your tracking links using the following format:

https://track.yournetwork.com/click?offer_id={OFFER_ID}&aff_id={AFF_ID}&source={SOURCE}

Step 2: Configure Postback URL

Set up your global postback URL in your tracking platform:

https://api.offercenter.live/postback?click_id={CLICK_ID}&payout={PAYOUT}&status={STATUS}

Tracking Parameters

OfferCenter supports the following tracking parameters:

  • click_id - Unique click identifier
  • offer_id - Offer identification number
  • aff_id - Affiliate/Publisher ID
  • source - Traffic source identifier
  • sub1 through sub5 - Custom tracking parameters

Postback Configuration

Postback notifications are sent in real-time when conversions occur. Configure your postback URL to receive conversion data.

Postback Variables

{ "click_id": "abc123xyz", "offer_id": "12345", "payout": "5.00", "status": "approved", "timestamp": "2024-02-07T10:30:00Z" }

API Reference

Our API allows programmatic access to offers, statistics, and conversion data.

Authentication

All API requests require authentication using your API key:

Authorization: Bearer YOUR_API_KEY

Get Offers Endpoint

GET https://api.offercenter.live/v1/offers Headers: Authorization: Bearer YOUR_API_KEY Content-Type: application/json

Best Practices

  • Always use HTTPS for tracking URLs
  • Implement proper error handling for postback failures
  • Test integration in a sandbox environment first
  • Monitor conversion rates and quality scores regularly
  • Implement fraud detection on your end
  • Keep API credentials secure and rotate periodically

Troubleshooting

Common issues and solutions:

Conversions Not Tracking

Verify postback URL is configured correctly and that click IDs are being passed properly in your tracking links.

High Rejection Rate

Ensure traffic quality meets network requirements. Review compliance guidelines and verify age/geo targeting.

API Errors

Check API key validity and ensure request format matches documentation. Contact support if issues persist.

Need Help? Contact our technical support team at [email protected]