Skip to main content

SDK Signature

Using SDK Signature you can separate all the traffic for each signature you create and integrate to the app. If the SDK signature has already been enabled on your account and you have access to App Secrets in the panel, please use the method below to integrate the SDK signature into your app.

An App Secret is set by calling setAppSecret on your config instance:

AdTraceConfig config = new AdTraceConfig(this, appToken, environment);
config.setAppSecret(secretId, info1, info2, info3, info4);
AdTrace.onCreate(config);