Skip to content

Commit

Permalink
etag 0.0.3 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Jul 18, 2024
1 parent 17214b4 commit c000122
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/demos/tagging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,19 @@
},
});

// Destination etag
const etag = (
await import(
'https://cdn.jsdelivr.net/npm/@elbwalker/[email protected]/dist/index.mjs'
)
).default;
elb('walker destination', etag, {
consent: { marketing: true },
custom: {
measurementId: 'G-QPQMHPW8HG',
},
});

// Destination GA4
const ga4 = (
await import(
Expand Down

0 comments on commit c000122

Please sign in to comment.