We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34d438 commit b502280Copy full SHA for b502280
src/connections/destinations/catalog/actions-google-analytics-4/index.md
@@ -113,7 +113,7 @@ const clientIdPromise = new Promise(resolve => {
113
Promise.all([sessionIdPromise, sessionNumPromise, clientIdPromise]).then(function(session_data) {
114
console.log("session ID: "+session_data[0]);
115
console.log("session Number: "+session_data[1]);
116
- console.log("session Number: "+session_data[2]);
+ console.log("client ID: "+session_data[2]);
117
});
118
```
119
0 commit comments