Skip to main content
Solved

Difference between empty client type and other client type

  • December 8, 2023
  • 3 replies
  • 72 views

Forum|alt.badge.img+2

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 ! 

Best answer by Brian Turcotte

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

3 replies

Brian Turcotte
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • December 11, 2023

Hi @dashthis!

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

Best,

Brian


Brian Turcotte
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • Answer
  • February 8, 2024

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


Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 1 reply
  • February 8, 2024

Thanks Brian!