Developers: Getting started
Steps on how to get started and setting up local environment for development and testing.
Last updated
Steps on how to get started and setting up local environment for development and testing.
Last updated
Copy ProjectId
will be used in SDK initialization and server-side API
Copy API key
for client-side SDK purpose
Copy API secret Key
for server-side APIs
Add client-side app's domain, also localhost while testing in development
These values will be required while using our tracking SDK or embedUI SDK or calling our server-side APIs.
projectId
Unique id for the project
apiKey
Public api key to be used to from tracking SDK and embedUI SDK (client-side only)
secretApiKey
Secret api key to be used for calling APIs directly from a server where it is stored securely (server-side only)
Few other parameters like project-key and campaignId will be required for EmbedUI:
project-key
project-key is the subdomain of the project assigned within qwestive's referral app
campaignId
Unique id for the campaign within the project
From project page, select specific campaign which you want to display in embedUI by default
Now, copy the url from the navigation bar of your browser, it should look something like this: "https://test.referral.qwestive.io/referral/uPqB6kNJwd6SXVsXIVTa ".
Here, test.referral is project-key and uPqB6kNJwd6SXVsXIVTa is campaignId
Go to qwestive's referral and select your project