DTM Populating custom event with an incrementor
Using DTM event based rules, I'm trying to set a number to an event, and would like Sitecatalyst to increment that custom event by said value.
It is a form based event (submit), but I am not receiving any data in SC. Code in the "Adobe Analytics" portion of the rule is as follows:
s.events="event35="+len; s.linkTrackVars="events"; s.linkTrackEvents="event35";
where 'len' is a number to increment by.
I have another counter event associated with this which simply increments by 1, and that performs only when this event35 is not defined in DTM.
Any help would be greatly appreciated!