Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Created August 24, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acoyfellow/5d0e98ee48a1ab9e66401242d6c95367 to your computer and use it in GitHub Desktop.
Save acoyfellow/5d0e98ee48a1ab9e66401242d6c95367 to your computer and use it in GitHub Desktop.
Attribute.pro Example Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Landing Page</title>
<script>
window.attributeOptions= {
subdomain: 'example',
};
</script>
<script src="https://attribute.pro/loader.js"></script>
</head>
<body>
<!-- example.com/?utm_campaign=example -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment