Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

can sperate data insertion API requests gathering data under "Marketing Cloud visitor Id"

Avatar

Level 2

our backend server is integrating with adobe using Analytics For Target "A4T" using Delviry Api and Data Insertion Api
example of requsts : 

Delivery api :: GET

https://{clientCode}.tt.omtrdc.net/rest/v1/delivery?client={clientCode}&sessionId={sessionId}

 Data Insertion api :: GET

https://{datacollectionhost}/b/ss/{rsid}/0?pe=tnt&tnta={payload}&mcid={mcid}

 okay ..
every things is working good till now meaning that that we have a unique visitors numbers we have the mcid reflected there.
but on the mobile side  we have an integration with Tealium IQ that also at the end is talking to Analytics via data inserion  api and sends alot of variables in the request like 

https://smetrics.company.co.ea/b/ss/testgrouptestprod/0/JS-2.17.0/s85567447250968?AQB=1&ndh=1&pf=1&t=12/11/2022 15:27:29 1 -120&sdid=31241431414-4141341343&mid=3232312321312312321312`312&aamlh=6&ce=UTF-8&ns=sss&cdp=3&fpCookieDomainPeriods=3&pageName=test:UCMS:Homepage&g=https://www.test.co.test/&cc=GBP&ch=desktop web&server=www.test.co.test&events=event3&aamb=RKhpRz8krg2tLO6pguXWp5olkAcUniQYPHaMWWgdJ3xzPWQmdj0y&h1=test/UCMS/&c4=www.test.co.test&v5=D=c6&c6=test&c14=ut4.39.202212051144&c21=test.co.test&c22=test.co.test&v28=D=pageName&c75=test-main&v89=di-78813-434343434&v104=test-main&v117=reload&v120=D=User-Agent&v125=desktop web&v127=desktop web&v192=web browser&v193=onetrust banner not displayed&s=1440x900&c=24&j=1.6&v=N&k=N&bw=822&bh=797&mcorgid=434343@AdobeOrg&AQE=1

 so these data inside variables don't reflect under the same activity that delivery api hit meaning that if we have :

these requests in order 
https://company.tt.omtrdc.net/rest/v1/delivery?client=company&sessionId=232323-32323-23232323-2323

https://smetrics.company.co.ea/b/ss/testgrouptestprod/0?pe=tnt&tnta=32323-3232-0987&mcid=12334546676...
https://smetrics.company.co.ea/b/ss/testgrouptestprod/0?c65=see more & v28=homepage&v77=1233454667676

why I can't see the c65 &v28  results under my activity in analytics workspace ?
So can sperate requests to adobe analytics reflecting results under the mcid ?
can I group all the data from different integration and different adobe platforms with MCID "Marketing Cloud Visitor Id"?

It seems that results from c65 and v28 go under unspecified activity and I don't know why is that because we don't provide the activity name with the integration of Tealium IQ ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

First, just to confirm... both the calls are going to the same suite?

 

Second, both the calls are getting a server 200 response code? The second one isn't failing with a 4xx or 5xx response code?

 

When you say "why I can't see the c65 &v28  results under my activity in analytics workspace ?"; do you mean for the call that is sending them, or against the A4T call that is not? I am not sure if there is a way to stitch separate tracking requests together.. I know with CJA you can stitch user data together.. but that is different....

 

 

Full disclosure, I don't use Target, so I am less familiar with the A4T tracking calls... but since no one else posted, I wanted to at least try to help.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

First, just to confirm... both the calls are going to the same suite?

 

Second, both the calls are getting a server 200 response code? The second one isn't failing with a 4xx or 5xx response code?

 

When you say "why I can't see the c65 &v28  results under my activity in analytics workspace ?"; do you mean for the call that is sending them, or against the A4T call that is not? I am not sure if there is a way to stitch separate tracking requests together.. I know with CJA you can stitch user data together.. but that is different....

 

 

Full disclosure, I don't use Target, so I am less familiar with the A4T tracking calls... but since no one else posted, I wanted to at least try to help.