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