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
- Access to high-quality ad inventory
- Increased revenue opportunities for your publishers
- Seamless integration via our API
- Flexible ad formats
- Detailed reporting and analytics
Integration Process
- 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.
-
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
- Technical Integration: Your engineering team will integrate our API into your ad serving systems using the provided documentation.
- Testing and Optimization: Thoroughly test the integration to ensure ads are being served correctly. Optimize performance to maximize revenue.
- 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:
adUnitId
: The ad unit ID.width
: The desired ad width.height
: The desired ad height.user
: User information (e.g., location, demographics).count
: Number of ads to return
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.