Skip to content

Commit

Permalink
docs(apple): autotrackPages config (#290)
Browse files Browse the repository at this point in the history
* docs(apple): autotrackPages config

* docs(apple): update sdk version

* docs(apple): update sdk version
  • Loading branch information
YoloMao authored Mar 19, 2024
1 parent ae71472 commit 0681a72
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/ios/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import TabItem from '@theme/TabItem';
| `encryptEnabled` | `Bool` || `false` | 是否开启网络传输加密 | - |
| `useProtobuf` | `Bool` || `true` | 是否采用 Protobuf 格式保存和上传事件数据 | - |
| `autotrackEnabled` | `Bool` || `true` | 是否开启无埋点采集 | <font color='red'>无埋点独有</font> |
| `autotrackAllPages` | `Bool` || `false` | 是否开启页面自动采集 | <font color='red'>无埋点独有</font> |

### 详细说明

Expand Down Expand Up @@ -89,4 +90,8 @@ import TabItem from '@theme/TabItem';

#### 14. **autotrackEnabled**

当集成无埋点 SDK 时,设置为 false 将关闭无埋点功能和自动采集
当集成无埋点 SDK 时,设置为 false 将关闭无埋点功能和自动采集

#### 15. **autotrackAllPages**

当集成无埋点 SDK 时,设置为 true 将开启页面自动采集,alias 默认为 ViewController 的类名;通过调用 `autotrackPage` 接口所配置的 alias 将覆盖默认值
4 changes: 2 additions & 2 deletions docs/ios/Introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ https://github.com/growingio/growingio-sdk-ios-autotracker.git
在您的 Podfile 文件中添加

```ruby
pod 'GrowingAnalytics/Autotracker', '~> 4.1.0'
pod 'GrowingAnalytics/Autotracker', '~> 4.2.0'
```

打开终端,切换到项目目录
Expand Down Expand Up @@ -269,7 +269,7 @@ https://github.com/growingio/growingio-sdk-ios-autotracker.git
在您的 Podfile 文件中添加

```ruby
pod 'GrowingAnalytics/Tracker', '~> 4.1.0'
pod 'GrowingAnalytics/Tracker', '~> 4.2.0'
```

打开终端,切换到项目目录
Expand Down
11 changes: 11 additions & 0 deletions docs/ios/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: 版本记录
sidebar_position: 0
---
# [4.2.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.1.0...4.2.0) (2024-03-14)


### Features

* **autotrack:** autotrack-page white list ([#301](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/301)) ([5cb409b](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/5cb409b7fbabf6256a91670a1bd5db4843f8b1ac))





# [4.1.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.0.0...4.1.0) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion version_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "iOS",
"version": "4.1.0",
"version": "4.2.0",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-ios-autotracker/releases",
"distPath": "docs/ios/",
"fileName": "version.md",
Expand Down

0 comments on commit 0681a72

Please sign in to comment.