It's been working just fine for me today. I'd recommend trying it in a different browser (at least incognito window) with a fresh project in Workspace.
It sounds like you are trying to send data into Adobe Analytics directly from a backend using an API. If that's true, then you want to use the Data Insertion API: Data Insertion API | Adobe Analytics
The hash (#) character is a reserved character in URLs that is not considered to be part of the query string. You either have to HTML entities encode that character or manually capture it some other way (via custom Javascript function). Tracking code dimensions (assuming eVar) are limited to 255 cha...
Is this related to AEP and not Adobe Analytics? In my experience, the Data Collection endpoints for Adobe Analytics are generally designed to accept whatever you pass them as quickly as possible without any immediate validation checks on the report suite ID or variable names.
You might want to try rebuilding the Data Warehouse request, because when I tested it, the dates were properly escaped with quotation marks ("):"Date","Visits"
"November 10, 2021",193651
"November 11, 2021",203375
"November 12, 2021",196598
"November 13, 2021",185707
"November 14, 2021",183288
"Nove...
The key benefit is that the persistent id and transient id do not need to be present on the exact same record from AEP. You can have a record that links ID1 to ID2 and another record elsewhere that links ID2 to ID3. Then, if you need to look up ID3 from ID1, the Graph based stitching approach can do...
In my tests, chatgpt is not captured in the Referrer Type dimension as a Search Engine, but rather an Other Site. When I asked my Technical Account Manager, they responded with the following:"ChatGPT is not designed to be an SEO tool. It can provide information and suggestions based on web data, th...
I'm missing enough information to properly answer your question, but where I've seen this happen is when First Party Cookies are not implemented for the Experience Cloud ID Service on that specific domain.My first recommendation would be to look at the tracking server setup on the site for the brand...