Skip to content

Commit f4b23e4

Browse files
Update analytics-event-api.adoc
1 parent 5a458da commit f4b23e4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

modules/ROOT/pages/analytics-event-api.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ Your report can query data for one or more of the available data fields:
214214
|Application Name |Name of the application making the API request (only available when a client ID is passed with the request).
215215
|Browser |Browser type associated with the incoming API request.
216216
|City |The city from which the API request originated (inferred by the IP address of the client).
217-
|Client IP |IP address of the client making the API request. +
218-
To not forward the Client IP, in `wrapper.conf`, set `anypoint.platform.analytics_include_client_ip` to `false`.
217+
|Client IP |IP address of the client making the API request.
219218
|Continent |The continent from which the API request originated (inferred by the IP address of the client).
220219
|Country |The country from which the API request originated (inferred by the IP address of the client).
221220
|Hardware Platform |The hardware type of the client making the request (such as Mobile, Tablet, Desktop, etc.).
@@ -246,6 +245,12 @@ In your query, if the `Content-Length` header is:
246245
+
247246
For example, if the output returned is a DataWeave stream and the `Content-Length` header is not present, the Analytics Event API does not report a response size because the value is not a String. However if your application performs a String conversion, the response size is listed.
248247

248+
== Restricting Client IP Data
249+
250+
If don't wish to forward client IP data, set `anypoint.platform.analytics_include_client_ip` to `false` in the `wrapper.conf` file.
251+
252+
If you choose not to forward client IP data, geolocalized data such as City, Continent, Postal Code, Country, and Time Zone is also not available.
253+
249254
== See Also
250255

251256
* xref:viewing-api-analytics.adoc[Viewing Mule API Analytics]

0 commit comments

Comments
 (0)