I'm still pretty fresh to Adobe Analytics (I was primarily a WebTrends user and currently Google Analytics) and I'm working through enabling reporting on UTM parameters in Adobe Analytics. I've used this article as a baseline guide (https://medium.com/@utmsmartmanager/the-complete-guide-to-using-utm-parameters-in-adobe-analytics-df...). I'm at the point now where we have code deployed to collect the UTM parameters from the URL (when present) and pass them in a single string to the campaign variable. I added the classifications, set up the classification rules (regex method), and linked the rules to my report suites.
![Screenshot 2024-08-16 122119.png Screenshot 2024-08-16 122119.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/78839iD2EE1CA6AF38925E/image-size/large?v=v2&px=999)
![Screenshot 2024-08-16 121549.png Screenshot 2024-08-16 121549.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/78835i8185FDC89A3DE38B/image-size/medium?v=v2&px=400)
![Screenshot 2024-08-16 121710.png Screenshot 2024-08-16 121710.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/78836i54965A7B8D0C966A/image-size/large?v=v2&px=999)
When I set up a table and use the Tracking Code dimension, I can see the full string in the line items. But when I set up a table with the Source, Medium, Campaign, Term, Content dimensions, everything is listed as Unspecified. Testing in the classification rules breaks down the string properly into the correct classifications.
![Screenshot 2024-08-16 121903.png Screenshot 2024-08-16 121903.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/78837iEC6DA91D00D4DD32/image-size/large?v=v2&px=999)
It feels like I'm missing something simple/obvious, but I can't seem to locate that silver bullet in the settings or digging around online. Does anyone who's been able to get this working successfully have any tips/pointers?