Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Offerwall

Offerwall Android SDK

Offerwall iOS SDK

Offerwall Unity SDK

Unity Offerwall

Tapjoy Offerwall
​
​
Integration
  • Quickstart
Displaying Offerwall
  • Deep linking
  • Custom js integration
Advanced
  • API reference
  • Installation and authentication
  • User privacy
Testing
  • Test devices
  1. Grow your game
  2. Unity Offerwall
  3. Web Offerwall

Test devices

Learn how to set up and use Test Devices for the Web Offerwall to access additional features during development.
Read time 2 minutes
Last updated 2 months ago

Test Devices open up additional Tapjoy features when you are developing your application. Devices registered as test devices can view content cards set to "only for test devices". This lets you test specific content units without showing them to all users. Test Devices will automatically turn on Tapjoy Debug Logging for themselves after the SDK connects to the server.
Setting up test devices involves finding the advertising ID on the device and adding that ID to the Tapjoy Dashboard "App Settings/Test device” panel. For Web Offerwall, you need to create your own UUID to use as your test device ID.

Register your test device on the Tapjoy dashboard

When you have obtained the ID, go to Settings > App Settings > Test Device on the dashboard. Here you can enter the test device ID, which will set your device as a test device for your application. Select iOS for the platform.
The Test Devices page in the Offerwall dashboard.
You can then use test device features. For example, content cards that have Only for Test Devices enabled can only be viewed by test devices.
A content card configured to display only for test devices.

Test

After you add your test device ID to the Tapjoy Dashboard, you can call Tapjoy Offerwall with test mode by adding the
test_id
parameter. For example, if your test device value is
11111111-1111-1111-1111-111111111111
, you can add the
test_id
parameter in your deeplink.
https://rewards.unity.com/owp/web/link/<SDK_KEY>/u/<USER_ID>?test_id=11111111-1111-1111-1111-111111111111

Custom JavaScript

If you are using Custom JavaScript, you can add the
test_id
parameter when your web app initialises the Tapjoy SDK.
<script> Tapjoy('init', { sdkKey: '<SDK_KEY>', publisherUserId: '<USER_ID>', eventName: '<PLACEMENT_NAME>', test_id : '11111111-1111-1111-1111-111111111111' // Adding test_id parameter });</script>// Call Tapjoy Offerwall<button onclick="javascript:Tapjoy('showOfferwall', {});">Click Me</button>
Note
Devices with invalid IDs, such as all 0’s, are not allowed.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Register your test device on the Tapjoy dashboard

    • Test

      • Custom JavaScript


Report a problem with this page