Adobe DTM - set a success event in the Adobe Analytics tool ONLY IF a discrete data element value exists -


i'm curious if there's way set success event in adobe analytics tool [without using custom script option], if discrete data element value exists.

for example, have data layer object captures value in 1 of 2 flavors: value1 , value2. data layer object looks this:

'data_capture': 'value1|value2' 

in adobe dtm, set data element named data_capture

return data_layer.data_capture 

i'm using direct call rule [ajax screen] activate adobe analytics tool , fire event1, if %data_capture% has value of 'value1'.

just reiterate, if %data_capture% = 'value1', set event1=%data_capture%. if %data_capture% not = 'value1', not set event1.

i'm not programmer, apologies if of syntax jacked-up. thoughts on solution appreciated.

art -- linkedin.com/in/arthurlwebb | twitter.com/arthurlwebb

for event base rules , page load rules there such option, please check: rule / condition / criteria in select box(criteria) there 'chapter' data , there option data element value. when added, user able choose data element list , set condition value.

unfortunately there no such option direct call rules.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -