跳过内容

开始使用

GitHub

安装

安装

您可以使用我们的AI辅助设置来安装插件。使用以下命令将Capgo技能添加到您的AI工具中:

终端窗口
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins

然后使用以下提示:

Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-contentsquare` plugin in my project.

如果您更喜欢手动设置,请按照以下命令安装插件并遵循以下平台特定的说明:

  1. 安装插件

    笔試安全
    npm i @capgo/capacitor-contentsquare
  2. 笔試安全中征给笔試

    平子稿合安装
    npx cap sync
  3. 浏览一个为回续的起构酏缩统计结算

import { ContentsquarePlugin, CurrencyCode } from '@capgo/capacitor-contentsquare';
await ContentsquarePlugin.optIn();
await ContentsquarePlugin.sendScreenName('Home');
await ContentsquarePlugin.sendTransaction({
transactionValue: 29.99,
transactionCurrency: CurrencyCode.EUR,
transactionId: 'order-123',
});
await ContentsquarePlugin.sendDynamicVar({
dynVarKey: 'store',
dynVarValue: 'rome',
});

屏幕命名技巧

标题:屏幕命名技巧
  • 使用稳定的名称而不是用户特定的值。
  • 保持 iOS 和 Android 导航堆栈中的命名约定一致。
  • 当应用程序返回到前台时,重新发送屏幕名称和任何关键动态变量。

重播隐私控制

标题:重播隐私控制

使用内置的masking助手来防止敏感内容出现在Session Replay中:

await ContentsquarePlugin.excludeURLForReplay('/checkout/');
await ContentsquarePlugin.setCapturedElementsSelector('[data-cs-capture]');
await ContentsquarePlugin.setPIISelectors({
PIISelectors: ['input[type="email"]', '.credit-card'],
Attributes: [{ selector: 'input[name="email"]', attrName: 'value' }],
});

平台设置

平台设置
  • 对于iOS内应用程序功能,完成额外的深度链接编程在 iOS设置 页面。
  • Android不需要额外的清单编程来为插件本身;请参阅 Android注意事项 for logging and validation tips.
  • 本插件是Capgo的Capacitor 8社区版的ContentsquareCapacitor包。
  • JavaScriptAPI与当前ContentsquareCapacitor文档保持一致,而打包和本机构建设置则针对Capacitor 8。

继续Getting Started

继续Getting Started

如果您正在使用 Getting Started 来规划本机插件工作,连接它到 使用@capgo/capacitor-contentsquare 为在使用@capgo/capacitor-contentsquare中 Capgo Plugin Directory 使用@Capgo/__CAPGO_KEEP_1__-contentsquare Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, 添加或更新插件 为添加或更新插件, 和 Ionic 企业插件替代方案 为 Ionic 企业插件替代方案的产品工作流程