You are here

function pardot_automate_tracking in Pardot Integration 7.2

Implements hook_automate_tracking().

File

./pardot.module, line 10
Pardot integration module.

Code

function pardot_automate_tracking() {

  // Add Pardot JavaScript.
  pardot_js();
  drupal_add_js(drupal_get_path('module', 'pardot') . '/pardot.js', array(
    'scope' => 'footer',
  ));
}