Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %%[
  2.  
  3. var @contextField1
  4. set @contextField1 = AttributeValue("contextField1")
  5.  
  6. if not empty(@contextField1) then
  7.  
  8. /* do stuff */
  9.  
  10. else
  11.  
  12. RaiseError("invalid context data", 1) /* 1 means skip the subscriber */
  13.  
  14. endif
  15.  
  16. ]%%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement