ユーザー招待計測

概要

ユーザー招待を計測することで、既存ユーザーが新しいユーザーを招待することによるアプリのトラフィック増加を把握することができます。

一般的には、以下のように構成されています。

  1. ユーザー招待のフローの定義とそれに応じたOneLinkリンクの動的生成の実装
  2. 招待をアプリ内イベントとして計測します:
    • An af_invite event that's visible in AppsFlyer dashboards and reports.
    • The pid (メディアソース用のパラメータ)のデフォルト値は次のようにセットされます: af_app_invites. To change the value, you need to add a custom parameter called pid with the value you want.
      Note: For Android, this only works for AppsFlyer SDK V6.4.2+.

実装ガイド