Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Transaction Events
    Transaction Events Fields Reference

    Transaction Events Fields Reference

    This page provides descriptions for Transaction Events supported fields.

    To learn more about field availability: Transaction Events Formats.

    Field types

    The following types are currently used:

    • string: A sequence of UTF-8 characters.
    • uint16: Unsigned integer 16 bits
    • uint32: Unsigned integer 32 bits
    • uint64: Unsigned integer 64 bits
    • float64: Double-precision 64-bit float
    • list of string: Multiple strings

    Alias fields

    Some fields are described as Alias to another fields. This means they are mapped to this field in the backend and provide the same value. It is generally recommended to use to source field instead of the Alias.

    Field names convention

    Transactions Events field name are following W3C ELFF standard https://www.w3.org/TR/WD-logfile.

    • Every field starting with x- are defined by Netskope, while other fields are defined by the standard
    • after the optional x-, the combination of letters c, s, r have the following meaning:
      • c refers to the Client.
      • s refers to the Netskope POP (the Server from the ELFF standard)
      • r refers to the Remote Server
      • cs refers to the Client to POP request
      • sc refers to the POP to Client response
      • sr refers to the POP to Remote Server request
      • rs refers to the Remote Server to POP response

    Field description per section

    Order of sections and fields are aligned with the Skope IT UI view.

    When Name in Management Console contains a parenthesis, this text is omitted when the section title is visible. For example (Client Connection) Source IP will be displayed as Source IP in the Client Connection section.

    Client Connection

    Field NameName in Management ConsoleDescriptionType
    x-cs-access-methodAccess MethodSteering method used to access the POP.string
    x-s-dp-namePOPPOP name processing the request.string
    x-cs-src-ip(Client Connection) Source IPSource IP of the Client to POP request. This is typically the private IP of the end user device received when the request is encapsulated in a tunnel (NS Client, GRE, IPsec). For non encapsulated request, x-cs-scr-ip is equal to x-cs-src-ip-egress. This field is not updated by X-Forwarded-For processing.string
    x-cs-src-port(Client Connection) Source PortSource port of the Client to POP request.uint16
    x-cs-dst-ip(Client Connection) Destination IPDestination IP of the Client to POP request.string
    x-cs-dst-port(Client Connection) Destination PortDestination port of the Client to POP request.uint16
    x-cs-access-proxyAccess ProxyList of Access Proxy configuration matching the request from the Client to the POP.list of string
    x-cs-src-ip-egress(Client Connection) Egress Source IPSource IP used by the Client to contact the POP. This is typically the public IP applied by firewall/router performing the NAT for the Client.string
    x-cs-nsclient-tunnel-type(Client Connection) Tunnel TypeNS Client tunnel mode (TLS or DTLS). This field requires NS Client in active steering mode.string
    x-cs-tunnel-id(Client Connection) Tunnel IDVPN tunnel ID.string
    cs-bytes(Client Connection) Bytes UploadedBytes received from the Client to the POP.uint64
    sc-bytes(Client Connection) Bytes DownloadedBytes sent from the POP to the Client. Note: In Format 1 to Format 3, this field representbytes sent from Remote Server to Proxy.uint64

    Device

    Field NameName in Management ConsoleDescriptionType
    x-c-device-uid(Device) UUIDDevice unique identifier computed by NS Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-hostname(Device) HostnameHostname of the Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-os-familyOS FamilyOS Family of the Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-os-versionOS VersionOS Version of the Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-osN/AOperating system of the client from NS Client and User Agent information. This field can be impacted by modified User Agent, we recommend to use x-c-os-family and x-c-os-version instead.string
    x-c-deviceN/AClient’s device type from NS Client and User Agent information. This field can be impacted by modified User Agent, we recommend to use x-c-os-family and x-c-os-version instead.string
    x-c-nsclient-versionClient VersionNS Client version of the Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-nsclient-client-profileClient ProfileClient Profile of NS Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-nsclient-steering-profileSteering ProfileSteering Profile of NS Client. This field requires NS Client in active steering mode.string
    x-c-device-classification(Device) ClassificationClassification profile of NS Client. This field requires NS Client to be installed, both steering active and disabled are supported.string
    x-c-browserBrowserBrowser of the client computed from User Agent. This field can be impacted by modified User Agent, we recommend to use x-cs-process and x-cs-parent-process instead.string
    x-c-browser-versionN/AClient’s browser version. This field can be impacted by modified User Agent, we recommend to use cs-user-agent directly.string

    Process

    Field NameName in Management ConsoleDescriptionType
    x-cs-processProcessProcess Name on the Client. This field requires NS Client in active steering mode.string
    x-cs-pidProcess IDProcess ID on the Client. This field requires NS Client in active steering mode.uint32
    x-cs-parent-processParent ProcessParent Process Name on the Client. This field requires NS Client in active steering mode.string
    x-cs-ppidParent Process IDParent Process ID on the Client. This field requires NS Client in active steering mode.uint32

    Client HTTP

    Field NameName in Management ConsoleDescriptionType
    sc-statusStatus CodeHTTP status code sent to the Client.uint16
    x-cs-http-version(Client HTTP) VersionHTTP protocol version of the Client to POP request.string
    cs-user-agent(Client HTTP) User AgentUser-Agent header in the HTTP request.string
    cs-content-type(Client HTTP) Request Content TypeContent-Type header in the HTTP request from the Clientstring
    sc-content-type(Client HTTP) Response Content TypeContent-Type header in the HTTP response to the Clientstring
    x-cs-ip-xff(Client HTTP) XFFX-Forwarded-For header value received in the Client to POP HTTP GET request. Will be empty if there is no header or if GET is not decrypted.string
    x-cs-xau(Client HTTP) XAUX-Authenticated-User header value received in the Client to POP HTTP GET request. Will be empty if there is no header or if GET is not decrypted.string
    x-cs-connect-host(Client HTTP) CONNECT FQDNHost value received in the Client to POP HTTP CONNECT request. Will be empty if there is no CONNECT.string
    x-cs-connect-port(Client HTTP) CONNECT PortPort value received in the Client to POP HTTP CONNECT request. Will be empty if there is no CONNECT.uint16
    x-cs-connect-user-agent(Client HTTP) CONNECT User AgentUser-Agent header value received in the Client to POP HTTP CONNECT request. Will be empty if there is no CONNECT or field is missing.string
    x-cs-ip-connect-xff(Client HTTP) CONNECT XFFX-Forwarded-For header value received in the Client to POP HTTP CONNECT request. Empty if there is no CONNECT or field is missing.string
    x-cs-connect-xau(Client HTTP) CONNECT XAUX-Authenticated-User header value received in the Client to POP HTTP CONNECT request. Empty if there is no CONNECT or field is missing.string

    Client SSL

    Field NameName in Management ConsoleDescriptionType
    x-cs-sni(Client SSL) SNIThe FQDN send by the Client in the SNI of the TLS Client Hello.string
    x-cs-ssl-ja3(Client SSL) JA3JA3 Fingerprints the way that the Client communicates over TLS.string
    x-cs-ssl-engine-action(Client SSL) Engine ActionIndicates the result of SSL Engine processing between the Client and the POP.string
    x-cs-ssl-engine-action-reason(Client SSL) Engine Action ReasonProvides details of the SSL Engine processing between the Client and the POP.string
    x-cs-ssl-malformed-ssl(Client SSL) Malformed SSLIndicates if the SSL Engine encounters malformed SSL packet during SSL/TLS negotiation between the Client and the POP.string
    x-cs-ssl-handshake-error(Client SSL) Handshake ErrorIndicates a problem to establish SSL/TLS negotiation between the Client and the POP. Please check x-client-ssl-err for more details.string
    x-cs-ssl-fronting-error(Client SSL) Fronting ErrorIndicates if the Remote Server certificate has a mismatch between the SNI (x-cs-sni) and the FQDN (cs-host) of the decrypted HTTP request.string
    x-s-custom-signing-ca-error(Client SSL) Signing CA ErrorIndicates that the SSL Engine failed to load the Interception CA to perform SSL interception.string
    x-client-ssl-err(Client SSL) SSL ErrorDescription of SSL error between Client and POP.string
    x-cs-ssl-version(Client SSL) VersionTLS Version negotiation between the Client and the POP.string
    x-cs-ssl-cipher(Client SSL) CipherCipher suite negotiation between the Client and the POP.string
    x-cs-domain-fronted-sniN/AThis field is deprecated. Please use x-cs-ssl-fronting-error instead.empty

    Client Geolocation

    Field NameName in Management ConsoleDescriptionType
    x-c-timezone(Client) TimezoneLocal timezone of the Client computed from geolocation of the device IP.string
    x-c-local-time(Client) Local TimeLocal time of the Client computed from geolocation of the device IP. This field provides the text format.string
    x-c-local-timestampN/ALocal time of the Client computed from geolocation of the device IP. This field provides the epoch format in seconds.uint64
    x-c-location(Client) LocationLocation (e.g. city) of the Client.string
    x-c-zipcode(Client) ZipcodeZip code of the Client.string
    x-c-region(Client) RegionRegion (e.g. state) of the Client.string
    x-c-country(Client) CountryCountry of the Client.string
    x-c-latitude(Client) LatitudeLatitude of the Client.float64
    x-c-longitude(Client) LongitudeLongitude of the Client.float64

    URL

    Field NameName in Management ConsoleDescriptionType
    x-cs-url(URL) URLFull URL of the Client to POP request, includes scheme, host, port if not standard, path and query.string
    x-cs-site(URL) SiteDestination site computed from FQDN.string
    cs-method(URL) MethodMethod of the request (e.g. “GET”, “POST”).string
    cs-uri-scheme(URL) SchemeScheme of the request (eg “https”).string
    cs-host(URL) FQDNFQDN (Fully Qualified Domain Name) of the request.string
    cs-dnsN/AAlias to cs-host.string
    cs-uri-port(URL) PortPort of the FQDN requested by the client.uint16
    x-cs-uri-path(URL) PathPath of the Client to POP request.string
    cs-uri-query(URL) QueryQuery string portion of the HTTP request.string
    cs-uriN/AEquivalent to x-cs-uri-path + ? + cs-uri-query.string
    cs-referer(URL) RefererReferer header in the HTTP request.string

    General

    Field NameName in Management ConsoleDescriptionType
    dateDateDate of beginning of the request, YYYY-MM-DD format, GMT Timezone. Human readable format for the x-cs-timestamp field.string
    timeTimeTime of beginning of the request in HH:MM-SEC format in GMT. Human readable format for the x-cs-timestamp field.string
    x-cs-timestampN/ADate and Time of beginning of the request, epoch format in seconds, GMT Timezone. Epoch format of date and time.uint64
    time-takenTotal timeDuration of the request processing: time between the first byte received and the last byte sent (integer value in ms).uint64
    bytesTotal Processed BytesSum of processed bytes (equivalent to cs-bytes + rs-bytes).
    Note: in Format 1 to Format 3, definition remain the same, equivalent to cs-bytes + sc-bytes.
    uint64
    x-actionActionFinal action applied at the POP (allow, block or redirect):

    • block: the Client didn’t have access to the content of the Remote Server. Either the user is not allowed or there was an exception during the processing.
    • allow: the Client received the data from the Remote Server.
    • redirect: the Client received a redirect instead of the Remote Server content. Check x-action-reason for more details.
    string
    x-action-reasonAction ReasonProvides insights on the cause of the x-action value.string
    x-errorError TypeProvide details when the request is blocked. This field provide details on the reason of the block.string
    x-policy-justification-typeJustification TypeJustification type selected by the end user.string
    x-policy-justification-reasonJustification ReasonJustification provided by the end user.string
    x-cs-traffic-typeTraffic TypeType of traffic. Values are: CloudApp for requests matching a Cloud application from App Catalog, Web for other HTTP requests, Unavailable for non decrypted traffic.string
    x-typeTransaction TypeThe type of log message, which can be http_transaction or WebSocket.string
    x-transaction-idTransaction IDTransaction ID is a unique ID per individual request.Please use this ID to correlate with other events and alerts.uint64
    x-request-idRequest IDRequest ID. Note: we recommend using x-transaction-id for event correlation.uint64
    x-cs-session-idSession IDSessionID of the event.uint64
    x-cs-page-idPage IDPageID identifier used for page event feature.uint64
    x-tenant-idN/AID of the Netskope Tenant. This field is useful when exporting events of multiple tenants in the same SIEM.uint32

    Identity

    Field NameName in Management ConsoleDescriptionType
    x-c-authn-userUserUsername after authentication.
    Special values are:

    • Unauthenticated: a configured authentication bypass matched the Client request.
    • Pending: this request require authentication and is being redirected to the IDP. This request is not yet authenticated.
    • Exception: the POP could not authenticate this request.
    string
    cs-usernameN/AAlias to x-c-authn-user.string
    x-c-authz-groupsGroupsList of groups of the User after authentication. This field will include all groups referenced in the policies, even if the policies are not matching this request.list of string
    x-c-authz-ouOUOrganization Unit of the User after authentication.string
    x-c-user-confidence-indexUser Confidence IndexUser Confidence Index. This field requires at least one policy based on user score.uint16
    x-c-authn-sourceAuthentication SourceSource of the authentication.string
    x-c-authn-surrogateAuthentication SurrogateType of surrogate used to track the authentication.string
    x-c-authn-surrogate-statusAuthentication Surrogate StatusStatus of the surrogate. This field is mostly used to troubleshoot authentication issues.string
    x-c-authz-sourceAuthorization SourceSource of the User identity.string

    Real-time Protection Policy

    Field NameName in Management ConsoleDescriptionType
    x-policy-action(RTP Policy) ActionAction to execute after RTP policy evaluation. (allow, block, bypass, alert, useralert,…).string
    x-policy-name(RTP Policy) NameRTP policy name that matched and triggered the x-policy-action.string
    x-sc-notification-nameNotification TemplateName of the user notification displayed to the end user.string
    x-policy-categories(RTP Policy) CategoriesAll custom and predefined categories applicable for the url in this transaction.list of string
    x-other-categoryN/AAlias to x-policy-categories.list of string
    x-other-category-idN/ADeprecated. Please use x-policy-categories instead.empty
    x-categoryN/AFirst value of x-policy-categories field.string
    x-category-idN/ADeprecated. Please use x-category instead.empty
    x-policy-src-ip(RTP Policy) Source IPSource IP computed by the RTP policy engine to evaluate the policy. This field will be updated with X-Forward-For when configured.string
    c-ipN/AAlias to x-policy-src-ip.string
    x-cs-useripN/AAlias to x-policy-src-ip.string
    x-policy-dst-ip(RTP Policy) Destination IPDestination IP computed by the RTP policy engine to evaluate the policy.string
    s-ipN/AAlias to x-policy-dst-ip.string
    x-policy-dst-host(RTP Policy) FQDNFQDN computed by the RTP policy engine to evaluate the policy.. Source for the FQDN is provided in x-policy-dst-host-source.string
    x-policy-dst-host-source(RTP Policy) FQDN SourceSource for the x-policy-dst-host value computed by RTP policy engine (OriginalDestDomain Sni, Uri, HttpHostHeader, …).string

    SSL Policy

    Field NameName in Management ConsoleDescriptionType
    x-ssl-bypassSSL BypassIndicates if the request was SSL bypassed (not decrypted).string
    x-ssl-bypass-reasonSSL Bypass ReasonIf the request was SSL bypassed, this field will provide the reason.string
    x-ssl-policy-action(SSL Policy) ActionAction of the SSL Decryption Policy that matched the request.string
    x-ssl-policy-name(SSL Policy) NameName of the SSL Decryption Policy that matched the request.string
    x-ssl-policy-issuer(SSL Policy) IssuerCertificate Authority name used to perform SSL Interception.string
    x-ssl-policy-categories(SSL Policy) CategoriesCategories of Destination FQDN computed by SSL Policy Engine to evaluate SSL Decryption Policies.list of string
    x-ssl-policy-src-ip(SSL Policy) Source IPSource IP computed by SSL Policy Engine to evaluate SSL Decryption Policies.string
    x-ssl-policy-dst-ip(SSL Policy) Destination IPDestination IP computed by SSL Policy Engine to evaluate SSL Decryption Policies.string
    x-ssl-policy-dst-host(SSL Policy) FQDNDestination FQDN computed by SSL Policy Engine to evaluate SSL Decryption Policies.string
    x-ssl-policy-dst-host-source(SSL Policy) FQDN SourceProvide insight on how Destination FQDN was computed by SSL Policy Engine. Can be from SNI or original host.string

    Threat Protection

    Field NameName in Management ConsoleDescriptionType
    x-tp-result(Threat Protection) ResultThreat Protection evaluation result.list of string
    x-tp-engine(Threat Protection) EngineThreat Protection engine name in case of malware detection.list of string
    x-tp-malware-nameMalware NameMalware name in case of malware detection.list of string
    x-tp-severity(Threat Protection) SeverityMalware severity in case of malware detection.list of string

    Egress IP Policy

    Field NameName in Management ConsoleDescriptionType
    x-eip-policy-footprint(Egress IP Policy) NameEgress Footprint name matching the POP to Remote Server request.string
    x-eip-policy-name(Egress IP Policy) FootprintEgress IP policy name matching the POP to Remote Server request.string

    Remote Connection

    Field NameName in Management ConsoleDescriptionType
    x-sr-forward-dest(Remote Connection) Forward DestinationDestination Proxy name when forward to proxy is applied on the POP to Remote Server request.string
    x-sr-src-ip(Remote Connection) Source IPSource IP of the POP to Remote Server request. This field is empty if dedicated IPs are used.string
    x-sr-src-port(Remote Connection) Source PortSource port of the POP to Remote Server request. This field is empty if dedicated IPs are used.uint16
    x-sr-dst-ip(Remote Connection) Destination IPDestination IP of the POP to Remote Server request.string
    x-sr-dst-port(Remote Connection) Destination PortDestination port of the POP to Remote Server request.uint16
    sr-bytes(Remote Connection) Bytes UploadedBytes sent from the POP to Remote Server.uint64
    rs-bytes(Remote Connection) Bytes DownloadedBytes received from the Remote Serve to the POP.uint64
    rs-statusRemote Status CodeHTTP status code of the Remote Server to POP response.uint16
    x-sr-headers-nameN/AList of custom HTTP headers inserted.string
    x-sr-headers-valueN/AList of custom HTTP header values inserted.string

    Application

    Field NameName in Management ConsoleDescriptionType
    x-cs-app-activityActivityActivity identified by the proxy.string
    x-cs-app-from-user(Application) From UserUser identity in the Remote Application or Website.string
    x-cs-app-to-user(Application) To UserRecipients of a share/send activity detected in the Cloud Application.string
    x-cs-app-instance-name(Application) Instance NameCloud Application Instance name configured for the instance ID.string
    x-cs-app-instance-id(Application) Instance IDCloud Application instance ID identified by the Proxy.string
    x-cs-app-instance-tags(Application) Instance TagsList of Cloud Application Instance tags.list of string
    x-cs-app-instance-tagN/AAlias to x-cs-app-instance-tags.list of string
    x-cs-app(Application) NameCloud Application name.string
    x-cs-app-cci(Application) CCICloud Confidence Index of the Cloud Application.uint16
    x-cs-app-ccl(Application) CCLCloud Confidence Level of the Cloud Application.string
    x-cs-app-tags(Application) TagsTags of the Cloud Application.list of string
    x-cs-app-category(Application) CategoryCategory of the Cloud Application.string
    x-cs-app-suite(Application) SuiteCloud Application Suite name.string

    Content

    Field NameName in Management ConsoleDescriptionType
    x-cs-app-object-nameObject NameName of the object transferred to/from the Cloud Application.string
    x-cs-app-object-idObject IDID of the object transferred to/from the Cloud Application.string
    x-cs-app-object-typeObject TypeType of the object transferred to/from the Cloud Application.string
    x-rs-file-typeFile TypeType of the object transferred to/from the Remote Server.string
    x-rs-file-categoryFile CategoryCategory of the object transferred to/from the Remote Server.string
    x-rs-file-languageFile LanguageLanguage of the object transferred to/from the Remote Server.string
    x-rs-file-sizeFile SizeSize of the object transferred to/from the Remote Server. Please note this is the size of the full object which can combine multiple requests. For accurate bytes consumption reports, please use bytes fields.uint64
    x-rs-file-md5MD5MD5 Hash of the objects transferred to/from the remote server. This fields can have multiple values when multiple objects are transferred in the same request.list of string
    x-rs-file-sha256SHA256SHA256 Hash of the objects transferred to/from the remote server. This fields can have multiple values when multiple objects are transferred in the same request.list of string

    Remote SSL Certificate

    Field NameName in Management ConsoleDescriptionType
    x-r-cert-subject-cn(Remote SSL Certificate) CNCN attribute of the Remote Server certificate Subject.string
    x-r-cert-issuer-cn(Remote SSL Certificate) IssuerIssuer CN attribute of the Remote Server certificate.string
    x-r-cert-valid(Remote SSL Certificate) ValidOverall result of the evaluation of the Remote Server certificate. This field doesn’t reflect the action of the SSL Engine.string
    x-r-cert-expired(Remote SSL Certificate) ExpiredIndicates if the Remote Server certificate is expired.string
    x-r-cert-untrusted-root(Remote SSL Certificate) Untrusted RootIndicates if the Remote Server certificate is signed by a trusted CA.string
    x-r-cert-incomplete-chain(Remote SSL Certificate) Incomplete ChainIndicates if the Remote Server certificate has an incomplete Issuer chain.string
    x-r-cert-self-signed(Remote SSL Certificate) Self-SignedIndicates if the Remote Server certificate is self-signed.string
    x-r-cert-revoked(Remote SSL Certificate) RevokedIndicates if the Remote Server certificate is revoked.string
    x-r-cert-revocation-check(Remote SSL Certificate) Revocation Check (SSL Certificate)Reserved for future use.string
    x-r-cert-mismatch(Remote SSL Certificate) CN MismatchIndicates if the Remote Server certificate CN/SAN (x-r-cert-subject-cn, SAN is not logged) is not trusted for the requested SNI (x-cs-sni).string
    x-r-cert-startdate(Remote SSL Certificate) Start DateStart date/time of the Remote Server certificate. This field provides the text format.string
    x-r-cert-startN/AStart date/time of the Remote Server certificate. This field provides the epoch format in seconds.uint64
    x-r-cert-enddate(Remote SSL Certificate) End DateEnd date/time of the Remote Server certificate. This field provides the text format.string
    x-r-cert-endN/AEnd date/time of the Remote Server certificate. This field provides the epoch format in seconds.uint64

    Remote SSL

    Field NameName in Management ConsoleDescriptionType
    x-sr-ssl-ja3s(Remote SSL) JAS3sJA3S Fingerprints the way the server responds to the TLS.string
    x-sr-ssl-engine-action(Remote SSL) Engine ActionIndicates the result of SSL Engine processing between the POP and the Remote Server.string
    x-sr-ssl-engine-action-reason(Remote SSL) Engine Action ReasonProvides details of the SSL Engine processing between the POP and the Remote Server.string
    x-sr-ssl-malformed-ssl(Remote SSL) Malformed SSLIndicates if the SSL Engine encounters malformed SSL packet during SSL/TLS negotiation between the POP and the Remote Server.boolean
    x-sr-ssl-handshake-error(Remote SSL) Handshake ErrorIndicates a problem to establish SSL/TLS negotiation between the POP and the Remote Server. Please check x-server-ssl-err for more details.boolean
    x-sr-ssl-client-certificate-error(Remote SSL) Client Certificate ErrorIndicates that the Remote Server requested a Client certificate during SSL/TLS negotiation.boolean
    x-server-ssl-err(Remote SSL) ErrorDescription of SSL error between POP and Remote server.string
    x-sr-ssl-version(Remote SSL) VersionTLS Version negotiated between the POP and the Remote Server.string
    x-sr-ssl-cipher(Remote SSL) CipherCipher suite negotiated between the Client and the POP.string

    Remote Geolocation

    Field NameName in Management ConsoleDescriptionType
    x-r-location(Remote) LocationLocation (e.g. city) of the Remote Server.string
    x-s-locationN/AAlias to x-r-location.string
    x-r-zipcode(Remote) ZipcodeZip code of the Remote Server.string
    x-s-zipcodeN/AAlias to x-r-zipcode.string
    x-r-region(Remote) RegionRegion (e.g. state) of the Remote Server.string
    x-s-regionN/AAlias to x-r-region.string
    x-r-country(Remote) CountryCountry of the Remote Server.string
    x-s-countryN/AAlias to x-r-country.string
    x-r-latitude(Remote) LatitudeLatitude of the Remote Server.float64
    x-s-latitudeN/AAlias to x-r-latitude.float64
    x-r-longitude(Remote) LongitudeLongitude of the Remote Server.float64
    x-s-longitudeN/AAlias to x-r-longitude.float64
    In this Topic
    • Transaction Events Fields Reference