Plugin Author
wpsoul
(@wpsoul)
Hi. Please, send more details how you made conversion tracking.
Thread Starter
chhue
(@chhue)
Hi
Here are some details about the conversion tracking:
1) I created a tag in Google Tag Manager, type “conversion link”
2) I created a “conversion action” in Google Ads
3) I created a tag in Google Tag Manager, type “Google Ads conversion tracking”, using the Conversion ID and the Conversion-Label from Google Ads (Step 2)
4) I created the triggers in Google Tag Manager, type “Click – all elements”, Click-URL = URL from the links of the button
—
Testing (Using Google Tag Assistant (tagassistant.google.com):
1) I connected to the landingpage and tested if the tag fires by clicking the greenshift button, but it did not fire.
2) After a lot of testing I decided to place a normal text link on the landingpage. This one fired when it was clicked.
3) I decided to test, if it works with a wp-block button. It worked with no problem.
Here is a test website (https://www.mistermarketing.ch/button-test/) with a greenshift button and a wp-block button. The greenshift button DOES NOT fire the tag, the wp-block button DOES. In source code I could not find any reason why the tag does not fire with the greenshift button.
-
This reply was modified 3 years, 10 months ago by
chhue.
Plugin Author
wpsoul
(@wpsoul)
This doesn’t explain how you configured Conversion tag.
I guess, Click – all elements will fire only when you click direct link and not container. Difference between core button and Greenshift button is that core button is just link, Greenshift button is container for other elements.
Maybe you need to use Click Classes. Class of button in Greenshift is gspb-buttonbox
Thread Starter
chhue
(@chhue)
Perfect, that works! Thank you so much!