...
Step Summary
Enter Debug mode
Use
SingleTagConfigurator
to append custom data that would otherwise not exist neither in the fake local data or in our prod api.Initialize normally the single tag implementation
1. Enter Debug Mode
For testing single tag implementation add this before initialization
Code Block |
---|
R89SDK.setDebug() |
We also recommend adding
Code Block |
---|
R89SDK.setLogLevel(LogLevels.DEBUG) |
Full Example
Code Block |
---|
R89SDK.setDebug()
R89SDK.setLogLevel(LogLevels.DEBUG)
/* <SingleTagConfiguratorCode> */
R89SDK.initialize(
appContext = this,
publisherId = "TestRefinery89ID",
appId = "TestDemoApp",
singleLine = true,
initializationEvents = null
) |
use singletag configurator to add your own events and tags