はじめに

Our client-side APIs are a collection of events and APIs that can be used by any integration that injects JavaScript into a Wix site using the Embedded Script extension.

The events can give your app real-time information about the site, the content viewed, and user actions. This reference documents every object and method available. You can use these APIs to make your app react to user actions or learn about user behavior. In addition, you can use the API to report and listen to custom events sent by other apps.

On-Ready Event

To make sure you aren't calling the event before it is fully initiated, here is an on-ready event you can listen to:

コピー
1

Listening to a Predefined Wix Event

Add this code to your embedded script component, and make sure to point to the events you are interested in:

コピー
1
役に立ちましたか?
はい
いいえ