Tracking Sign in with google signups using Bizible | Adobe Higher Education
Skip to main content
Level 1
February 22, 2023
Beantwortet

Tracking Sign in with google signups using Bizible

  • February 22, 2023
  • 1 Antwort
  • 1017 Ansichten

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!

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

Darshil_Shah1
Community Advisor and Adobe Champion
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.