Properties & metrics

 

Foreword

See Postman example

In the columns parameter you can enter all properties and metrics that might be available in the call. To obtain the properties and metrics labels, you can go to your Data Model and look for the property key, or go to Data Query and hover the (i) next to the name:

 

Image of Yaktocat

 

Examples:

 

// Body with one period:
"columns": [ 
  "device_type", 
  "m_visits" 
] 

// Body with multiple periods:

"columns": [  
  "device_type",
  "p1.m_visits",
  "p2.m_visits"
]

# Body with one period:
"columns": [ 
  "device_type", 
  "m_visits" 
] 

# Body with multiple periods:

"columns": [  
  "device_type",
  "p1.m_visits",
  "p2.m_visits"
]

# Body with one period:
"columns": [ 
  "device_type", 
  "m_visits" 
] 

# Body with multiple periods:

"columns": [  
  "device_type",
  "p1.m_visits",
  "p2.m_visits"
]

# Body with one period:
"columns": [ 
  "device_type", 
  "m_visits" 
] 

# Body with multiple periods:

"columns": [  
  "device_type",
  "p1.m_visits",
  "p2.m_visits"
]

 

Last update: 04/05/2021