Scenario :123 [abc xyz 11111 ]
I want to create a getter chain to collect the data in the middle of an array (xyz) where abc and xyz are dynamic . Could anyone help me to get the right getter chain to capture data in analytics.
toString().split(123\\\ [).[1].xxx
Hi Sonu
1. Can you advise if the value after xyz is always the same? In your example 11111
2. Can you advise if abc and xyz are always certain length long, e.g 3 characters, integers or does it vary?
Ciao
Hi, @Mario.Morelli
All data is dynamic and length also will vary.
Hi Sonu
Is it possible to share a sample of a payload? Just replace sensitive information
Ciao