Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. %%[
  2. SET @qs = "value|With|pipes"
  3. SET @URL = "WhateverMechanismYouUseToSetThis"
  4.  
  5. IF INDEXOF(@URL, "testdomain.com") > 0 OR INDEXOF(@URL, "fakedomain.com") > 0 OR .... THEN
  6.  
  7. SET @URL = Concat(@URL, @qs)
  8. ENDIF
  9. /* no need to do anything for else case */
  10.  
  11. ]%%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement