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

MihneaD
MihneaD
Online

Badges

Badges
38

Accepted Solutions

Accepted Solutions
95

Likes Received

Likes Received
666

Posts

Posts
418

Discussions

Discussions
247

Questions

Questions
169

Ideas

Ideas
90

Blog Posts

Blog Posts
0
Top badges earned by MihneaD
Customize the badges you want to showcase on your profile
Re: Is there a way to add (not include) a query string parameter on the URL from the target. - Adobe Target 02-11-2021
Oh okay. I believe using code which I shared should resolve your problems.

Views

366

Like

1

Replies

0
Re: Adobe Target API | Upate Activitiy - Invalid Json - Adobe Target 31-10-2021
If anyone looking for Answers :Update activity works only with v3.json ..

Views

317

Like

1

Replies

0
Re: Redirect a returning visitor to a new URL based on some condition - Adobe Target 29-10-2021
@MayuriK,The simple way to do it woudl be to build audience around if referrer URL contains "receipt" however this would only function for those who immediately return to the homepage after getting the receipt. It seems a more comprehensive solution would indeed be one that leverages profile data as @AL85 has suggested.

Views

320

Likes

2

Replies

0
Re: Adobe Target: A/B Testing - Redirect URL - Adobe Target 12-10-2021
Will this method work if we are redirecting to the same page with additional URL parameters? For instance: Default: example.comRedirect: example.com/?partnerid=1234

Views

200

Likes

0

Replies

0
Efficient way to extract `sessionId`, `tntId`, `ECID` from the mobile AEP SDK. - Adobe Target 06-10-2021
Issue: Extracting from the mobile AEP SDK "Target.getTntId" is very slow & "Target.getSessionId" does not exist. Details: Albertsons team is looking for ways to extract `sessionId`, `tntId`, `ECID` from the mobile AEP SDK as quickly as possible (to forward to another API call to load Recs).Observations:1. Testing `Target.getTntId` with callback, noticed that this promise-function always resolves after Target response is back. (Just like documented.) This took about 0.4 seconds on Vadym's simulat...

Views

222

Likes

4

Replies

0
Re: Feature to extend audience +10, +20, +50, +100 miles of one Zip Code - Adobe Target 06-10-2021
@MihneaD - this was a great suggestion, was it picked up by development? I just voted for it; however, not sure if that will have any impact. I'm leaving my example here in case prod dev comes across this idea.I have a request from a client to target everybody within a 10 mile radius across several countries.I'm not sure how well zip code would work in other countries (some countries do not have zip codes), and I wonder if wonder if latitude/longitude would work better?These are 4 actual example...

Views

59

Likes

0

Replies

0
Re: Deleting Experience Fragment Offers - Adobe Target 05-10-2021
Hi, If you wish to delete Experience Fragment Offers after you have wiped you AEM instance, you will need to carry out the deletion via the Target API. https://developers.adobetarget.com/api/#delete-offer-by-id

Views

438

Likes

0

Replies

0
Re: UI Feature to export all products from a catalog/collection - Adobe Target 19-08-2021
Hi there,Our new Catalog Search API, combined with our existing Entity Delete API, can probably solve your use case:http://developers.adobetarget.com/api/recommendations/#tag/Searching-Entitieshttp://developers.adobetarget.com/api/recommendations/#operation/deleteEntitiesBest,Rob

Views

200

Likes

0

Replies

0
Re: at.js 2.0.0 Cross domain tracking is not supported- alternate option - Adobe Target 17-08-2021
To identify user across cross-domains in at.js 2.x, probably, you can try the below approach.You can try passing the ECID as a query parameter in the URL. Let's consider the scenario as A as your site1.com and B as your site2.comFirst, fetch the ECID on AThen, update the navigation link/href (which redirects to B) on A by including the ECID mentioned in point1.At last, get the ECID from URL on B and overwrite the one available on this page. Thanks!

Views

241

Likes

0

Replies

0