Form Submission vs Twitter Conversion inconsistency

Hello!,

I seem to get more conversion pixels firing off than I do of actual submissions. The pixel only fires when someone submits an email and goes to the thank you page. This means that either the email isn’t sent to me or the conversion pixel is somehow misfiring. Anyone have this happen? Anyone know why this might be happening?

Thanks!


Here’s a link to the WF page by the way:

This is the conversion code on the thank you page:

<!-- Twitter single-event website tag code -->
<script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
<script type="text/javascript">twttr.conversion.trackPid('nugqw', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=nugqw&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=nugqw&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
</noscript>
<!-- End Twitter single-event website tag code -->

Hi @Samphittle, thanks for reaching out. I took a quick look at the published site where the form is located, and it seems there are some javascript errors that should be looked at first, that might cause other scripts to not run successfully:

I would check that and then see if the submission tracking starts to work correctly.