Sets a custom string property for this event.
void setStringProperty(String key, String value) { _customProperties[key] = value; }