Practical guides for each integration pattern
Real-world integration cases from game studios, showing the full flow and development tasks for each integration pattern.
Common Prerequisites
These are required for all integration methods. See Overview for details.
Choose Your Integration Method
FAQ
How should we handle the PlayCamp entry icon in-game?
You can freely design the PlayCamp entry point (icon/button) within your game. There are no specific size or placement guidelines — place it where it feels natural in your game UI. Contact your PlayCamp representative if you need official assets.
Can we test in Sandbox first?
Yes. All APIs can be tested in the Sandbox environment (https://sandbox-sdk-api.playcamp.io) first. Sandbox is completely isolated from Live. You can also use the isTest: true parameter to verify integration without creating real data. See Test Mode.
What if we have multiple campaigns?
When running multiple campaigns for one game, you must specify campaignId in API calls to distinguish between campaigns. If campaignId is omitted, the request is automatically assigned to the currently active campaign.