Mediation Integration Guide for Ad networks

Introduction

This guide is for ad networks looking to integrate Infinity Ads Network into their mediation platform. By integrating with Infinity, you can access our high-quality ad inventory and provide your publishers with more diverse and profitable ad sources.

We provide a robust API that allows you to request and receive ad data in a standardized format. This allows for a seamless integration into your existing systems.

Key Benefits

Integration Process

  1. Partnership Agreement: Establish a business agreement with Infinity Ads Network. This agreement will outline the terms of the integration, including ad formats, pricing, reporting, and technical specifications.
  2. API Access: We will provide you with the necessary credentials and access to our API. This is a formal process that differs from a standard publisher sign-up. You will receive:
    • API Keys/Credentials: Unique keys or authentication methods to access our API.
    • API Documentation: Detailed documentation covering:
      • Endpoint URLs
      • Request formatting (parameters, etc.)
      • Response handling
      • Authentication methods
      • Rules and guidelines
  3. Technical Integration: Your engineering team will integrate our API into your ad serving systems using the provided documentation.
  4. Testing and Optimization: Thoroughly test the integration to ensure ads are being served correctly. Optimize performance to maximize revenue.
  5. Ongoing Support: We provide ongoing support to ensure a smooth and successful integration.

API Details

Ad Request Endpoint

https://api.infinity.scloud.live/v1/ads (Example - Please refer to your specific API documentation)

Request Parameters

Example Request Parameters:

Response Format

The API returns ad data in JSON format. Here's an example:

                
[
    {
        "adId": 9,
        "adUnitId": "inf-app-d84584838345tgfdk",
        "network": "Infinity#1",
        "appstoreIcon": "https://play-lh.googleusercontent.com/4UnD1gSroaNRclbNN_8LMa8NEGZe0u-lnItQG-F8fTFLVn7vpKyxfCMD5J8vJGck0Fw=w480-h960-rw",
        "clickUrl": "https://play.google.com/store/apps/details?id=com.appsforu.scloudmusic&referrer=scloud.live%3DIfinity",
        "adType": "installs",
        "textCreative": "Pro Music Player 2025 - Super Fast Cloud & Device Streaming!",
        "nativeTitle": "Music Player Pro, Cloud Music",
        "appInstalls": null,
        "appRating": null,
        "bidAmount": "1332.00",
        "nativeBody": "Pro Music Player 2025 - Super Fast Cloud & Device Streaming!",
        "remainingBudget": "11,198.60",
        "creativeUrl": "Pro Music Player 2025 - Super Fast Cloud & Device Streaming!"
    },
    {
        "adId": 25,
        "adUnitId": "inf-app-d84584838345tgfdk",
        "network": "Infinity#1",
        "appstoreIcon": "https://play-lh.googleusercontent.com/6am0i3walYwNLc08QOOhRJttQENNGkhlKajXSERf3JnPVRQczIyxw2w3DxeMRTOSdsY",
        "clickUrl": "https://play.google.com/store/apps/details?id=com.google.android.youtube",
        "adType": "installs",
        "textCreative": "Enjoy your favorite videos and channels with the official YouTube app.",
        "nativeTitle": "YouTube",
        "appInstalls": "10B+",
        "appRating": "3.9",
        "bidAmount": "20.00",
        "nativeBody": null,
        "remainingBudget": "1,999.02",
        "creativeUrl": "https://play-lh.googleusercontent.com/6am0i3walYwNLc08QOOhRJttQENNGkhlKajXSERf3JnPVRQczIyxw2w3DxeMRTOSdsY"
    }
]
                
            

Full API documentation, including authentication, error handling, and all available parameters and response fields, will be provided upon partnership agreement.