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

Contentsquare

Capacitor 内にContentsquareのモバイル分析、同意ゲーティング、スクリーン トラッキング、トランザクション、セッション再生制御を統合する

ガイド

内容スケアのチュートリアル

capgo/capacitor-contentsquareを使用する

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

インストール

bun add @capgo/capacitor-contentsquare
bunx cap sync

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

  • optIn
  • optOut
  • sendScreenName
  • sendTransaction

使用例

optIn

__CAPGO_KEEP_0__の定義を参照してください

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

await Contentsquare.optIn();

optOut

__CAPGO_KEEP_0__の定義を参照してください

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

await Contentsquare.optOut();

sendScreenName

__CAPGO_KEEP_0__の定義を参照してください

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

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

sendTransaction

__CAPGO_KEEP_0__の定義を参照してください

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

await Contentsquare.sendTransaction({} as TransactionItem);

全体リファレンス

@capgo/capacitor-contentsquareを使用し続ける

__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-contentsquareを使用している場合 @capgo/capacitor-contentsquareを使用して nativeプラグインの作業を計画する場合、@__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-contentsquareと接続する @capgo/capacitor-contentsquareの実装詳細については、@capgo/capacitor-contentsquareを参照してください for the implementation detail in @capgo/capacitor-contentsquare, Getting Startedの実装詳細については、Getting Startedを参照してください ]} Capgo プラグイン ディレクトリ Capgo プラグイン ディレクトリ内での製品ワークフローについて Capacitor Plugins by Capgo Capacitor プラグインの Capgo による提供 プラグインの追加または更新 プラグインの追加または更新の実装詳細について