Is it possible to send extra parameters to view_email_url and then pick them up and use them on the web version of the email? I would like to do this so I can perform different actions, such as display a pop up or play a video.
It should be as simple as the code below, but unfortunately RequestParameter doesn't seem to work on the VAWP:
%%[if _MessageContext == "VAWP" thenset @parameter = RequestParameter("parameter")]%%<span>The parameter is: %%=v(@parameter)=%%</span>%%[ endif ]%%