I am trying to get the list of the Adobe dimensions using the Adobe 2.0 dimensions API. Is it possible to get the delta(historic) processing of the dimension? Currently, we are not receiving the start date or end date of the dimension form the API.
For Ex:
on 04/27/2020 For evar10
{
"id": "variables/evar10",
"title": "ClientCode(10)",
"name": "ClientCode(10)",
"type": "string",
"category": "Conversion",
"support": [
"oberon",
"dataWarehouse"
],
"pathable": false,
"extraTitleInfo": "evar10",
"segmentable": true,
"reportable": [
"oberon"
],
"supportsDataGovernance": true,
"tags": []
}
on 04/26/2020 For evar10
{
"id": "variables/evar10",
"title": "clientId (10)",
"name": "clientId (10)",
"type": "string",
"category": "Conversion",
"support": [
"oberon",
"dataWarehouse"
],
"pathable": false,
"extraTitleInfo": "evar10",
"segmentable": true,
"reportable": [
"oberon"
],
"supportsDataGovernance": true,
"tags": []
}
Is any where to get the list of any delta changes to custom variables (evars, props) and event definitions