I have created a Google Ads conversion tag but the trigger isn’t firing. I have checked it multiple times and it seems like it should work. The trigger logic is:
Page URL regexp match ^https://www.fvdublin.org/in-person-event-registration-thank-you/?ad_chid=.*$
(which = “starts with”)
In debug mode, this “thank you” URL is always there. Here’s an example string that the trigger doesn’t work on:
I noticed that in the initial regex you mentioned there is “?ad_chid”, but when I go to the website it’s “?ad+chid”. Can you try again with the plus sign?
I just checked the Piwik Pro pages report and did two searches for the past 30 days:
URL contains “ad_chid”: 106 URLs found
URL contains “ad+chid”: 0 URLs found
Perhaps your browser is doing something?
Over the weekend, I compared the fvublin.org domain’s trigger logic to the trigger logic in another domain in the same instance, thebaileyatbridgepark.com. For both domains, I use the same exact trigger logic (URL contains) but FVD doesn’t work.
This trigger’s purpose was to fire a GAds conversion tag but the trigger failed unless set to “many times” per session. Oddly, the trigger only fires once in my testing but that’s enough.
I’ve recently had a similar issue with the Multiplicity settings, the conversion was not firing even when I started a new session.
I wanted to create a trigger for a specific page URL that only fires once per session, but then I was forced to switch to “Many times during a session”.
The odd thing about the problem I encountered is that the trigger was not firing at all. In other words, when “once in a session” was selected, the trigger never fired. This seems to be a bug.
@David_Culbertson yes, that’s exactly what I encountered too, the conversion just wasn’t firing, and in the debug window I could see that it wasn’t firing because of this multiplicity condition.
I didn’t spend a lot of time debugging this behaviour in great detail because I was running short on time, but it seemed like a bug to me too: maybe there is an issue with the cookie that stores this information?