Skip to content

Commit

Permalink
feature[Vero-web-device-mode]: initial commit (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravlal-rudderstack authored Jul 11, 2022
1 parent 47615ed commit e18e99c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/Vero/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Vero from "./browser";
import Vero from './browser';

export default Vero;
export { Vero };
3 changes: 2 additions & 1 deletion utils/config_to_integration_names.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const configToIntNames = {
LAUNCHDARKLY: "LaunchDarkly",
GA360: "GA360",
ADROLL: "Adroll",
DCM_FLOODLIGHT: "DCMFloodlight"
DCM_FLOODLIGHT: "DCMFloodlight",
VERO: "VERO"
};

export { configToIntNames };
2 changes: 2 additions & 0 deletions utils/integration_cname.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import { CNameMapping as VWO } from "../integrations/VWO/constants";
import { CNameMapping as GA360 } from "../integrations/GA360/constants";
import { CNameMapping as Adroll } from "../integrations/Adroll/constants";
import { CNameMapping as DCMFloodlight } from "../integrations/DCMFloodlight/constants";
import { CNameMapping as Vero } from "../integrations/Vero/constants";

// for sdk side native integration identification
// add a mapping from common names to index.js exported key names as identified by Rudder
Expand Down Expand Up @@ -99,6 +100,7 @@ const commonNames = {
...VWO,
...Adroll,
...DCMFloodlight,
...Vero,
};

export { commonNames };

0 comments on commit e18e99c

Please sign in to comment.