Solved

Difference between empty client type and other client type

  • 8 December 2023
  • 3 replies
  • 61 views

Badge

We are using Query metric Aggregates endpoint by Client Type and we are wondering what is the difference between "" Client Type and "Other" Client Type.
Here is an example of a response we are having : 

{
"data": [
{
"dimensions": [
""
],
"measurements": {
"count": [
11938.0
]
}
},
{
"dimensions": [
"Other"
],
"measurements": {
"count": [
951.0
]
}
}
]
}

We are using version 2023-09-15

Thank you ! 

icon

Best answer by Brian Turcotte 8 February 2024, 21:34

View original

3 replies

Userlevel 7
Badge +36

Hi @dashthis!

I’m going to check on this with our API team and I’ll update the thread ASAP!

Best,

Brian

Userlevel 7
Badge +36

Hi @dashthis!

My apologies for the delay here!

Client type [blank] means the client type was not tracked, and Client type ‘other’ means the Client type was not MacOS or Windows.

 

Best,

Brian

Badge

Thanks Brian!

 

 

Reply