HubSpot Ideas

NHermoso

Allow for conversion tracking with Meetings in HubSpot

It would great if the user could use their own URL redirect as a confirmation for signing up for a time in the meetings tool. This will aid in conversion tracking. As for now, a thank you message appears on the same page as a confirmation.

40 Replies
thomas_workpath
Member

I've found a workaround by reverse engineering Hubspot's embed script for now. It seems they are using postMessage api to trigger some events that can be listened for when embedding the meeting form with an iframe. Short snippet with explanation here: https://gist.github.com/thomas88/a6ce89ee577ee3f8f5e6f8ed599e5a23

hroberts
HubSpot Product Team

Hi all! I'm thrilled to announce that conversion tracking in HubSpot for Meetings is now live! @thomas_workpath @tangiblee I'd strongly encourage you to file separate idea postings so we can track interest in the ability to embed custom code to the form submit action and custom thank you page to allow tracking in external systems, respectively. Thanks!

ChandlerW
Participant

We're about to launch a campaign advertising in Adwords for people attending specific conferences, sending them to the landing page with a prompt to meet us and book a time on our calendar. We want to show a booked meeting as a conversion in Adwords but it won't be possible until tracking is enabled.

Marno_Watson
Member

This is exactly what we also need! Please email me when this is implemented marno.watson@procurementexpress.com

GraehamF
Participant

Tracking conversions within HubSpot is great, BUT we also need to track our ad performance via Google Analytics and Facebook Pixels, so we still need to redirect to a "thank you" page of sorts to track our advertising conversions.

mrspabs
Top Contributor | Elite Partner

@hroberts we still need the ability to either redirect to a thank you page or customize the confirmation page by embeddeding JS or other text.

JakeW
Contributor

+1

tafek
Member

+ 1

 

Just so I get an idea of an available workarounds that people use? 

 

Is it possible that the user lands on meeting booking form and upon confirmation gets redirected to an company's owned Thank You page where tags are possible.  How do I create this re-direct?

 

Thanks.

fabien_r
Participant

Delivered ? Is it ?

Would be good to be able to choose a redirection page after the user submit the form, exactly like in the hubspot form.

 

This is getting really annoying to not be able to track our conversion...

nicknem
Participant

Seems like such an obvious feature.  We track conversions everywhere not just in HS...

felicia_berg
Member

+1

rollworks_abm
Member

Finally after spending couple of hours and thanks to the post from thomas_workpath, we figured out on adding conversion tracking code until Hubspot adds the TYP redirection- 

 

 You can create a new tag in GTM with 'Custom HTML' tag type, copy paste the below code snippet and set the trigger to fire at page view on all the pages where Hubspot meeting iframe is embeeded -

<script type="text/javascript">
window.addEventListener('message', function receiveMessage(e) {
  if (e.origin.match(/YOURDOMAIN\.com/)) {
    if (e.data && e.data.meetingBookSucceeded) {
      if (e.data.meetingBookSucceeded == true) {
        try {
         // YOUR CONVERSION TRACKING CODE HERE LIKE __adroll.record_user({"adroll_segments": "XXXXX"});
        } catch (err) {}
      }
    }
  }
}, false);
</script> 

 

MattPrados
Member

FOR over 1 YEAR, this is requested and not solved.  A redirect is SO easy... A setting in the meetings tool to redirect would be super easy.  Or simply a feild to place the conversion code that can be injected after the meeting is booked.  any one of your devs could bang this out in under an hour.

MattData
Participant

+1

1590127
Participant

I vehemently support this idea. We desperately need the ability to redirect to a thank you page after meeting submission or a way install a Facebook Pixel in meeting settings. Can someone tell us whether it's on the roadmap?

This is such a simple, obvious and important request, I urge you to escalate it.


Thank you!

LollipopRob
Contributor

Please don't leave more comments here, HubSpot prefers a new Idea to be added rather than commenting on old ones.

Your voice is more likely to be heard if you upvote the new Idea here: 

https://community.hubspot.com/t5/HubSpot-Ideas/Conversion-Tracking-with-Meetings-in-HubSpot-ADD-A-UR...

apritchard-weev
Participant

This is pretty frustrating that Hubspot is not currently planning this update. It seems like it would be sooooo easy to add a redirect to a meeting submission and this is a huge conversion metric that cannot currently be tracked. I don't get it. 

 

joerg44
Participant

Are you guys ignoring the community here? It has been mentioned so many times: We really, really need to be able to track conversions of meetings, and adding a redirect option should be super easy and quick. Waiting for over one year??? Really frustrating

ivanbunin
Member | Partner

+1

KLuo
Member

+1