Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

perrin_ennen
perrin_ennen
Online

Badges

Badges
20

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
42

Posts

Posts
46

Discussions

Discussions
2

Questions

Questions
44

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by perrin_ennen
Customize the badges you want to showcase on your profile
Re: dataProvider valid data format - Adobe Target 10-08-2022
This code will throw and error as data is already JSON Issue is with more complex values like arrays. Which still are valid in JSON object but at.js throwing error about them. Question is if data can be any json object or just list of key values pairs where values are simple types like string, number, boolean?

Views

27

Like

1

Replies

0
Re: Notification when changes to a page impact a Target activity - Adobe Target 10-08-2022
@RyanLG Great idea submitted subscribing to follow for a update

Views

41

Likes

0

Replies

0
Re: SRM Issue with A/B test with 50/50 split (100% audience) - Adobe Target 10-08-2022
Thanks @perrin_ennen You have been a great help! Do you know if is possible to use the profile script with Math.random() and manually assign Control or Variation? Something very similar of the script you shared, but instead activate Control or Variation. You think is possible?

Views

42

Like

1

Replies

0
Re: Adobe Target Reporting | Engagement Tracking | Private browsing not tracked? - Adobe Target 09-08-2022
By default, only one click per user for the activity is counted as a conversion. Regardless of whether the conversion is triggered more often.

Views

34

Likes

0

Replies

0
Re: Target Mbox call Issue - Adobe Target 09-08-2022
var segmentProvider = { name: "segmentProvider", version: "1.0.0", timeout: 1000, callback: null, provider: function (callback, params) { ... It is important that your API request is also ready before the callback is called. With the XMLHttpRequest this is for example onreadystatechange if (this.readyState == 4 && this.status == 200) is given. After that you can write e.g. a cookie or something into the localStorage. As I understand you, you want to read something from the localStorage. var data...

Views

25

Likes

0

Replies

0
Re: How can we create test which runs on pages from different domain? - Adobe Target 09-08-2022
Firstly, if you have Adobe Target Premium and with different workspaces - you need to assign the appropriate at_property ID for the respective workspace on the domains. It is important that the other domain is allowed under Administration > Hosts. Furthermore, cname can also become an issue (if you are working with it) that this is requested and configured accordingly for the other domain as well. best regards

Views

42

Likes

2

Replies

0
Re: Target Prehide Snippet Implementation via event listener to manage cookie consent - Adobe Target 12-07-2022
Thank you @Gaureshk_Kodag . I will get it implemented and share the my observations here. Thanks again

Views

112

Likes

2

Replies

0
Re: Auto Target - Multiple Countries - Adobe Target 14-04-2022
[3.30.22 Adobe Target Community Q&A Coffee Break Answer provided by @ryan_pizzuto: ---------------------------- Thanks for the question @timf43492464! How you approach this will depend on what you are hoping to learn from the activity. If your goal is combine all countries into a single group and report on them as such, then you can create a multipage experience and make the edits for each country on their respective page. If you want to test different images and report out on the countries sepa...

Views

71

Likes

0

Replies

0
Re: AB Testing - Split traffic by 50/50 - Adobe Target 11-03-2022
Exactly the allocation is generated - therefore no exact 50:50 number is possible in the evaluation. But the direction should already be correct, that it is approximately in this range users of the corresponding variant are allocated.

Views

165

Likes

3

Replies

0
Re: Can we pass multiple values as mbox parameter? - Adobe Target 10-03-2022
You can map such a validation via a ProfileScript. There you can create more complex queries and finally return true or false. Maybe this will help you.I myself would not need a list on either side. At least, I can't think of any current case - and if so, only with some special exceptions, where a list on the left and right would not be sufficient. Best regards

Views

219

Like

1

Replies

0