Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Converting Data Prep mapping inside datastream into Tags (Rules) inside data collection

Avatar

Level 2

Hi There,

 

Not sure if this has been asked before. But our current implementation of Mobile SDK is that we are sending data layer object in a form of

 

 "events": [{
        "xdm": {
            "": "",
            "_id": "2b045925-ec98-44d2-8084-73210b28f582",
            "timestamp": "2023-10-18T03:36:07.411Z"
        },
        "data": {
            "scd": {
                "datalayer": {
                    "key1": "value1",
                    "key2": "value2",
                    "key3": "value3"
		}
	    }
 	}
}];

 

Now, we know that whatever inside XDM parent can be treated as default schema and automatically mapped into dataset and/or adobe analytics. However, the custom datalayer inside "data.scd.datalayer" need to be further mapped vai data prep. example below

 

FelixAgung1_0-1723696225982.png

 

My question is, if we have to keep adding more rows for every eVars, props, events in the future when the DEVs is introducing new datalayers, I can see this as a lot of overhead work maintaining this data prep for 1 data stream. Is there a way to somehow migrate this inside data collection (adobe launch) tags/rules/data elements somehow? I've been scouring through online documentation but can't really find a good answer yet.

 

 

Regards,
Felix

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Administrator

@RiteshY18 @Sneha-Parmar @abhinavbalooni @Gokul_Agiwal @Bhoomika_S @bjoern__koth Curious to hear SMEs perspectives on this question. Do you all mind sharing your thoughts?



Kautuk Sahni