Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
Could you elaborate what you mean by the delta?
Could you elaborate what you mean by the delta?
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten