Getting App Id
On the Account page, you can generate both the App Id and the Key.
Once the App Id is generated, you can copy it into the SDK for use.
Q&A
1. Why do you need an App Id?
The App Id is used for identification. When requesting ads, including the App Id allows the ad system to recognize the traffic owner.
2. Is it safe to expose the App Id on the client-side?
Yes, it is safe to expose the App Id on the client-side. The App Id is simply for identification purposes and doesn’t impact ad security. The SDK encrypts the communication content to ensure it cannot be tampered with.
3. Why do you need an App Key?
The App Key is necessary for API integration. It must be included during API interactions for security verification.