When a customer signs in with AE Connect, their details are stored as a unique profile in the dashboard. However, before signing up for AE, you may have already been creating a database of users with a service like WordPress.
Good news is you can still keep user records in two locations. Here's how...
Important
If code isn't your thing, this is a good time to reach out to your developer.
Transferring the data
If you would like to create user records in your own database, you can transfer data (in the form of objects returned) from AE using a request with AE JS.
This is an action that will be triggered when a certain event occurs, such as a user login or a user sign-up. The events you implement will return a user object, which is the data about the user. The data will be automatically transferred to your secondary user records.
How to Do It
Visit these help docs to learn:
- How to access User Data with AE JS
- What user data you will be able to see in AE JS
- More about AE JS Events References
If you have any questions about this process, don't hesitate to reach out.