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

Eric_Vidana
Eric_Vidana
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
52

Likes Received

Likes Received
195

Posts

Posts
179

Discussions

Discussions
65

Questions

Questions
115

Ideas

Ideas
20

Blog Posts

Blog Posts
0
Top badges earned by Eric_Vidana
Customize the badges you want to showcase on your profile
Re: Recommendations Designs - velocity - map - Adobe Target 12-02-2019
It seems that using the Map is where things go wrong.$translateReadmore.en$translateReadmore.fr$translateReadmore.deThose should work based on the example. Tried your use case as well:#set( $translateReadmore = {"en" : "Read more", "fr" : "lire la suite", "de" : "Mehr darüber"})#set( $language = "en" ){ "entityId" : "$entity.id", "test" : "$translateReadmore[$language]"}test comes through fine as Read more

Views

1.6K

Like

1

Replies

0
Re: Target Classic Landing Page Campaign in Target Standard - Adobe Target 11-02-2019
September 21, 2017With the release on September 21, Target will change the way users are placed into experiences in Experience Targeting (XT) activities (Landing Page campaigns in Target Classic). For all new and existing activities in both Target Standard/Premium and Target Classic, users must meet the experience targeting rules on every impression to continue to see the experience's content and to be counted in reports. Previously, if the user no longer qualified for any experience, the user w...

Views

1.7K

Likes

0

Replies

0
Re: A/B Test using Custom Code modification to turn on feature flag - Adobe Target 11-02-2019
You can always get Target to respond back with one of 2 offers on a 50/50 split. Hide the content by default and let Target respond back with a function that does the rest of the work which is already defined on the page:- Create local functions as mentioned below (on the page or local js)- Hide form section entirely- Call to Target- A returns unhideFormBlock()- B return unhideAndCollapseFormBlock()- Can make sure function exist before calling itIf Target fails (there is an onError section of the getOffer) then choose one to be your non-Ta...

Views

2.8K

Like

1

Replies

0
Re: Recommendations Designs - velocity - map - Adobe Target 11-02-2019
So it is not exactly what you are asking ... however this works for me.#set( $monkey = {"banana" : "good", "roast beef" : "bad"}){ "entityId" : "$entity.id", "test" : "$monkey.banana"}Response{ "thirdPartyId": "ldksjflaksdjfldjlkf", "edgeHost": "mboxedge19283048309849803487.tt.omtrdc.net", "content": "{\n \"entityId\" : \"top-secret-product\",\n \"test\" : \"good\"\n}", "sessionId": "abc123554"}Seems like it does not need to be specified as a map.

Views

1.6K

Likes

0

Replies

0
Re: CORS OPTIONS ( Preflight ) request returns ERROR from Target ( AT.js getOffer Call) - Adobe Target 11-02-2019
I get the same. Seems like they do not support the OPTIONS method. The API endpoints don't seem to care, though that is probably a different can of worms from the client side (at.js) approach.Adobe Target Developers

Views

1.8K

Likes

0

Replies

0
Re: A/B Test using Custom Code modification to turn on feature flag - Adobe Target 11-02-2019
Are you running your activity through target-global? Do you see the network call to Target resolve and that your offer is in the response. Is that script tag the only thing in the offer? The script should execute as it makes it way back onto the page. Maybe your form logic is running too early or are you referring to a form with multiple steps. I see nothing wrong with trying to use Adobe Target that way. Sorry for the barrage of questions.

Views

2.8K

Like

1

Replies

2
Re: REST API and Target Reports - Adobe Target 05-02-2019
Kushsoni - some time has passed since you posted this. Are you still having issues with this?

Views

1.4K

Like

1

Replies

0
Re: API - Adobe Target 05-02-2019
Are you looking to update an offer?Target API v1.0 Or to qualify for an activity and get an offer?Target API v1.0

Views

2.1K

Like

1

Replies

0
Re: Removed permission create workspace - WHY????? - Adobe Analytics 05-02-2019
Andrew Wathen​ - how has the past 4 months been going? Is this still an issue that you are dealing with? I am curious because we starting to go down a similar road.

Views

12.9K

Likes

0

Replies

0
Delete profile attributes - Adobe Target 05-02-2019
It would be nice to be able to delete profile attributes without having to wait for the profile to expire or to load the attribute with false data so that it no longer qualifies for an audience.

Views

13.5K

Likes

37

Replies

12