@TimHave you put a breakpoint in your code and verified that the code is being reached?My two thoughts are:1) Your script tag above is placed before your DTM container in the <head> and your s object is created. So, your condition if (s) evaluates to false, and no context data is added to your s ob...