Need Consistent approach for tracking Action name on web interaction clicks
Hi everyone,
our implementation - we are sending data to adobe analytics through AEP WEB SDK using DCR approach through EDGE network
Issue
As per the existing Implementation - we are tracking the CTA button names/text present on the U.I on the Web Interaction Link Click calls. However, on the Web Interaction Commerce events (Like add to cart, instant purchase etc) we are passing custom hard coded value as name of the CTA, which is polluting the data that is flowing to Adobe Analytics
especially, we are not firing a seperate link click call on the click of CTA's like "Add to Cart", "Buy now" for which, we are firing only commerce typed web interaction call where we are passing custom hard coded names as "Action name" on these calls
When i checked with Developer to make the CTA name (Action name) tracking consistent on all web interaction calls, he mentioned he was having some technical challenges which I don't know/I'm not aware of
Currently, I proposed an alternative solution to Implement link click call on click of all CTA button's (no matter what), tracking the exact name/text of CTA's/Links
&
having a seperate web interaction call for e-commerce events
this is adding up the calls, which the client doesn't like
can any one help me with any solution
Thanks & Regards,