Expand my Community achievements bar.

SOLVED

Regex to Capture Everything

Avatar

Level 1

Hello,

I want to build a trait who populate every time a user receiver a determined signal.

For example, the signal is "country=usa"||"country=france"||"country=united-kingdom".

I want the trait to populate every time the signal country exists.

But I haven´t this option. So I though about building a regex:

.*

and the Code View reports:

(country matchesregex ".*")

But it didn´t populate. Can anybody please help me?

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hello Thiago,

Thank you for reaching out to us!

As per the given description, I understand that you are trying to capture users based on country. In AAM, we have platform level keys which help in capturing data based on geography.

In order to capture users based on country, please use d_country parameter in trait conditions.

For more information around available keys, please follow Geotargeting With Platform-level Keys  article.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hello Thiago,

Thank you for reaching out to us!

As per the given description, I understand that you are trying to capture users based on country. In AAM, we have platform level keys which help in capturing data based on geography.

In order to capture users based on country, please use d_country parameter in trait conditions.

For more information around available keys, please follow Geotargeting With Platform-level Keys  article.