Application Module configuration copy google-services.json to the app module directory, the json file must be placed in the main Module and package names must be consistent
SDK Checker for Debugging
Set debug mode to active event checker Please add this to Androidmanifest.xml
<!--value 1 to active event checker, production mode remove this or configured value to 0 -->
<meta-data
android:name="isSDKChecker"
android:value="1"/>
Event Mapping
Optional if you only use Scale (User Acquisition) feature from Labs.
This Event Mapping only used for the Game Analytics feature.
The event names are mapped using an automatically loaded events.csv file. This approach avoids hardcoding the event names, making it more convenient for use across multiple services and platforms.
To map event names, ensure that an events.csv file is included in your project. This file should contain the mapping of event identifiers to their respective names.