Integrate Permacode into the website
Permaleads Demo
Anleitung
- 01
Log in to your Google Tag Manager account
Choose your container.
In the left sidebar menu, navigate to Tags.
Click New.
Click Tag Configuration.
For the tag type, select Custom HTML Tag. Then name the tag "Permaleads."
Add the Permacode in the HTML field.
Under Tag Configuration, click Triggering and select the All Pages option.
Click Save to save your new tag.
Click Publish in the top right to save your container and tags.
- 02
In your website's dashboard, go to Settings.
Click the Custom Code tab in the Advanced section.
Click + Add custom code in the top right corner.
Add the Permacode into the text field.
Set the name of the new tool to Permaleads Tracking Code.
Under Add Code to Pages, click the radio button for All pages and use the and select Load code on every new page from the menu.
In the Place Code in section, click the radio button for the Body - end option.
Click Apply to save your changes.
- 03
Log in to Wordpress as an administrator.
Select “Design” in the left navigation column.
Now select the sub-item “Editor”.
Now select the "Header.php" or "Footer.php" file in the right column, depending on how you want to include the code.
Copy the entire Permacode before the last two HTML tags in the file you have chosen (usually the code must be inserted in the third-to-last line).
Save - this will integrate the permacode into Wordpress.
- 04
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 from the left sidebar menu.
Add the Permacode directly above the -day.
Finish by clicking Save.
- 05
Log in to your Drupal admin dashboard.
In the main navigation menu, navigate to Structure.
Click on Blocks
Click Add Block.
Enter the fields for your new block. Insert the permacode in the Block Body field, and then click Save Block.
- 06
Log in to your TYPO3 backend.
In the left sidebar, go to Web > Template Module.
Click on your home/main page.
Click the "Edit template" button.
In the "Setup" editor, add your permacode 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.
