Page get redirected on Google Adwords Conversion Tracking
问题 I've form where people submit data and the data is sent to the server using ajax. I've setup this as a conversion in Google Adwords. Below is the code that I've used. The problem is, when a user submits the form, after getting the response, its redirected back to URL that I've given. I don't want to redirect!! (Data submitted is using Vue-resource since this project is in VueJS) submit() { let self = this this.$validator.validateAll().then(success => { if (!success) { return; } document