Hello, how do aggregation and filtering transformations affect pricing? If I use transformations to filter out 50% of my 1 Million events, do only 500k "count" towards my event limits? Similarly, if I use transformBatch to return twice as many events than were passed in, would the doubled number of events be counted? Or whichever number of events is greater pre/post transformation? Thanks.
h
hundreds-lifeguard-65770
06/13/2023, 8:33 AM
events count at ingestion, if you throw it away in a transform it still counts
a
average-optician-13120
06/13/2023, 4:59 PM
What about if I use transformBatch to "unroll" an event into multiple events? Since that happens after ingestion, would it still only count as a single event?