Adobe dimensions: get the list of any delta changes to custom variables (evars, props) and event definitions | Community
Skip to main content
raviprasadp7863
Level 2
April 27, 2020
Solved

Adobe dimensions: get the list of any delta changes to custom variables (evars, props) and event definitions

  • April 27, 2020
  • 3 replies
  • 7028 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

Could you elaborate what you mean by the delta?

3 replies

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
April 27, 2020

Could you elaborate what you mean by the delta?

raviprasadp7863
Level 2
April 28, 2020
Please refer the above answer to your question
raviprasadp7863
Level 2
April 28, 2020

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

jantzen_b
Adobe Employee
Adobe Employee
June 1, 2021
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?