Skip to content

Commit 5213bfb

Browse files
bkboothclaude
andcommitted
docs(pixel): simplify autocapture disable example (SDK-136)
Only show the option being disabled — omitting defaults makes it clear you don't need to fully specify the autocapture list to toggle one off. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2d0f449 commit 5213bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/audience/pixel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ w[i]=w[i]||[];
9797
w[i].push(["init",{
9898
"key":"YOUR_KEY",
9999
"consent":"anonymous",
100-
"autocapture":{"forms":false,"clicks":true,"scroll":true}
100+
"autocapture":{"forms":false}
101101
}]);
102102
var s=document.createElement("script");s.async=1;
103103
s.src="https://cdn.immutable.com/pixel/v1/imtbl.js";

0 commit comments

Comments
 (0)