You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using custom attributes for almost 7 years via the Javascript API without issue. We have a custom attribute with the key Company Name, note the case and space.
The Company Name attribute in custom attributes, it does not record the data for Company Name (its blank, everything else is fine). Every example provided shows a key in lower case with underscores, but there is no documentation that says this is required and it works perfectly fine with the javascript code.
What are we missing?
The text was updated successfully, but these errors were encountered:
We have been using custom attributes for almost 7 years via the Javascript API without issue. We have a custom attribute with the key
Company Name
, note the case and space.In our javascript code we simply do this:
and have no problems, however, when we try to use this gem and do this:
The
Company Name
attribute in custom attributes, it does not record the data for Company Name (its blank, everything else is fine). Every example provided shows a key in lower case with underscores, but there is no documentation that says this is required and it works perfectly fine with the javascript code.What are we missing?
The text was updated successfully, but these errors were encountered: