-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Hi all -
Thanks as always for the brilliant work on PIWIK.
As discussed with Matthieu on the support forum, I think there is a bug whereby goals I am setting to be fired when an event occurs are not being registered.
Context: we have an isomorphic application which gives JavaScript users an immersive experience as they go through the pages, while non-JS users go back to the server and refresh the page each time they click through. In order to track events accurately, we have an abstraction layer whereby both JS and non-JS users send events to a sort of 'events engine' on our server, which then fires an event over to PIWIK.
I don't know if this is the problem or just in the naming of events? Anyway - it's working totally beautifully in terms of sending events - in the PIWIK events section, sorted by category, we get great information like:
Event category
00.Departure country 17 events
01.Destination country 17 events
However, I would love to tie these events up to goals - but when I set up a goal eg:
GOAL NAME
Applicant chooses departure country
GOAL IS TRIGGERED WHEN
Send an event (Event Category) Pattern contains: 00.Departure country
I just can't get these goals to fire. I've tried what seems like every possible combination of 'pattern contains', 'exact match' etc.
If it will help, I will happily give you read access to our development site and development PIWIK instance so you can reproduce it.
With many thanks -
Phil