Thank you for the response.
I've been looking through the Adobe Debugger and haven't seen anything related to Category Affinity being captured there.
On second pass, now I'm seeing where I should be looking in my Browser Network tab. I was originally looking at /b/ss/, which I see now is just for Analytics debugging. Now that I'm looking at /m2/, I'm seeing Target information but, as above, no logging of Category Affinity being captured.
I suspect this is a misconfiguration on my part. If you are able to assist with troubleshooting my configuration, that would be very much appreciated. Below is an outline of what I have put together in Launch.
- Data Element
- Name "Target - Category Affinity"
- Mapped to Javascript variable digitalData.tags.categories to capture value in our Data Layer
- Duration: Pageview
- Default Value, Force Lowercase, and Clean Text are all left blank/unchecked
- Validated that the pages I'm testing have values in the data layer in this location (digitalData.tags.categories)
- Rules
- All Pages rule
- Action for Target Extension
- Action Type: Add Params to Global Mbox
- user.categoryId = %Target - Category Affinity%
- "Don't send if empty value" is checked
Any ideas on what might be going wrong here?