You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/analytics-event-api.adoc
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,8 +214,7 @@ Your report can query data for one or more of the available data fields:
214
214
|Application Name |Name of the application making the API request (only available when a client ID is passed with the request).
215
215
|Browser |Browser type associated with the incoming API request.
216
216
|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.
219
218
|Continent |The continent from which the API request originated (inferred by the IP address of the client).
220
219
|Country |The country from which the API request originated (inferred by the IP address of the client).
221
220
|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:
246
245
+
247
246
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.
248
247
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
+
249
254
== See Also
250
255
251
256
* xref:viewing-api-analytics.adoc[Viewing Mule API Analytics]
0 commit comments