Rudder-Intercom 1.1.0

Rudder-Intercom 1.1.0

RudderStack 主维护。



 
依赖项
Rudder~> 1.0
Intercom= 14.0.0
 

  • 编者
  • RudderStack

什么是 Rudder?

简要回答: Rudder 是一个用 Go 编写的开源 Segment 替代方案,为企业打造。

详细回答: Rudder 是一个用于收集、存储和路由客户事件数据到几十个工具的平台。 Rudder 是开源的,可以在您的云环境中运行(AWS、GCP、Azure 或甚至您的数据中心),并提供一个强大的转换框架,以实时处理事件数据。

根据 Apache License 2.0 发布

Android SDK Intercom 集成入门

  1. Dashboard 中将 Intercom 添加为目标。

  2. Rudder-Intercom 通过 CocoaPods 提供。要安装它,请将以下行添加到您的 Podfile 中,然后运行 pod install

pod 'Rudder-Intercom'

初始化 RSClient

将此代码放入您的 AppDelegate.m 文件中的 didFinishLaunchingWithOptions 方法下

RSConfigBuilder *builder = [[RSConfigBuilder alloc] init];
[builder withDataPlaneUrl:DATA_PLANE_URL];
[builder withFactory:[RudderIntercomFactory instance]];
[RSClient getInstance:WRITE_KEY config:[builder build]];

发送事件

按照Rudder iOS SDK的步骤进行

联系我们

如果您在配置或使用RudderStack时遇到任何问题,请随时联系我们或在我们的Discord频道上开始对话。我们将很乐意为您提供帮助。