return ecommerceItem;
}
private Action createEventAction( TrackingEvent event ) {
String eventId = ( String )event.getDetail();
EventAction eventAction = new EventAction( createHost( event ) + "/action/event/" + eventId );
eventAction.setCategory( CATEGORY_EVENT );
eventAction.setAction( ACTION_EVENT );
eventAction.setEventName( eventId );
return eventAction;
}