Class: BaseWixAPIObject

BaseWixAPIObject

new BaseWixAPIObject()

Source:
  • WixClient.js

Members

<readonly> TYPES :ActivityType

A collection of ActivityType objects

Type:
Properties:
Name Type Default Description
CONTACT_FORM ActivityType NEW

indicates a contact form was filled out

CONTACT_CREATE ActivityType NEW

A schema for creating a contact

CONVERSION_COMPLETE ActivityType NEW

indicates a conversion with a contact was completed

PURCHASE ActivityType NEW

indicates a purchase was made through ecommerce

SEND_MESSAGE ActivityType NEW

indicates a message was sent to a contact

ALBUM_FAN ActivityType NEW

indicates a contact liked an album of music

ALBUM_SHARE ActivityType NEW

indicates a contact shared an album of music

TRACK_LYRICS ActivityType NEW

indicates a contact viewed the lyrics of a song

TRACK_PLAY ActivityType NEW

indicates a contact begun to play a track

TRACK_PLAYED ActivityType NEW

indicates a contact played a track to completion

TRACK_SHARE ActivityType NEW

indicates a contact shared a track

TRACK_SKIP ActivityType NEW

indicates a contact skipped a track

Source:
  • WixClient.js