Hello.....
Could somebody please help me finding some kind of documentation on this.
I use the Adobe analytics Developer Api source code in klipfolio, but somehow the date is
chancing on the wrong time, so I was wondering if I could set the date to use GMT+2, cant find any documentation....
Here is the code:
"reportDescription":{
"reportSuiteID":"**********",
"date":"{date.today}",
"dateFrom":"{date.today}",
"dateTo":"{date.today}",
"dateGranularity":"day",
"metrics":[
{
"id":"orders"
}
]
},
"currentdata":true
}
Please Help me, Rasmus