Skip to content

Commit 60713fe

Browse files
author
Vikas Agarwal
committed
Github issue#1227, Google Analytics ID + Click ID integration for marketing
— Removed temporary changes
1 parent 2b2aad7 commit 60713fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/projects/create/containers/CreateContainer.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ class CreateConainer extends React.Component {
140140
const googleAnalytics = {}
141141
googleAnalytics[GA_CLICK_ID] = gaClickId
142142
googleAnalytics[GA_CLIENT_ID] = gaClientId
143-
googleAnalytics['_gclid'] = gaClickId
144-
googleAnalytics['_gacid'] = gaClientId
145143
_.set(project, 'details.utm.google', googleAnalytics)
146144
}
147145
this.props.createProjectAction(project, PROJECT_STATUS_IN_REVIEW)

0 commit comments

Comments
 (0)