Hi There,
In AudienceStream, i need to find out if there is a way to split a string and only take the second element of the string. e.g. on action A, we get a string "add_inv_calc,56000", and i'd like to take the "56000" and store is as a visit based string attribute for each event action A that takes place.
if action A happens multiple times in a session (producing multiple strings "add_inv_calc,56000", "add_inv_calc,6000", "add_inv_calc,5000"), then i would like to concatenate those values so that at the end of the session, i would have this "56000,6000,5000".
Is this possible with the array of strings or set of strings attributes in AudienceStream? Thanks, John
... View more