Created
January 30, 2016 12:46
-
-
Save tiefenb/50041bb1f99762587e0b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// change your piwik server host | |
// change YOUR_SITE_ID with your site id | |
<amp-pixel src="https://piwik.example.org/piwik.php?idsite=YOUR_SITE_ID&rec=1&action_name=TITLE&urlref=DOCUMENT_REFERRER&url=CANONICAL_URL&rand=RANDOM"></amp-pixel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to propose a improvement:
…by quoting
&
as&
. Otherwise: Good work!