> For the complete documentation index, see [llms.txt](https://sdk-doc.tyrads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk-doc.tyrads.com/getting-started/sdk-integration-checklist.md).

# SDK Integration Checklist

<table><thead><tr><th width="164.37890625">Feature/ Parameter</th><th>Checklist Question</th><th>Recommendation / Action</th><th>Explanation</th></tr></thead><tbody><tr><td>Initialization</td><td>When are you initializing our SDK in your app?</td><td>Initialize during app launch/open, preferably after Mobile Media Partner (MMP) initialization (if any).</td><td>We recommend initializing our SDK during app launch, ideally after MMP initialization (if any).</td></tr><tr><td>Media Source Data</td><td>Are you passing media source data to us?</td><td><a data-mention href="/pages/sQLb6rC5ziweGZOyKpz8">/pages/sQLb6rC5ziweGZOyKpz8</a></td><td>Send media data of where you acquired the users to our system. We will use this in our systems to be able to segment the user base and provide media-source-specific rewards.</td></tr><tr><td>Postback Setup</td><td>Are the postback macros setup and working correctly as intended?</td><td>Ensure that postbacks are received correctly on your server.</td><td>To ensure postback data is passed correctly to your end for user rewards.</td></tr><tr><td><p></p><p>Currency Conversion and Ad Unit settings</p></td><td>Are the media asset and ad unit settings correct?</td><td>Ensure that currency conversion and user margins are set up correctly in the ad unit in the Solutions dashboard.</td><td>Ensures currency conversion and user margins are accurate during user rewards and payouts.</td></tr><tr><td><p></p><p>Decimals in rewards</p></td><td>Does your system/server/app accept decimals in the user reward currency?</td><td>Please inform the <strong>TyrAds integration team</strong> about this.</td><td>We have settings that can be enabled to round user rewards to whole numbers.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk-doc.tyrads.com/getting-started/sdk-integration-checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
