SOLVED

Adobe Connect asks registered users to sign in.

Go to solution
Gerard_Donnell4
Level 10

Adobe Connect asks registered users to sign in.

I have integrated Adobe Connect with Marketo however when users clicks the link to the webinar from an email which contains their username and password they still get prompted to sign in to the webinar before entering the room.

Does anyone know why this is happening or how to stop it? We would like users to automatically enter the room without having to fill in their details.  Many are just signing in as a guest to save time and this is not allowing us to track them correctly.

Kind regards,

Gerard

1 ACCEPTED SOLUTION

Accepted Solutions
Frank_Breen2
Level 10

Re: Adobe Connect asks registered users to sign in.

Gerard, it sounds like you are using the Adobe Connect Webinar token link, this can be temperamental sometimes, it's best to build the url yourself and add the {{lead.Email Address}} token, something like:

http://mycompany.adobeconnect.com/webinar-name?guestname={{lead.Email Address}}

Replace mycompany with your companies name and webinar-name with the event name. That way when a person clicks the link in a live email, it will auto log them into Adobe Connect room.

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Adobe Connect asks registered users to sign in.

Hi Gerard,

This is probably due to the settings of your webinar in Adobe, not due to the Marketo connector.

-Greg

Frank_Breen2
Level 10

Re: Adobe Connect asks registered users to sign in.

Gerard, it sounds like you are using the Adobe Connect Webinar token link, this can be temperamental sometimes, it's best to build the url yourself and add the {{lead.Email Address}} token, something like:

http://mycompany.adobeconnect.com/webinar-name?guestname={{lead.Email Address}}

Replace mycompany with your companies name and webinar-name with the event name. That way when a person clicks the link in a live email, it will auto log them into Adobe Connect room.

Gerard_Donnell4
Level 10

Re: Adobe Connect asks registered users to sign in.

Thank you both Grégoire and Frank.  I still couldn't get it logging in correctly but using the token based url it is working.