I am tasked with monitoring opt-outs from our directory by documenting the date within a designated embedded data variable, which I've named R_Opt_Out. My question is whether it's feasible to construct the opt-out link in a way that captures this information when individuals click on it.
I’m thinking something like:
${l://OptOutURL}&OptOut=dir&R_Opt_Out=${date://CurrentDate/DM}${date://OtherDate/Y/+0 day}
Thank you all!