Tracking Sign in with google signups using Bizible | Community
Skip to main content
Level 1
February 22, 2023
Solved

Tracking Sign in with google signups using Bizible

  • February 22, 2023
  • 1 reply
  • 1017 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

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.

 

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
February 24, 2023

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.