All Collections
Nexternal
Google Analytics & Google Marketing
Nexternal: Implement Google Adwords Conversion Code
Nexternal: Implement Google Adwords Conversion Code

Find out the best way to implement Google AdWords conversion code in the Nexternal platform

Pamela Topper avatar
Written by Pamela Topper
Updated over a week ago

Platform: Nexternal

Conversion tracking code should be inserted into the Order Management System (OMS) in Settings / Edit Policies, Addenda, and Disclaimers / Order/Affiliate Addendum. We recommend using the dynamic version of the code which can take advantage of the ORDER_NET replacement keyword. Your code might look something like this:

<!-- Google Code for Cart Purchases Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = YOURGOOGLEADWORDSACCOUNTIDHERE;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "dUskCP70sAQQisKM4AM";
var google_conversion_value = ORDER_NET;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/YOURGOOGLEADWORDSACCOUNTIDHERE/value=ORDER_NET&amp;label=dUskCP70sAQQisKM4AM&amp;guid=ON&amp;script=0"/>
</noscript>
โ€‹

Where YOURGOOGLEADWORDSACCOUNTIDHERE is your unique Google AdWords ID.

rev. 10/8/20

Did this answer your question?