1.0.0 • Published 7 years ago

adwords-conversion-async v1.0.0

Weekly downloads
6
License
MIT
Repository
-
Last release
7 years ago

Adwords Conversion Async

An npm package that acts as dependency for Adwords conversion-reporting.

Basic usage:

Import the script.

import 'adwords-conversion-async'

OR

require('adwords-conversion-async');

Why?

Eliminates the need to include

  src="//www.googleadservices.com/pagead/conversion_async.js">
</script>

for your conversion-reporting code.