SOLVED

Re: Tracking Sign in with google signups using Bizible

Go to solution
bhavinbhatt
Level 1

Tracking Sign in with google signups using Bizible

Hello, we are facing this issue with Bizible tracking where we are not able to track any form submissions that happen using Sign in with google. No touchpoints are getting created for these form submissions. 

Has anyone encountered this issue and implemented a fix that is stable. Bizible support has provided a solution but in their own terms its hacky at best. Please help!

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Tracking Sign in with google signups using Bizible

You could push the form submission activity on a non-Marketo form to create a touchpoint using the available methods in the Bizible JS. Check out this documentation page.

Bizible.Push('Form','MyFormID');

There's an alternate option that involves creating custom interactions and generating offline touchpoints using it. I'd recommend going via that route only if you're not able to generate the touchpoints via the above method.

 

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Tracking Sign in with google signups using Bizible

You could push the form submission activity on a non-Marketo form to create a touchpoint using the available methods in the Bizible JS. Check out this documentation page.

Bizible.Push('Form','MyFormID');

There's an alternate option that involves creating custom interactions and generating offline touchpoints using it. I'd recommend going via that route only if you're not able to generate the touchpoints via the above method.