We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2aad7 commit 60713feCopy full SHA for 60713fe
src/projects/create/containers/CreateContainer.jsx
@@ -140,8 +140,6 @@ class CreateConainer extends React.Component {
140
const googleAnalytics = {}
141
googleAnalytics[GA_CLICK_ID] = gaClickId
142
googleAnalytics[GA_CLIENT_ID] = gaClientId
143
- googleAnalytics['_gclid'] = gaClickId
144
- googleAnalytics['_gacid'] = gaClientId
145
_.set(project, 'details.utm.google', googleAnalytics)
146
}
147
this.props.createProjectAction(project, PROJECT_STATUS_IN_REVIEW)
0 commit comments