Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporating track actions into Django site #1

Closed
tonyflo opened this issue Dec 28, 2016 · 1 comment
Closed

Incorporating track actions into Django site #1

tonyflo opened this issue Dec 28, 2016 · 1 comment

Comments

@tonyflo
Copy link

tonyflo commented Dec 28, 2016

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.

@tonyflo
Copy link
Author

tonyflo commented Jan 3, 2017

For those interested, I believe the following code should do the trick:
{% block header %} <script> fbq('track', 'CompleteRegistration'); </script> {% endblock %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants