Skip to content

Deploying a Touchpoint via GTM

Ryan Wold edited this page Jun 7, 2019 · 7 revisions

The origin of Touchpoints was a tool called Recruiter. Recruiter leveraged Google Tag Manager (GTM), Google Forms, and Google Sheets to provide user-research signup forms.

Leveraging GTM makes a lot of sense in the federal domain, given GTM is often used to deploy DAP (Digital Analytics Program).

Thus, the purpose of this page is to document how to deploy a Touchpoint via an existing GTM implementation.

  1. Generate a Touchpoint
  2. Edit the Touchpoint's Form
  3. Grab the URL of the Touchpoint
  4. Create a Tag in your Google Tag Manager Container
  5. Add <script src="https://your-touhpoints-url" async></script> to the Tag
  6. Add or modify any Triggers related to the Tag. Triggers are used to conditionally trigger a Tag.
  7. Test the Tag in Preview
  8. See the Test Submissions in Touchpoints
  9. 🎉
Clone this wiki locally