Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao committed Nov 6, 2023
1 parent 4301ce6 commit 58858e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api-docs/analytics/bodl-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ The following example is for gtag.js implementations:

// payload in 3rd argument is in google format

```js
gtag("event", "begin_checkout", {
currency: "USD",
value: 7.77,
Expand Down Expand Up @@ -168,7 +169,7 @@ gtag("event", "begin_checkout", {
}
]
});

```

4. Add gtag, see in datalayer object

Expand Down

0 comments on commit 58858e4

Please sign in to comment.