Hello,
I am attempting to troubleshoot an issue we have with Target and Customer Attributes.
I have setup the data source in Customer Attributes, configured Target as the Subscription, and called `setCustomerIDs()` as required in my code.
The data seems to be flowing fine. Using the ID lookup tool, I saw that an ECID was being linked with the Customer ID. In Target, the Attributes are available when creating an Audience. A query to https://client-code.tt.omtrdc.net/rest/v1/profiles/thirdPartyId/xxxx?client=client-code even returns the expected data.
We initially noticed a problem when Target failed to match Experiences properly (in an XF a Activity) when using Audiences built using these Customer Attributes. We tested using Authenticated users that were included in the Customer Attribute data source, but no Activities were ever matched. Again, IDs seem to be matched properly and, based on the API call above, Target seems "aware" of the data. However, when I looked back in Customer Attributes, under Sync Status, there is a message of "Unable to retrieve sync status.".
My questions is twofold: (a) would Sync Status issue cause the behavior above and (b) if so, what troubleshooting steps can I take to go about resolving it?