Google AdWords conversion tag

5

Creating a campaign on google adwords ** has the part that needs to validate clicks if they have been taken.

In "Conversion Actions" tools you create that script, which says the following that should put in your page of success.

Okay, cool if I had a success page, now let's get down to the facts. is a form where the client's email is captured. using Ajax, when successful validation of the email, yes yes he should consider. success!

  • Then in my message, I successfully put the whole script? where is this event triggered?
  • I have tested several forms this week but are not yet counting hits correctly.
  • The closest I've come, every click that came through google AdWords, marked the hit as an effective click, but in fact it should only be effective if it shows the email successfully registered.

Image **

  • Followingtheline,(Icouldnotvalidateyet)Imarkedtheanswerto"Sorack",
  •   

    But I have not yet been able to implement the solution,

  • As soon as I can validate the process, I'll put a "Answer" in my own question,
  • Showing the steps that I needed to take to work.
  • But it seems nobody knows !, everyone only knows the trivial,
      

    left the happy path, 'boooom' all die.

asked by anonymous 21.11.2016 / 14:46

1 answer

3

You can add trigger to your tag . A trigger manages when a tag is activated. It is made up of one event and one or more filters. Each filter is made up of Variable , Operator and Value .

  • Variable: Choose between url , referrer , etc.
  • Value: Value that will be searched on the page.

You can use events equals or contains for you.

Thedocumentationisavailableat Triggers .

EDIT 1

This is the image of the Form Submission fault register filled out for a form:

    
28.11.2016 / 12:51