Skip to content

Instantly share code, notes, and snippets.

@CarlosMecha
CarlosMecha / index.html
Last active June 20, 2019 16:20
Adobe's Marketing Cloud Visitor ID
<html>
<head>
<title>Marketing Cloud Service</title>
<script>
window.organizationId = 'myOrganizationId';
window.region = 3;
</script>
<script src="./mcvid.js"></script>
</head>
<body>