In the NmsTracking_ClickFormula option, we have this part of the code: <%= escapeUrl("$(urlId)") %>, which is supposed to contain the nmsTrackingUrl Id (as per this documentation: https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/tracking-messages/tracking-personalized-...
Hi Abhishek,This answers the use of that setting, but could you please explain what is the purpose of 0 id records? and why is a 0 id record added to recipients by default? Regards,Hari
Hi Abhishek,Now the records have been inserted in postgreSQL table. Not sure why it was delayed, but it wasn't displaying then. Sorry for the confusion and thanks for the response. Regards,Hari
Hi Abhishek,Here is my update data activity:capillaryId is the name of the primary key in the extended recipient schema. User_id is the name of the corresponding PK field in the csv. Regards,Hari
I am trying to import data from a csv file. Pretty much same use case as this article:https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/clarification-on-insert-or-update-in-adobe-campaign-classic/m-p/442478 .I have followed the approved solution and I am not getting a...
Within a schema element, we can define two attributes namely "aggregate" and "template" but both seem to serve the same purpose of copying another element's definition. What exactly is the difference between them and what situation do we use one over the other?