I am working on eloqua 10.
I have a scenario like this, suppose i am creating a an email in eloqua and which has a tracking link on the email template.
http://www.mytestsite.com/page.html?elqTrack=true
Now,I would like to pass the contacts email address to be appended to the above link loke this
http://www.mytestsite.com/page.html?elqTrack=true&email={emailaddress}
Is there any way to add a placeholder or query string to the above tracking url , so that it will dynamically loads with the email address of the users in the segment; while viewing the campaign by the end user ?
Got my point, so
When i see the email campaign the link will be
http://www.mytestsite.com/page.html?elqTrack=true&email=myemail@mydomain.com
and for some other users i will be
http://www.mytestsite.com/page.html?elqTrack=true&email=otheruser@theirdomain.com
Do eloqua support this kind of functionality?
Thanks