Skip to content

Instantly share code, notes, and snippets.

@MKTGholic
Last active May 18, 2024 07:49
Show Gist options
  • Save MKTGholic/a974a38e8f0f36226bc715eca5b65af0 to your computer and use it in GitHub Desktop.
Save MKTGholic/a974a38e8f0f36226bc715eca5b65af0 to your computer and use it in GitHub Desktop.
推送會員 ID 到網站的資料層
<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
member_id: "3345678", //會員編號
member_level: "Premium" //會員等級
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment