punch-snippet-helpers

0.0.3 • Public • Published

Punch Snippets Helper

google analytics

This is different from the google analytics snippet from the punch default third party snippet helper in that it use the new analytics.js rather than the ga.js.

Open your Punch project's configurations (config.json) and add the helpers:

  {
    "plugins": {
      "helpers": {
        "punch-snippet-helpers": "punch-snippet-helpers"
      }
    }
  }

You must then define the configurations for the snippets you wish to use as follows: (You'll need to include both the property_id and domain)

  {
    "thirdparty_snippets": {
      "ga": {
        "property_id": "UA-XXXXXX-X",
        "domain": "google.com"
      }
    }
  }

typekit

  {
    "thirdparty_snippets": {
      "typekit": {
        "id": "UA-XXXXXX-X"
      }
    }
  }

License

Copyright (c) 2012 Licensed under the MIT license.

Dependencies (1)

Dev Dependencies (7)

Package Sidebar

Install

npm i punch-snippet-helpers

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • constantx