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
Solved! Go to Solution.
Views
Replies
Total Likes
Could you elaborate what you mean by the delta?
Could you elaborate what you mean by the delta?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Here delta means the title or name of the evar,prop and event change.
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,
....
}
on 04/20/2020 For evar10
{
"id": "variables/evar10",
"title": "clientId (10)",
"name": "clientId (10)",
"type": "string",
"category": "Conversion",
"support": [
"oberon",
"dataWarehouse"
],
....
}
Above example title is on 04/27 and 04/26 are diffrent.
Is any where to get the list of any delta changes to custom variables (evars, props) and event definitions through API or configuration
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies