Hi @LoïcME Glad to e-meet you!I'm excited to have you as a mentee and look forward to supporting you in achieving your goal of passing the certification by the end of this quarter. Let's work together to make the most of this mentorship, and I'm confident that we'll both learn and grow from this exp...
Hi @InderpreetSin Glad to e-meet you!I'm excited to have you as a mentee and look forward to supporting you in achieving your goal of passing the certification by the end of this quarter.
Yes, it worked after applying the delay. Earlier this was disabled on my property settings.Is it the best practice to apply delay or rule components in sequence?I appreciate your help here.
Hi @Ankit_Chaudhary Yes, I am setting up the data element using the custom code in the same rule and then using it to update eVar in Web SDK update variable UI. I did do the console.log of the Data element but it is coming after sendEvent/interact call fired.
Thank you for your response, wondering why Adobe has mentioned in the documentation that we can utilize percent (%) syntax to reference variables for many form fields in your tag implementation, reducing the need to call _satellite.getVar(). With the data object there is no need to use Schema/field ...
Hi Team, I have created a data element using _satellite.setVar("linkText","clickText") in the custom code of the rule. Then I am using percent (%) syntax reference this in AEP web SDK update variable type as shown below in eVar50When I check the value in network call I am seeing it as %linkText%Can ...