Segment-ComScore 4.4.2

Segment-ComScore 4.4.2

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最新发布2022年2月

由以下人员维护:Ladan Azita NasserianWill JohnsonPrateek SrivastavaSegmentBrennan GamwellBrandon SneedBrienne McNally



 
依赖关系
Analytics>= 0
ComScore~> 6.10.0
 

analytics-ios-integration-comscore

CircleCI Version License Platform

注释

由于 ComScore SDK 的原因,当使用低于 Xcode 12 的版本构建时,本集成需要特别注意。

在 Xcode 11 或更低版本中,您需要在 `[CP] Embed Pods Frameworks` 阶段的第一行添加以下内容:

export ARCHS="$(ARCHS_STANDARD)"

示例

要运行示例项目,请先从仓库中克隆,然后在 Example 目录中运行 `pod install`。

安装

要安装 Segment-ComScore 集成,只需将以下行添加到您的 CocoaPods Podfile

pod "Segment-ComScore"

使用

添加依赖项后,您必须使用我们的 SDK 注册集成。要做到这一点,将 ComScore 集成导入您的 AppDelegate

#import <Segment-ComScore/SEGComScoreIntegrationFactory.h>

然后添加以下行

NSString *const SEGMENT_WRITE_KEY = @" ... ";
SEGAnalyticsConfiguration *config = [SEGAnalyticsConfiguration configurationWithWriteKey:SEGMENT_WRITE_KEY];

[config use:[SEGComScoreIntegrationFactory instance]];

[SEGAnalytics setupWithConfiguration:config];

许可

Segment-ComScore 仅供 MIT 许可。有关更多信息,请参阅 LICENSE 文件。