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

ArjunBhadra
ArjunBhadra
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ArjunBhadra
Customize the badges you want to showcase on your profile
Re: [Swift] Analytics - Product variable implementation is not in documentation - Adobe Experience Platform SDKs 20-08-2019
Hi Jennifer Andrews Adobe​,Thanks for verifying the code, good catch it has to be var contextData: [String : String] = [:]Will update the documentation accordingly.Thanks,Arjun

Views

1.9K

Like

1

Replies

0
Re: [Swift] Analytics - Product variable implementation is not in documentation - Adobe Experience Platform SDKs 20-08-2019
Hi Kevin,The swift syntax would be as follows://create a context data dictionary// add products, a purchase id, a purchase context data key, and any other data you want to collect.// Note the special syntax for productsvar contextData = ["&&events" : "event1", "&&products" : ";Running Shoes;1;69.95;event1=5.5;eVar1=Merchandising,;Running Socks;10;29.99", "m.purchaseid" : "1234567890", "m.purchase" : "1"]// send the tracking call - use either a trackAction or TrackState call.// trackAction exampl...

Views

1.9K

Like

1

Replies

0
Likes from