10 lines
No EOL
224 B
JavaScript
10 lines
No EOL
224 B
JavaScript
const experimentUniverses = {
|
|
CONCEPT_FUNNEL: 'ConceptFunnel'
|
|
};
|
|
|
|
const experimentSettings = {
|
|
GOOGLE_CUSTOM_DIMENSION_INDEX: 'Google Custom Dimension Index'
|
|
}
|
|
|
|
export { experimentUniverses, experimentSettings};
|
|
|