FAQ
Where do I get the app key?
Request the app key from the AdPlay or Medrick dashboard/admin team for the target game. Paste it into AdPlayApiConfigData.asset.
Can I move the SDK folder?
Keep the imported SDK under Assets/Adplay unless your team updates all prefab and ScriptableObject references after moving it.
Why do I get RTLTMPro compile errors?
RTLTMPro is missing or duplicated. Install it through Package Manager using the git URL, then remove duplicate local copies if Unity reports type conflicts.
Why does an ad request return NoActiveAd?
The SDK initialized, but the server did not return an active creative for that ad type. Check the app key, campaign status, internet connectivity, and the requested ad type.
Do I need one template per ad?
Instantiate a new AdPlayTemplate for each displayed ad, especially when showing multiple placements at the same time.
How are impressions and clicks tracked?
The SDK creates impression and click engagements internally and sends batches through AdPlayBatchSender approximately every minute.
Can I customize the ad UI?
Duplicate AdPlayTemplate.prefab, adjust its layout, and keep the required references assigned in the AdPlayTemplate component.
