Hey all,
I’ve gotten myself into a bit of (not totally terrible) pickle. I am doing some proof of concept for our application ahead of a major release of the platform and the current iteration has poor (if non-existent) page titles.
So, in passing Page events from Segment, I set it to use Viewed context.page.path which passes the full path of the page.
Not being familiar with Events vs. Event Types in Amplitude, this created a bit of a problem: Every variation of every set of parameters (userids, objectids, etc.) created a new event type.
I didn’t even realize until I got the notification that we were approaching our maximum of unique event types.
So, I’ve (for obvious reasons) adjusted that page call from Segment to just use “Viewed” as the action and I can set up different custom events and segments based on the massive variety of data we are passing with it.
But, here’s the big question: Can I batch edit the ~1990 event types that I have and fold them into the “Viewed” event type?
Thanks!