Data not showing up on the dashboard when using 1.4 Data insertion API.
If I receive a success response from the 1.4 data insertion API using the right tracking server; does anyone 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>
and according to the docs, this is a successful response: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/reference/r_post_response_codes.md
but all the data that I've been sending is not showing up on the analytics report 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/or why is not showing up.
Thank you!