@NikitaFe I tried that approach already. I was never able to get my DMA dataset backfilled into my CJA Connection. After 10 business days, my DMA dataset (which only had 200 rows) still wasn't "backfilled complete", indicating that CJA won't ingest datasets that don't have 'identities'. To your k...
@NikitaFe How did you get CJA to load a lookup table without an identifier in the schema? Meaning, the schema you create that includes the two fields (DMA ID and DMA Name), one of those fields has to be identified as an identifier. You can't use DMA ID cause 'integer' fields can't be set as identif...
Hi All. I hope things are going well. I had an idea I was hoping you could consider. It seems that the OOTB functionality of the AEP data processing from a Web SDK implementation includes converting the user's IP address into the Designated Marketing Area Identifier (DMA ID). This identifier is p...
@NimashaJain @sreeCharan81 Yes, your comment about 'STRUCT' was a bit vague and didn't provide much detail, but I was able to figure it out. In short, for the rest of the community, when creating a dataset from an SQL query, you need to use the STRUCT approach to account for any of your 'custom' s...
Okay, I think I figured it out. There is a 'content.clickedElement' object available in the On before link click send callback custom code screen within the Web SDK. I swear it wasn't there last week when I first checked, but who knows. So if you need to access what the user clicked within this ...
Hey all, I'm back with another question that I'm hoping you might be able to help me with. I'm trying to figure out away to reference the javascript 'this' object while writing code within the Web SDK Extension's "On before link click send callback" custom code screen. If I add a console log for th...
@samhollingshead Thank you so much for that recommendation, I was able get campaign tracking code added to the 'Click Data Collection' beacon when you download a pdf and click an exit link using object.assign(). Much appreciated!!