Hi there,
I have a long list (80-100) of various product IDs that I want to add to various events. The IDs don’t have a common category, so usually I have to add them manually.
I’ve read posts about various matching (I’m new to using query and regex), so I hope Amplitude has some way for me to add all IDs to the property, by a simple copy-paste.
Usually when adding manually, it’ll look like the following image.
I’ve tried adding the IDs as a single string, but no matter which sort of matching I’m using, I’m getting 0 event hits.
Is there a smart way to do this?
NB: ‘contains’ is dangerous to use as we have IDs (e.g. 1234) on the list, that also matches IDs (e.g. 12345 or 12346) outside the list.