Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Disabling Google Analytics Tracking and small fix on Cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyvprakash committed Aug 2, 2021
1 parent 09c5478 commit 1772e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.toml
Expand Up @@ -47,7 +47,7 @@ anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
id = "UA-00000000-0"
# id = "UA-00000000-0"

# Language configuration

Expand Down
5 changes: 2 additions & 3 deletions content/en/docs/Resources/@clientSDKCookbook.md
Expand Up @@ -407,8 +407,7 @@ Following are the steps to run the scan verb using the @Client SDK


1. Get an instance of AtClient
2. Set up a ConfigVerbBuilder
3. Execute the verb using the AtClient
2. Set up a ConfigVerbBuilder & execute the verb using the AtClient


#### 8.1 Get an instance of AtClient
Expand All @@ -434,7 +433,7 @@ void main() async {



#### 8.2 Execute the config verb using the AtClient
#### 8.2 Set up a ConfigVerbBuilder & execute the verb using the AtClient


```
Expand Down

0 comments on commit 1772e42

Please sign in to comment.