Hello all,
I’ve been updating my personal website (https://stuart.page/), in order to try and attract some additional work, as things seem to have dried up quite a bit this year. This led me into the depths of trying to set up google ads for the first time.
I’m banging my head against a wall, trying to figure out how I can manually send Google the conversion data (just an event notification to say that the form was submitted) using some custom JS or PHP code, rather than their default google tag code snippet…
…which installs a cookie.
It’s the cookies that are the fundamental issue, as I so dearly want to not have to be yet another site that has that gosh darn cookie banner popup that everyone immedately auto-closes out of reflex. I love having this at the bottom of my site:
At the end of the day, I don’t see why I shouldn’t be able to pay Google to send people to my site, and I just tell Google if that visitor submitted the contact form. I don’t need to send any actual/real information in that contact form, so everything should be anonymous and the EU should be happy. All I really need to send Google is that the form got submitted, and if Google provided a session token variable in the url when the visitor went to my site, I could send that with the event notification so Google can know which advert/click resulted in success, so they could pay out to whomever hosted the advert etc.
Is what I’m asking for possible? It really feels like all the help documentation is geared towards just adding Google tag manager to the site, and setting up a cookie banner.
I had a quick look on the internet for quick suggestions for alternatives to Google ads, and people are pretty much saying that Google has a monopoly. I don’t have a facebook account, but I bet they act the exact same way as google (cookie tracking etc).
I may just have to get more creative (but I think my partner will kill me):
Any guidance or tips/tricks is much appreciated.