--- title: WebActionEvent --- ## PureCloud::WebActionEvent ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **action** | [**EventAction**](EventAction.html) | The action that triggered the event. | | | **action_map** | [**ActionMap**](ActionMap.html) | The action map that triggered the action. | [optional] | | **action_target** | [**ActionTarget**](ActionTarget.html) | The target for engagement actions. | [optional] | | **time_to_disposition** | **Integer** | Milliseconds elapsed until the action is disposed. | [optional] | | **error_code** | **String** | Code of the error returned when the action fails. | [optional] | | **error_message** | **String** | Message of the error returned when the action fails. | [optional] | | **user_agent_string** | **String** | HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15). | [optional] | | **browser** | [**Browser**](Browser.html) | Customer's browser. | [optional] | | **device** | [**Device**](Device.html) | Customer's device. | [optional] | | **geolocation** | [**JourneyGeolocation**](JourneyGeolocation.html) | Customer's geolocation. | [optional] | | **ip_address** | **String** | Visitor's IP address. | [optional] | | **ip_organization** | **String** | Visitor's IP-based organization or ISP name. | [optional] | | **mkt_campaign** | [**JourneyCampaign**](JourneyCampaign.html) | Marketing / traffic source information. | [optional] | | **visit_referrer** | [**Referrer**](Referrer.html) | Visit's referrer. | [optional] | {: class="table table-striped"}