Skip to content

Commit

Permalink
chore: add network handler file for ga4 v2 in v0 implementation flow (#…
Browse files Browse the repository at this point in the history
…3822)

* chore: add network handler file for ga4 v2 in v0 implementation flow

* chore: add tests
  • Loading branch information
yashasvibajpai authored Oct 22, 2024
1 parent 427be71 commit 91f8ca7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/v0/destinations/ga4_v2/networkHandler.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { networkHandler } from '../ga4/networkHandler';
3 changes: 0 additions & 3 deletions src/v1/destinations/ga4_v2/networkHandler.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { testScenariosForV0API, testScenariosForV1API } from '../../ga4/dataDelivery/business';
1 change: 1 addition & 0 deletions test/integrations/destinations/ga4_v2/dataDelivery/data.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { data } from '../../ga4/dataDelivery/data';

0 comments on commit 91f8ca7

Please sign in to comment.