Google Ad Services


Get your ad on Google today.

Be seen by customers at the very moment that they’re searching on Google for the things you offer. And only pay when they click to visit your website or call.

{primary} Stackpile makes it easy to install Google Ad Services on your website and start sending data to all your integrations with a simple unified API.

Install Google Ad Services

Getting Started


{primary} Important

If you already have the Google Ad Services snippet installed on your site, please remove it.

Once the Stackpile snippet has been installed on your website, add Google Ad Services to your stack on your Stackpile Dashboard, add your Conversion ID and Conversion Label (see Settings on how to obtain this) and click on Install Google Ad Services.

The Stackpile - Google Ad Services integration will then start tracking your Ad Conversions on your web site.

Settings


Conversion ID and Conversion Label

You will find your Conversion ID and Conversion Label on your Google Ad Services Dashboard > Settings in the JavaScript installation snippet as follows:

{primary} Conversion ID: var google_conversion_id = 4633214776;
Conversion Label: var google_conversion_label = "dbe-YTc2aTRF453R2aD";

Thus

{primary}     Conversion ID = 4633214776 and
    Conversion Label = dbe-YTc2aTRF453R2aD

    These will appear on lines 4 & 8 respectively.

<!-- Google Code for Purchase Conversion Page -->
<script type="text/javascript"> 
/* <![CDATA[ */
var google_conversion_id = 4633214776;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
var google_conversion_label = "dbe-YTc2aTRF453R2aD";
var google_remarketing_only = "false"
var google_conversion_value = 10.0;
var google_conversion_currency = "USD"
/* ]]> */ 
</script>
<script type="text/javascript" 
src="//www.googleadservices.com/pagead/
conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="//www.googleadservices.com/pagead/conversion/4633214776/
?value=10.0&amp;currency_code=USD&amp;label=xxx-   
XXx1xXXX123X1xX&amp;guid=ON&amp;script=0">
</noscript>