Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Properties and metrics

Benjamin Diolez edited this page May 5, 2026 · 1 revision

Data API / Reporting API v3 / Parameters / 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"
]

Wiki contents

Clone this wiki locally