Custom User Field – Incorrect Data Being Added
-
I have added two Audience fields and *|MERGE|* tags in Mailchimp:
Field label and type: “Text1” text
Put this tag in your content: “TEXT1”and
Field label and type: “Text2” text
Put this tag in your content: “TEXT2”I clicked “Renew Mailchimp lists” in WP.
I added two additional fields in “User Sync”, both from the automatically suggested options given by Mailchimp when I started typing, so I know those fields exist in my database (plus I see them in my php database):
nickname >> Text1
wp_2mdz9icapabilities >> Text2I then click “Save Changes”.
When I then force a Manual Synchronization, I do not get the expected results.
In my Mailchimp Audience listing, I see the two new columns, Text1 and Text2.
Text1 has, an expected, the nickname data for each Audience contact. For example, “4ctmam”, which matches the php database data for “nickname”.
Text2, however, does not match the php database data for “wp_2mdz9icapabilities”. Every single Audience contact shows “1” in the Text2 column. The php data for wp_2mdz9icapabilities is always something similar to “a:1:{s:18:”um_registered-user”;b:1;}”, formatted as longtext (note that the data for “nickname” is also formatted as longtext).
I do not understand why I’m not getting the correct data entered into Text2, and am only getting a “1” in every single case.
Any advice or help would be very much appreciated.
Thank you.
- The topic ‘Custom User Field – Incorrect Data Being Added’ is closed to new replies.