NikolayBezay

Untitled

Jun 24th, 2021 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. This is what needs to be in all of the campaign:
  2.  
  3. On all pages the source needs to be like this:
  4.  
  5. If the lead comes from paid ad on google/facebook etc. then these parameters should be sent like this:
  6.  
  7. Callbox:
  8. Value of Provider: אושן
  9. Value of Media_id: from URL query:
  10.  
  11. if utm_source=google the value sent should be "גוגל",
  12. if utm_source=facebook the value sent should be "פייסבוק",
  13. if utm_source exist and is not one of these options, then the value should be utm_source
  14.  
  15. 2. Field of lm_supplier parameter should be sent with the value of the lm_supplier from the URL query.
  16. If the lead comes from organic search, meaning document.referrer is "https://www.google.com/" and the URL has no query then it should be:
  17.  
  18. Callbox:
  19.  
  20. Value of Provider: אושן
  21. Value of Media_id: SEO
  22.  
  23. Leadmanager:
  24. The value of lm_supplier parameter should be 21309
  25.  
  26. If the lead comes from direct entrance, meaning document.referrer is "" then it should be:
  27.  
  28. Callbox:
  29.  
  30. Value of Provider: אושן
  31. Value of media_id: אתר הבית - ישיר
  32.  
  33. Leadmanager:
  34. Value of lm_supplier parameter should be 10569
  35.  
  36.  
  37. Regarding mailing and privacy settings:
  38.  
  39. Privacy setting should by always yes
  40. Callbox:
  41. it means parameter "privacy_approve" should always be equal to 1,
  42. lead manager :
  43. parameter "fld_109195" should always be "yes"
  44. Mailing setting should be this: (the checkbox)
  45.  
  46. callbox:
  47. If user approves mailing- the parameter "mailing_approve" value should be 1,
  48.  
  49. if the user does not approve mailing should be 0
  50. lead manager:
  51.  
  52. If user approves mailing -parameter "fld_51356" value should be "yes".
  53.  
  54. if the user does not approve mailing value should be "no".
Add Comment
Please, Sign In to add comment