I have this string:
Engaged View Beacon Url: https://ad.doubleclick.net/ddm/trackimp/..., Dcm Beacon Url: https://ad.doubleclick.net/ddm/trackimp/.....
I try to extract the two urls from it.
I have tried this, but I get only the first url. Why? How can I improve this?
=SPLIT(REGEXREPLACE(REGEXREPLACE(F21, "Dcm Beacon Url: ", "♥"), "Engaged View Beacon Url: ", ""), "♥")