I'm working on a project that requires writing a sequential segment in PQL (Profile Query Language), and I'm looking for guidance or a sample code snippet if anyone has done this before.
Specifically, I need to segment users who:
- Perform Action A (e.g., clicked an email)
- Then, within a specified timeframe, perform Action B (e.g., make a purchase).
If someone could share a basic structure or sample code for how to approach this in PQL, that would be extremely helpful.