> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Facebook Standard Events

Please find below the list of the main Facebook standard event names.

<table>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Qonversion event name
      </th>

      <th style={{ textAlign: "left" }}>
        Facebook Standard Event name
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        Trial Started
      </td>

      <td style={{ textAlign: "left" }}>
        StartTrial
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Trial Converted
      </td>

      <td style={{ textAlign: "left" }}>
        Subscribe
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Subscription Started
      </td>

      <td style={{ textAlign: "left" }}>
        Subscribe
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Subscription Renewed
      </td>

      <td style={{ textAlign: "left" }}>
        Subscribe
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        In-App Purchase
      </td>

      <td style={{ textAlign: "left" }}>
        fb\_mobile\_purchase
      </td>
    </tr>
  </tbody>
</table>
