Campaign Name: Video Call Test

Your Embed Code:


Documentation:


gumshoe: use to override elements for the tracker.
Common usage would be gumshoe('view', "conversion"); to be used on the conversion page.
Must be declared before gsInit();

gsAutoFill: use this to autofill into form values.
Accepts array ['css selector', 'data key']
Must be declared after gsInit();

Your Campaign's Data Keys:

  • id
  • firstName
  • lastName
  • campaign
  • uid
  • family
  • address
  • city
  • state
  • zip
  • email
  • list_name
  • hair_color
  • eye_color

Paste this code on your website below closing head element.

<script type="text/javascript" src="http://3.233.115.23/~accounttest/gumshoe/wp-content/plugins/gumshoe/tracking/tracker.js"></script>

<script type='text/javascript'>
  gumshoe('campaign', "81"); //your GumShoe Campaign
  gsInit();
  // To Autofill forms you can use the function below.
  // gsAutofill([
    // ['css_selector', 'data_key'],
  // ]);
</script>
zh_CNChinese