Skip to main content
Contributor I
December 8, 2023
Solved

Difference between empty client type and other client type

  • December 8, 2023
  • 3 replies
  • 120 views

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 ! 

    This topic has been closed for replies.
    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
    Klaviyo Alum
    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
    Klaviyo Alum
    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

    dashthisAuthor
    Contributor I
    February 8, 2024

    Thanks Brian!