-
Notifications
You must be signed in to change notification settings - Fork 5
/
global_config.json
20 lines (20 loc) · 1.87 KB
/
global_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"sdkVersion": "1.17", // The version of the Answers SDK to use
// "token": "<REPLACE ME>", // The auth token to access Answers experience.
// "apiKey": "<REPLACE ME>", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system
// "experienceVersion": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
// "environment": "production", // The environment to run on for this Answers Experience. (i.e. 'production' or 'sandbox')
// "cloudRegion": "us", // The cloud region to use for this Answers Experience. (i.e. 'us' or 'eu')
// "cloudChoice": "multi", // The cloud provider to use for this Answers Experience. (i.e. 'multi' or 'gcp')
// "businessId": "<REPLACE ME>", // The business ID of the account. This will be provided automatically by the Yext CI system
// "initializeManually": true, // If true, the experience must be started by calling AnswersExperience.init() or AnswersExperienceFrame.init() for iframe integrations.
// "useJWT": true, // Whether or not to enable JWT. If true, the apiKey will be hidden from the build output and the token must be specified through manual initialization.
"sessionTrackingEnabled": true, // Whether or not session tracking is enabled for all pages
"analyticsEventsEnabled": true, // Whether or not to submit user interaction analytics events
"logo": "", // The link to the logo for open graph meta tag - og:image.
"favicon": "",
"googleTagManagerName": "dataLayer", // The name of your Google Tag Manager data layer
"googleTagManagerId": "", // The container id associated with your Google Tag Manager container
"googleAnalyticsId": "", // The tracking Id associated with your Google Analytics account
"conversionTrackingEnabled": true // Whether or not conversion tracking is enabled for all pages
}