Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

HashMap<String, String> parameters= new HashMap<String, String>();
parameters.put("utm_source","euromsg");
parameters.put("utm_medium","push");
parameters.put("utm_campaign","protein campaign");
Visilabs.CallAPI().customEvent("Login", parameters);

Parent Topic: Android - MobileTagging

  • No labels