Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jen_Andrews
Jen_Andrews
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
58

Posts

Posts
61

Discussions

Discussions
10

Questions

Questions
51

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jen_Andrews
Customize the badges you want to showcase on your profile
Re: Adobe mobile service with React-native-app - Adobe Experience Cloud Mobile 05-06-2018
Hi pankajkarole We currently do not have official React Native support.However, you may implement your own bridging methods or use 3rd party ones to use Adobe’s iOS/Android libraries with React Native similar to below. https://www.npmjs.com/package/react-native-adobe-analyticsThis implementation does not have Adobe product/engineering support.I'd also recommend that you navigate https://forums.adobe.com/community/experience-cloud/community-feedback and submit this as a feature request using "Sub...

Views

2.3K

Likes

0

Replies

0
Re: Hybrid App Issues - Adobe Experience Cloud Mobile 24-05-2018
1. From the Native side capturing the hits being sent from either iOS or Android via Charles you will see a visid being called, then in the web you would see a call with the same visid as it would be passed when you use visitorAppendURL in the SDK2.DTM can handle this. You will add the setting name overwriteCrossDomainMCIDAndAID = trueExperience Cloud ID Service Settings for DTM

Views

1.7K

Like

1

Replies

0
Re: Action Name Report Attributes - Adobe Experience Cloud Mobile 24-05-2018
The ActionName that is passed in the trackAction call,[ADBMobile trackAction:@"myapp.ActionName" data:nil];https://marketing.adobe.com/resources/help/en_US/mobile/ios/actions.html#wh-view-codewill be sent each time the trackAction is called. The value that is captured, does not expire, and is captured and reported each time it is sent. You can think of it similar to a s.tl() call for the web, in Mobile the trackAction is basically a custom track link call. You can pass optional evars, events in ...

Views

1.3K

Likes

2

Replies

0
Re: Mobile App bug Close App === Crash event - Adobe Experience Cloud Mobile 23-05-2018
Hi, I would suggest to log a ticket with customer care, so it could be further investigated, it may need some engineering assistance. Please include the Company Name, ReportSuite, App Name (is it available in the App Store?) and steps to reproduce. Jen

Views

1.5K

Likes

0

Replies

0
Re: Mobile App bug Close App === Crash event - Adobe Experience Cloud Mobile 30-04-2018
Hi Mario, What version of the Mobile SDK do you have implemented?Jen

Views

1.3K

Likes

0

Replies

0
Re: Adobe In app messaging on Android gives an error - Adobe Experience Cloud Mobile 11-04-2018
In order to use in-app messages in Android, we need a reference to the current activity. You can reference by passing it in with the Config.collectLifecycleData(Activity activity); method. This method previously existed with no parameters, but a new overloaded version allows users to pass in the current activity.Step 4.In-App Messaging

Views

1.9K

Likes

0

Replies

0
Re: Problems using AdobeMobileSDK under iOS 11 - Adobe Experience Cloud Mobile 09-04-2018
Hi Tomasz,This was an issue that was resolved in a newer version of the SDK.Please see the thread, the pod was updated. You require pod updateXcode 9 Main Thread Checker Violation · Issue #214 · Adobe-Marketing-Cloud/mobile-services · GitHub Jen

Views

3.1K

Likes

0

Replies

1
Re: Bloodhound installation - Adobe Experience Cloud Mobile 09-04-2018
Adobe Bloodhound as of April 30, 2017 has been sunset. As Arun suggested, 3rd party tools such as Charles or Fiddler would be suggested for use in testing and troubleshooting.

Views

2.2K

Likes

2

Replies

0
Re: app uninstalls. - Adobe Experience Cloud Mobile 09-04-2018
Adobe Mobile SDK does not capture app uninstalls.Unlike some Mobile metrics, there are several that you would have to map as described here if you would like to see these metrics in reporting.Managing your App

Views

1.4K

Likes

0

Replies

0
Re: Adobe Analytics - Mobile SDK not working with IBM worklight webencrypt - Adobe Experience Cloud Mobile 20-02-2018
ranjithpandig81789048​,You can place the ADBMobileConfig elsewhere, a location that is not encrypted using the overrideConfigPath. https://marketing.adobe.com/resources/help/en_US/mobile/android/json_config_remote.html, https://marketing.adobe.com/resources/help/en_US/mobile/ios/json_config_remote.htmlRegards,Jen

Views

1.1K

Like

1

Replies

0