Some tracking tools specify including their code at the start of the <body> tag (ex: https://developers.google.com/tag-manager/quickstart).
It would be good to have this as an option such as:
self.position = [:body, :start]
or
self.position = :body_start
I'll work on a PR as a suggestion
Some tracking tools specify including their code at the start of the
<body>tag (ex: https://developers.google.com/tag-manager/quickstart).It would be good to have this as an option such as:
self.position = [:body, :start]or
self.position = :body_startI'll work on a PR as a suggestion