Advertisement
verygoodplugins

Untitled

Nov 28th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. TEST WITH EXISTING ATTRIBUTES
  2. [28-Nov-2018 19:12:06 UTC] sending attributes to URL: https://app.userengage.com/api/public/users/139707367/set_multiple_attributes/
  3. [28-Nov-2018 19:12:06 UTC] Array
  4. (
  5. [escudos] => 1
  6. [street_address_1] => Addr1
  7. )
  8.  
  9. [28-Nov-2018 19:12:07 UTC] response:
  10. [28-Nov-2018 19:12:07 UTC] stdClass Object
  11. (
  12. [errors] => stdClass Object
  13. (
  14. [street_address_1] => Provided `name` conflicted with existing attribute. Please choose a different name.
  15. [escudos] => Provided `name` conflicted with existing attribute. Please choose a different name.
  16. )
  17.  
  18. )
  19.  
  20. TEST WITH ATTRIBUTES THAT DONT EXIST
  21.  
  22. [28-Nov-2018 19:13:38 UTC] sending attributes to URL: https://app.userengage.com/api/public/users/139707367/set_multiple_attributes/
  23. [28-Nov-2018 19:13:38 UTC] Array
  24. (
  25. [newattribute] => newvalue
  26. [newattribute2] => newvalue2
  27. )
  28.  
  29. [28-Nov-2018 19:13:39 UTC] response:
  30. [28-Nov-2018 19:13:39 UTC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement