Hi,
I am trying to extract classified conversion variables out of Adobe using Data Warehouse API using the following syntax-
{ 'id': 'evar20',
'classification':'Classification Name'}
Once I receive the response, I receive the original name of evar20, not 'Classification Name'. Is there any way I can fetch the classifications with their names?
Thanks