Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Instance #249

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions all/all-apis/app-intsance.service.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions all/guides/app-intsance/docs/BIEvents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SortOrder: 2
# About the BI Events API

This API allows 3rd party apps connected to Wix, to send BI events to the Wix system.
It includes several out-of-the-box events, like when the app dashboard is loaded, or when a primary action is taken (the most valuable action in an app product flow).
If the list of built-in event does not suit your needs, you can also send a custom event.
6 changes: 6 additions & 0 deletions all/guides/app-intsance/docs/Billing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SortOrder: 1
# About The Wix Billing API

This API enables your app to lead customers seamlessly into Wix's checkout process from your platform
(e.g., hosting your app's pricing page independently and redirecting to Wix checkout for purchase).
The returned checkout link is valid for 48 hours. Note: Use of this functionality is dependent on setup in the [Wix Developers Center](https://devforum.wix.com/en/article/setting-up-an-external-pricing-page).
4 changes: 4 additions & 0 deletions all/guides/app-intsance/docs/EmbeddedScripts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SortOrder: 3
# About the Embedded Script API

Use this API to inject custom script tags to the head tag of your users' websites.
6 changes: 6 additions & 0 deletions all/guides/app-intsance/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SortOrder: 0
# About This API

This API exposes basic data about the user's site and the app installed in it, as based on the user's authentication token.
When you provide the authentication token, you will receive identifying information for the user's site and the app instance parameters.
The primary identifier returned is the App Instance ID - the unique identifier of the app within the website. Using the App Instance ID, you can retrieve data about the site that installed the app (e.g., locale) and data about the app installed (e.g., current paid plan).