our backend server is integrating with adobe using Analytics For Target "A4T" using Delviry Api and Data Insertion Apiexample of requsts :
Delivery api :: GET
https://{clientCode}.tt.omtrdc.net/rest/v1/delivery?client={clientCode}&sessionId={sessionId}
Data Insertion api :: GET
https://{datacollec...
What is difference between conversion and analytics metrics
What action was taken by your audience to indicate your goal has been reached?
how can I measure clicked on mbox ? meaning that what is mbox in that context ?I know that using analytics metrics will give me the ability to choose a lot of ...
as you can see in the panel I want to show the MCID for an activity but it shows un specified and low traffic .. so I 'm asking why ?
I'm using Data Insertion Api for implementing adobe analytics .sample of the request ::
data.insertionApi.url=https://{datacollectionhost}/b/ss/{rsid}/0?pe=tnt&t...
I'm sorry that you received that feeling that we are copying and pasting we are not ... and we appreciate your help in our issuefirst of all this is a delivery api that we are using and we are trying to implement Adobe Analytics for Target from server side.let me raise the issue again. we are try...
this is sample from delivery-api documentation : as you can see there is only 3 required pe,tnta,mcid
Sample A4T Data Insertion HTTP Get Call:https://demo.sc.omtrdc.net/b/ss/myCustomRsid/0/MOBILE-1.0?pe=tnt&tnta=285408:0:0|2&mcid=2304820394812039
my api looks like this :: https://metrics.c...
I'm using Data Insertion Api GET in the Documentation the api is "https://smetrics.companyName.co.ec/b/ss/{rsid}/0/" they said that the zero is referred to indicates that the data submission requires JavaScript processinghttps://namespace.sc.omtrdc.net/b/ss/fdfd/10/CODEVERSION?pe=tnt&tnta=4343&mci...
is that mean if my tracking server is :
metrics.companyname.co.usso the dataCollection host will be : "metrics.companyname.co.us"No need for "sc.omtrdc.net"is there any difference between metrics and smetrics "I see smetrics a lot " ?Thanks a lot for your help I really appreciate it
Thank you for your responding .do you mean that datacollectionhost is some thing i create from adobe analytics adminstration or that is some thing in the activity itself I read something about that tracking server is the datacollectionhostis tracking server same as datacollection host ?
we want to use adobe analytics for reports and we see that there is an API called data insertion API is used for processing the request and counting unique visitors we pass and mcid is required for that API and I don't know it is required and from where I should get this mcid ?// our approach of the...