Expand my Community achievements bar.

SOLVED

Adobe Analytics Data Insertion API 1.4 - URL/endpoint

Avatar

Level 1

Hello,

 

The Adobe Analytics Data Insertion API 1.4 docs mention this URL (https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/sample_code/r_sa...) as the endpoint to send the data insertion requests: 

http://namespace.sc.omtrdc.net/b/ss/ll/6

Is this a global URL that anybody can use or are we supposed to change the "namespace" substring to something specific to our license and, if that's the case, where should I obtain that for our company?

 

Thanks.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@cplata-xd "

namespace.sc.omtrdc.net

 

This is basically your tracking server, this URL will change for every company. Every company will be having a unique namespace. You can obtain it from the URL of the landing page of your Adobe Analytics account or you can reach out to client care so that team can share that value for your specific company

 

 

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@cplata-xd "

namespace.sc.omtrdc.net

 

This is basically your tracking server, this URL will change for every company. Every company will be having a unique namespace. You can obtain it from the URL of the landing page of your Adobe Analytics account or you can reach out to client care so that team can share that value for your specific company

 

 

 

 

Avatar

Level 1

Thank you!

 

One more question, if you don't mind, if I receive a success response from the 1.4 data insertion API using the right tracking server; do you know where in the Analytics platform/admin console can I find if the data is reaching the report ID that I'm using in my requests?

 

All my http requests are returning this message from the 1.4 data insertion API:

<?xml version="1.0" encoding="UTF-8"?>
<status>SUCCESS</status>

 

but all the data that I've been sending is not showing up on the analytics report Id that I'm using and I can't find anything on the admin console to let me see if the data is getting there and why is not showing up.

 

Thanks again!