メイン コンテンツにスキップ
プラグインに戻る
@capgo/capacitor-contentsquare
チュートリアル
@capgo/capacitor-contentsquare

Contentsquare

Integrate Contentsquare mobile analytics, consent gating, screen tracking, transactions, and session replay controls in Capacitor

ガイド

Contentsquareのチュートリアル

デバイスでテスト

Download the Capgo app, then scan the QR code.

コンテンツクエア プラグイン プレビュー QR code

Using @capgo/capacitor-contentsquare

Capacitor が実装した内部ネイティブ ブリッジ コントラクト

インストール

bun add @capgo/capacitor-contentsquare
bunx cap sync

このプラグインが公開するもの

  • optIn
  • optOut
  • sendScreenName
  • sendTransaction

使用例

optIn

現在のコントラクトのアップストリーム定義を参照してください。

import { Contentsquare } from '@capgo/capacitor-contentsquare';

await Contentsquare.optIn();

optOut

現在のコントラクトのアップストリーム定義を参照してください。

import { Contentsquare } from '@capgo/capacitor-contentsquare';

await Contentsquare.optOut();

sendScreenName

現在のコントラクトのアップストリーム定義を参照してください。

import { Contentsquare } from '@capgo/capacitor-contentsquare';

await Contentsquare.sendScreenName({} as { name: string });

sendTransaction

現在のコントラクトのアップストリーム定義を参照してください。

import { Contentsquare } from '@capgo/capacitor-contentsquare';

await Contentsquare.sendTransaction({} as TransactionItem);

フル リファレンス

Keep going from Using @capgo/capacitor-contentsquare

Capacitor Contentsquareを使用している場合 Using @capgo/capacitor-contentsquare Capacitor Contentsquareを使用して @capgo/capacitor-contentsquare for the implementation detail in @capgo/capacitor-contentsquare, Capacitor Contentsquareプラグインディレクトリ Capacitor Contentsquareプラグインディレクトリの製品ワークフローについて Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Capgo プラグイン Capacitor Capgo プラグインの実装詳細については プラグインの追加または更新 プラグインの追加または更新の実装詳細については