Skip to content

Commit

Permalink
docs(apple): fix description about CAID (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao authored Dec 3, 2024
1 parent 8a85f3d commit 1d5fdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ios/modules/Ads Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Autotracker.start(config!, launchOptions: launchOptions)

### CAID 配置

如您需要使用 CAID 进行归因分析, SDK 初始化时传入 caidFetchBlock:
SDK 不采集 CAID,如您需要使用 CAID 进行归因分析,请自行获取后在 SDK 初始化时传入 caidFetchBlock:

```swift
let config = AutotrackConfig(accountId: "YourAccountId")
Expand Down Expand Up @@ -249,7 +249,7 @@ configuration.ASAEnabled = YES;
### CAID 配置
如您需要使用 CAID 进行归因分析, SDK 初始化时传入 caidFetchBlock:
SDK 不采集 CAID,如您需要使用 CAID 进行归因分析,请自行获取后在 SDK 初始化时传入 caidFetchBlock:
```objectivec
GrowingAutotrackConfiguration *configuration = [GrowingAutotrackConfiguration configurationWithAccountId:@"YourAccountId"];
Expand Down

0 comments on commit 1d5fdfc

Please sign in to comment.