Expand my Community achievements bar.

Help in pushing Page Title/ Screen Name to Adobe Mobile Marketing Cloud from Mobile Applicaiton.

Avatar

Level 1

Hi Experts,

Looking for help how do I pass screen name/page title from Mobile App (not mobile website) to omniture or Adobe Mobile Marketing Cloud.

Below is the code snippet which I am trying to map with the custom variable / standard metrics available at Adobe Mobile Marketing Cloud for instance1. Same instans JSON config was used in mobile applicatoin. Here I am using phone Gap Plug-in for developement

function TrackButtonClicked()

                                {

                                alert('TrackButtonClicked Entered');

                     //ADB.trackAction("prop5", "user1");

                                ADB.trackState("LoginPage");

                                ADB.trackState("login page", {"user":"john","remember":"true"});

                                alert('TrackButtonClicked Exit');

                                }

                         

function TrackRegisterSateButtonClicked()

                                {

                                alert('TrackRegisterSateButtonClicked Entry');

                   //ADB.trackAction("evar31", "register");

                   ADB.trackAction("login");

                   ADB.trackAction("login", {"user":"john","remember":"true"});

                                alert('TrackRegisterSateButtonClicked Exit');

                                }

                              Kindly help me to understand how woul dI caputre Page Title / Screen Name to standard metrics which is there in Adobe Mobile Marketing Cloud.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies