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: Is there a way to put someone into a test if they have an exit intent? - Adobe Target 14-10-2021
An experiment must first take care that for 50% of the users a modal is show - when the user wants to leave the page with the mouse. Then it is possible to write this success into the userProfile e.g.: adobe.target.trackEvent({ mbox: 'exitIntendMbox', params: { 'profile.exitIntend': 'B' } });We also use this when we only have experiments that are used for reporting.Then the question is whether you can wait one more page load (so that the global-target-mbox is played again) to execute an activity...

Views

238

Likes

2

Replies

2
Re: Notification when changes to a page impact a Target activity - Adobe Target 14-10-2021
Hi @RyanLG I can only tell you how we do it - maybe that will help you a bit.However, we mainly use form based activities.Each activity checks itself all the information that can cause an experiment to fail. That means we check all information via JavaScript. For example: are all required selectors available, partly we check content or product names or ids. Even after inserting a RemoteOffer we sometimes check the inserted content if it matches the structure that is expected. Or if a getOffer fa...

Views

437

Likes

0

Replies

0
Re: Odd issues with profile parameters - Adobe Target 12-10-2021
Hi @jezwn, sounds to me spontaneously like a timing issue.. I don't know what exactly is the script that creates the UserGroup variable. Maybe you can write something like this as profileScript (as I said - I don't know the logic of the variable). But can't you just change the order in Launch:"Core - Custom Code" > "Adobe Target v2 - Load Target" > .. Maybe it also makes sense to write the script for the variable directly in the custom code: var userGroup = ... // script var targetPageParams = f...

Views

422

Likes

0

Replies

0
Re: My A/B Test are Overlaping - Adobe Target 12-10-2021
Hi @renatoz28, finally i would map everything in an experiment.. Maybe an additional experiment - which is only there to find out which product was seen last - and writes this into the userProfile.. maybe an affinity is also something for you https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/category-affinity.html?lang=en If you create an experience targeting activity with several variants, then only the variant is displayed that matches - if several match - then th...

Views

309

Like

1

Replies

0
Re: How do you set up audience for longitude/latitude targeting - Adobe Target 06-10-2021
There is already a similar article here. Maybe it will help you:https://experienceleaguecommunities.adobe.com/t5/adobe-target-discussions/adobe-target-geo-location-radius/m-p/298801/highlight/true#M1459 A radius can be calculated by profileScript. But such a calculation does not come out of the box. Of course, you can also roughly limit the geo data with "is greater than" and "is less than" as in the example here:https://experienceleague.adobe.com/docs/target/using/audiences/create-audiences/cat...

Views

192

Like

1

Replies

0
Re: Adobe Target content delivery is disabled - Adobe Target 06-10-2021
If you look in the Target UI under Administration > Host - is xyz.herokuapp.com listed there?If not - click on "Authorize Hosts" (top right) and deactivate the "Enable Authorized host for content delivery". Maybe this is the current problem.

Views

461

Like

1

Replies

1
Re: Potential BUG - getOffer call - AT: Page load rendering failed - Adobe Target 24-09-2021
Hi @bmendez, what kind of offer are you expecting?Is there perhaps an error in the offer itself? Maybe you can manually insert/execute the offer into the page via the console, depending on what it contains for testing.

Views

211

Like

1

Replies

1
Re: Validate Target audience - Adobe Target 21-09-2021
Hi @michaela7702973 I think that's hard to estimate - if you don't have any analytics data on the audiences. But what you can do is to build experiences that don't change anything on the page - just trigger a console.log for example. So you can see over time in the reports how many new visitors qualify for the experiment.

Views

346

Like

1

Replies

0
Re: Audience Geo-Targeting Not Working - Adobe Target 21-09-2021
Maybe it will help you to check in which country Target recognizes you. For this you can e.g. create a form based experiment with an HTML offer with: console.log('current country: ${profile.geolocation.country}')

Views

332

Likes

2

Replies

0
Re: How we can achieve 1:1 personalization using Adobe Target - Adobe Target 21-09-2021
Hi @coolclassic,you can use AAM Segements for audiencing in Adobe Target. https://experienceleague.adobe.com/docs/target/using/integrate/audience-manager-target-integration.html?lang=en

Views

269

Like

1

Replies

0