I am looking to explore the push messaging/in-app messaging/SMS notification capability that Adobe can offer. I have gone through the materials although I have a few questions that would help me figure out my direction. 1. We have Adobe Premium account, Adobe mobile services but push messaging and l...
Hello!for business requirements, we need to send the advertising ID (Google's ADID or Apple's IDFA) to a 3rd party API. We've noticed though that in the context variables there is no mention about this information.Is it perhaps a "hidden" context variable we can use, or it's not available at all? Wo...
I have got the in-app messaging working on our test environment (Ex. show a message every time the user logs in). The next step is configuring a message on the production environment version and I have hit a roadblock in there. Below are the details:Platform: iOS SDKObjective: Show an in-app message...
Hi,I encountered the following problem:When using the Android SDK I would like to send the user's individual game score as a numeric value together with an action.So in Android I normally useHashMap cdata = new HashMap();cdata.put("myapp.evar.game_score", 12345);Analytics.trackAction("myapp.action.g...
Hi All,Documentation for Mobile App Analytics says that it is possible to track to within 1m of a users location with the tracklocation method:see bottom table in: Lifecycle Metrics However in discussion with some people, there is debate as to if this is possible or not in Australia. Does tracking p...
I am using iOS heartbeat sdk (2.1.0). [ADBMediaHeartbeat createMediaObjectWithName: mediaName mediaId: mediaId length: mediaLength streamType: mediaType];I didn't explicitly set the a.media.friendlyName but I noticed that friendly value is same as mediaName. Is it possible to set a different value f...
I am having a question due to lifecyle metrics.When reading this documentation: Implement LifeCycle MetricsIt seems like we need to inlcude this code to every hit, right? Plus if we need more infos we are able to use context data within the lifecycle code.My question now: is there a good reason for ...
Hi,Have implemented the SDK in iOS and Android Apps and passed the variables for Props and eVar. I can see the pages data with page views but when i see the same in Prop page view is 0 and visits i have numbers. I can see the same in eVar also but not sure why i am not seeing the same for Props.Can ...
Hello, Can you please suggest me how to send the native app (IOS) data to two two different report suites based on certain condition?Logic:If website is A then send data to "report suite A"else send data to "report suite B"ThanksChenna
Hello - I see 2 lifecycle calls when I do a first launch of the app. Does that mean, two first launches would be counted when we launch the app firstly?Thanks,Venuka