You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I incorporate 'CompleteRegistration', for example, into my Django site? I see this and other tracking actions in fpc.html, but they are inside a comment block.
The text was updated successfully, but these errors were encountered:
For those interested, I believe the following code should do the trick: {% block header %} <script> fbq('track', 'CompleteRegistration'); </script> {% endblock %}
How do I incorporate 'CompleteRegistration', for example, into my Django site? I see this and other tracking actions in fpc.html, but they are inside a comment block.
The text was updated successfully, but these errors were encountered: