why i can't find [user attributes] in visitor profiels when i create an audience | Community
Skip to main content
New Participant
November 19, 2019
Solved

why i can't find [user attributes] in visitor profiels when i create an audience

  • November 19, 2019
  • 5 replies
  • 8615 views

1、 I have used Profile API [updateUserAttribute] to create an attribute like this

          updateUserAttribute("user_type", 1);

2、i want to use this attribute(user_type) to create different audiences in AT, so i select the rule [Visitor Profile] when i created andience

here is the question: i can't find the an option of "user_type" or "user.user_type".

I don't know how to use the attribute[user_type] in AT.

Anyone could help me?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shruti_Premkumar

weil20720421​ Glad that your issue is resolve and thank you for sharing your resolution.

Ref: Target API reference (new) - Adobe Experience Platform Mobile SDKs

5 replies

Shruti_PremkumarAccepted solution
Employee
November 22, 2019

weil20720421​ Glad that your issue is resolve and thank you for sharing your resolution.

Ref: Target API reference (new) - Adobe Experience Platform Mobile SDKs

New Participant
November 21, 2019

Current SDK versions - Adobe Experience Platform Mobile SDKs

I have used <Mobile Core> <Profile> <Adobe Target> this three SDKs.

It's seems that using Profile API "updateUserAttribute" can't pass data to Target.

I have resolved the problem by using Target API "retrieveLocationContent" with ProfileParameters.

Thanks a lot.

Employee
November 20, 2019

weil20720421​ Can you confirm which version of the SDK your trying to implement?

New Participant
November 20, 2019

Thank you for you answer.

The Methods seems use at.js on web page。

In my case , i need to use AT on a native app(android and ios).

I have followed this document to update attributes by mobile sdk,

the question is i don't know how to use the attribute in AT.

Or have any other method to get data into Target with Mobile SDK?

Employee
November 19, 2019

weil20720421​ Please refer to Methods . If you do a Get profile are you able to see the attribute that you set in the user profile?