Android - Sending Campaign Parameters

After initialization of application with a click on a push message use the following method to send campaign parameters:

HashMap<String, String> properties = new HashMap<>();
properties.put("utm_campaign","euromsg campaign");
properties.put("utm_source","euromsg");
properties.put("utm_medium","push");
Visilabs.CallAPI().sendCampaignParameters(properties);

Parent Topic: Android - MobileTagging

Copyright 2020 Related Digital