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

rupaljain2408
rupaljain2408
Online

Badges

Badges
15

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
10

Posts

Posts
35

Discussions

Discussions
0

Questions

Questions
35

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rupaljain2408
Customize the badges you want to showcase on your profile
Re: ACS Push notifications with AEP SDK - Adobe Experience Platform SDKs 01-11-2019
Hi shivamt75367962​, I added Signal extension dependency, still not data is received, but only token is visible at ACS. Is there anything else , needs to be modified ?Thanks, Rupal

Views

2.9K

Like

1

Replies

0
Re: ACS Push notifications with AEP SDK - Adobe Experience Platform SDKs 01-11-2019
Hi @shivamt75367962Thanks for the information. I guess its a part of MobileCore extension, but we have to register it in our application code. I will add it and test it once again. Below is the data passed to CollectPII :{"language":"{%%language%%}","company_number":"{%%company_number%%}"}I have made two data elements in Launch for language & company number and mapped them with context data path.

Views

2.8K

Like

1

Replies

0
ACS Push notifications with AEP SDK - Adobe Experience Platform SDKs 31-10-2019
Hi All, I am trying to set up push notifications services connection in ACS using AEP Sdk. I am able to see token in ACS , however I am not able to receive any PII data. I have set up a rule called 'Collect PII' to create PII postback, using this reference : Configuring Adobe Experience Platform Launch rules to support Adobe Campaign Standard use cases I have added post body as well in my rule, the data for which mobile app development team is passing. However, I am only able to see push platfor...

Views

6.8K

Likes

0

Replies

11
Re: Mapping variables (evars and props) in AEP sdk5 - Adobe Experience Platform SDKs 17-09-2019
Hi praschetan​,Thank you for your response, even I feel that MS UI is easier to use and it creates the processing rules at report suite. However, my confusion is that MS app is attached to only one report suite, so we will have to create two apps (one for dev and one for prod report suite) . But we can only attach one app in Launch MS extension. How to handle that scenario? Should I be attaching production MS app while moving into production and keep dev app for dev library ? Isnt it a manual pr...

Views

2.4K

Like

1

Replies

0
Mapping variables (evars and props) in AEP sdk5 - Adobe Experience Platform SDKs 16-09-2019
Hi All, Which is the best way to map evars and props while using AEP SDK for mobile app analytics :1) Map using Mobile services UI, which will create processing rules at report suite leve. For this we need to create two property in Mobile services , as only one report suite can be attached with one property in Mobile services.2) Map by creating processing rules at report suite level directly.Which is the best and feasible way to map variables? Please suggest.Thank you

Views

3.8K

Likes

0

Replies

3
Upgrading mobile app analytics from sdk4 to sdk5 - Adobe Experience Platform SDKs 11-09-2019
Hi All, We have currently implemented sdk4 for capturing mobile app analytics. We are planning to upgrade to aep sdk5. However, we are not forcing users to upgrade the app. My question is , can they both exist without any challenges. We are using mobile services to map our variables. We two apps in mobile services - one for dev and one for production. For new aep sdk5, we will just be using one app, and configure both dev and prod report suites through launch. So when some of the users are on sd...

Views

2.5K

Like

1

Replies

1
Using Adobe mobile services for mapping variables from AEP sdk - Adobe Experience Platform SDKs 06-09-2019
Hi All,We are planning to use 'Adobe Analytics- Mobile services' extension for mapping eVars and props from AEP SDK. In our current sdk4 implementation, we had created two separate apps in Mobile services , each one mapped to separate report suites,i.e., Development and Production. Now in Adobe launch mobile services extension, we can only select one app at a time.My question is how should we map our dev and prod report suites in the apps created in Adobe mobile services. And if only one app nee...

Views

2.4K

Likes

0

Replies

1
Re: E/ADBMobile: AnalyticsExtension error - Adobe Experience Platform Data Collection 15-07-2019
Hi Ivan, We are in process of integrating AEP SDK with our mobile apps (both iOS and Android), followed the steps given on adobe official guidelines for the same. However, I am not able to see any data in our report suite related to either lifecycle metrics or custom data. Can you suggest what can cause this problem?

Views

5.6K

Likes

0

Replies

0
Custom code in "Set Variable" section executing asynchronously - Adobe Experience Platform Data Collection 09-05-2019
Hi All, We have recently migrated our property from Adobe DTM to Launch. I have a direct call rule, in which evars and props are set using mapping at UI level in Launch, however events and products are set in the custom code of same section "Set Variables" under Action in launch. Now , the call to DCR has been written like this in code controller : try { window._satellite.track('commonsPageLoad'); } catch (error) { console.error(error); } finally { window.digitalData = {}; }Here, before DCR full...

Views

4.5K

Likes

0

Replies

4
Rule executing asynchronously on web page with Adobe Launch - Adobe Experience Platform Data Collection 08-05-2019
Hi everyone,We have recently migrated our property from Adobe DTM to Adobe Launch. We wanted our script to load asynchronously, hence we had removed "async" from our header script. The execution call for Direct call Rule is written in following manner in our code :try { window._satellite.track('commonsPageLoad'); } catch (error) { console.error(error); } finally { window.digitalData = {}; }Now , the execution starts with "try" block and call to DCR [ _satellite.track('commonsPageLoad') ] , but s...

Views

1.5K

Like

1

Replies

1