Manual javascript conversions
Christiaan Proper avatar
Written by Christiaan Proper
Updated over a week ago

NOTE: Only use this when you cannot use our standard ecommerce conversions, don't have ecommerce conversions, or want to create conversions besides ecommerce conversions.

Custom conversions can be added over here: https://app.datatrics.com/project/conversions

Example of a manual conversion:

As you can see, the Match Attribute of this conversion is set to “Manually”. To trigger this conversion with Javascript, use the following code:

<script>
_paq.push(['trackGoal', {{goalid}}, {{revenue}}]);
</script>
Did this answer your question?