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

Swanan_
Swanan_
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
3

Posts

Posts
57

Discussions

Discussions
1

Questions

Questions
56

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Swanan_
Customize the badges you want to showcase on your profile
Re: Quick Question about Javascript wording in Launch Rules - Adobe Analytics 16-09-2021
Hi @amgup The solution shared is working perfectly ! Thank you very much for your help !

Views

218

Likes

0

Replies

0
Re: Quick Question about Javascript wording in Launch Rules - Adobe Analytics 10-09-2021
Hi @amgup I didn't have time to try it yet. But I'll update this post in anycase once it's tested

Views

243

Likes

0

Replies

1
Re: Quick Question about Javascript wording in Launch Rules - Adobe Analytics 06-09-2021
@amgup I'll try it and let you know the result. Thanks a lot for your help here

Views

271

Likes

0

Replies

3
Re: Quick Question about Javascript wording in Launch Rules - Adobe Analytics 06-09-2021
Hi @amgup, Thanks a lot for your feedback.So if I understand correctly your answer, I can modify the declaration from this: var isMarketplace = attributes.sellerName === "ABC"; To this var isMarketplace = attributes.sellerName === "ABC" || "ClickAndCollectOnly";And so now it should return true if the value is ABC or ClickAndCollectOnly, right ? Thanks again for your help

Views

276

Likes

0

Replies

5
Quick Question about Javascript wording in Launch Rules - Adobe Analytics 06-09-2021
Hey Community, I would like to update one of my rules in Adobe Launch which is set with Custom Code. The goal of the rule is to set my eVar8 value (Product Type) according to the value I'm getting in my eVar7. Example :if eVar7 = "ABC"Then eVar8 = "ABC.com"Else eVar8 = "Marketplace". s.products = flatMap(orders, function(order){ var shippingMethod = order.total.shippingMethod; var storeName = order.total.shippingMethodID === "9" ? order.profile.shippingAddress.name : "Autre livraison"; return or...

Views

286

Likes

0

Replies

7
Re: Tracking Email Open and GDPR compliance - Adobe Analytics 30-08-2021
Hi @Khurshid_Alam, thanks for sharing the documentation !

Views

206

Likes

0

Replies

0
Tracking visitor from app to webview - Adobe Analytics 27-08-2021
Dear Community, I have a hybrid app, that generate webviews at some points (for cart view and checkout for example).At the moment, I'm getting 2 differents visits. Once the visitor is landing on the webview, Adobe is generating a new MID instead of keeping the same that has been generated during the app view session. I didn't do the implementation myself. A dev team did it. I know that they followed this documentation, as I'm not a developer, I'm wondering how I can check that the implementation...

Views

648

Likes

0

Replies

8
Re: Tracking Email Open and GDPR compliance - Adobe Analytics 20-08-2021
Hi @Jayakrish, Thanks for your feedback on this point. I'll check further with my adobe support manager ! Thank's again

Views

224

Likes

0

Replies

0
Tracking Email Open and GDPR compliance - Adobe Analytics 17-08-2021
Hello dear community. I found few days ago the following solution to track the open action on my "order confirmation emails" that are sent to my customers after a purchase. I'm adding the following pixel within the body of my emails' template: If found this solution thanks to this post and this documentation. My question is the following:Does this solution track IP addresses and if so, how can I 1) no longer collect them OR 2) continue to collect them but in a GDPR compliant manner ? Thanks a lo...

Views

240

Likes

0

Replies

4
Re: Email Open tracking through adobe analytics/launch - Adobe Analytics 05-08-2021
Hello @Jayakrish and @PratheepArunRaj, Really interesting subject. Thanks for your solution, it helped me also to understand how I can track correctly when users open my emails. Before implementing this solution, I was wondering: Do we absolutely need to trigger an eVar or can we get the data triggering an eVar?If we don't trigger an eVar, how will the data returns/show in Adobe Analytics? Thanks for your help

Views

415

Likes

0

Replies

0