I am very confused about the external conversion tracking script. According to the documentation It says, disable all the goals in the page you want have external tracking, and add the below script in your final page, where the conversion script is fired.
<script type="text/javascript">
var _ubaq = _ubaq || [];
_ubaq.push(['trackGoal', 'convert']);
(function() {
var ub_script = document.createElement('script');
ub_script.type = 'text/javascript';
ub_script.src =
('https:' == document.location.protocol ? 'https://' : 'http://') +
'd3pkntwtp2ukl5.cloudfront.net/uba.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ub_script, s);
}) ();
</script>
My question is, this is just a generic script, how is it identifying which page in my unbounce needs to be credited with a conversion?
Forget about which page, which account is to be credited here, the documentation does not explainn any of this?
What I want the conversion script to do.
I want to add a conversion in a specific page, when a user comes from here.