Hi @zadazdazdazdazd
No. As Dan said, Audience Evaluation is performed after each incoming event (or the visit timeout) has been processed, and the Visitor and Visit attributes enriched. So the visitor will end up, after each event, in one of the following states;
Was not in the Audience, and has now joined it
Was not in the Audience, and no change
Was in the Audience, and has now left it
Was in the Audience, and no change
I suspect that what you are asking is - "can I make the visitor join an Audience, fire a connector, and then leave the Audience immediately so that on the very next incoming event the cycle repeats"?
The answer to that is "no", not in AudienceStream. However, EventStream does allow for this, in the sense that connectors in EventStream are triggered by individual events match a defined set of rules, called a "Stream". And each and every event that matches that Stream, even from the same visitor, will trigger the connector. The only limitation is that the EventStream product deals purely with Event level data. No AudienceStream attributes can be sent along with the EventStream connector.
... View more