Use this API to stop a single event property from getting attached to all subsequent events. This API is usually called in relation to addEventProperties.

heap.removeEventProperty('Logged In');
heap.removeEventProperty('Logged In');
[Heap removeEventProperty:@"Logged In"];
Heap.removeEventProperty("Logged In")
Heap.removeEventProperty("Logged In");
Heap.removeEventProperty("Logged In")
Arguments
  1. event property: name of the event property to remove. This stops attaching the property to all subsequent events.
Did you find what you were looking for?
Thumb up Thumb down