Integrate Permacode via Google Tag Manager
- Log in to your Google Tag Manager account
- Select your container.
- Navigate to Tags in the left sidebar menu.
- Click on New.
- Click on Tag configuration.
- For the tag type, select Custom HTML Tag. Then name the tag "Permaleads".
- Paste the permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> into the HTML field.
- Under Tag Configuration, click on Triggering and select the All Pages option.
- Click Save to save your new tag.
- Click Publish in the top right corner to save your container and tags.
Embedding Permacode on a WordPress website
- Log in to Wordpress as an administrator.
- Select the "Design" item in the left-hand navigation column.
- Now select the sub-item "Editor".
- Now select the file "Header.php" or "Footer.php" in the right-hand column. Depending on how you want to integrate the code.
- Copy the entire Permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> before the last two HTML tags in the file you have selected (as a rule, the code must be inserted in the third last line).
- Save - the Permacode is now integrated into Wordpress.
Embedding Permacode on a Drupal website
- Log in to your Drupal Admin Dashboard.
- Navigate to Structure in the main navigation menu.
- Click on Blocks
- Click on Add block.
- Enter the fields for your new block. Paste the permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> into the Block body field, then click Save block.
Embedding Permacode on a Wix website
- Go to Settings in the dashboard of your website.
- Click on the Custom Code tab in the Advanced section.
- Click + Add custom code in the top right corner.
- Paste the permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> into the text field.
- Set the name of the new tool to Permaleads Tracking Code.
- Under Add Code to Pages, click on the radio button for All pages and use the and select Load code on each new page in the menu.
- In the Place Code in section, click the radio button for the Body - end option.
- Click Apply to save your changes.
Embedding Permacode on a Joomla website
- Log in to your Joomla account as an administrator.
- In the main navigation menu, navigate to Extensions > Templates > Templates.
- Click on the name of your template and select index.php in the left sidebar menu.
- Insert the permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> directly above the </body> tag.
- Finish with Save.
Integrating Permacode into a TYPO3 website
- Log in to your TYPO3 backend.
- Go to Web > Template module in the left sidebar.
- Click on your master/main page.
- Click on the "Edit template" button.
- In the "Setup" editor, insert your Permacode <script async src="https://data.my.permaleads.ch/script.min.js"></script> with the following TypoScript.
page { headerData { 999 = TEXT 999.value ( <script async src="https://data.my.permaleads.ch/script.min.js"></script> ) } } |
- Save and close.