Include location in user analytics
This commit is contained in:
parent
3de6b4a646
commit
5965929187
3 changed files with 11 additions and 5 deletions
|
@ -381,6 +381,7 @@ class User(ApiResource):
|
|||
user_data.get('given_name'),
|
||||
user_data.get('family_name'),
|
||||
user_data.get('company'),
|
||||
user_data.get('location'),
|
||||
)
|
||||
ua_mdata_future.add_done_callback(build_error_callback('Change metadata failed'))
|
||||
|
||||
|
|
Reference in a new issue