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

jgrubbs
jgrubbs
Online

Badges

Badges
20

Accepted Solutions

Accepted Solutions
8

Likes Received

Likes Received
21

Posts

Posts
37

Discussions

Discussions
2

Questions

Questions
35

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jgrubbs
Customize the badges you want to showcase on your profile
Re: transactionID does not appear in Analytics when set in XDM using WebSDK - Adobe Experience Platform Data Collection 11-11-2021
@dwrightI hereby nominate you a genius! For some reason I completely missed that transactionID was not one of the auto-mapped variables... And sure enough when I started poking around in Processing Rules just now, I spot this item in the list: a.x.commerce.order.payments.0.transactionid(Context Data) So... I'm going to map this to TransactionID and see what happens. But I have a feeling that this is it. Either way, thank you for your help. I'm pretty certain this will be the answer

Views

303

Likes

0

Replies

0
Re: transactionID does not appear in Analytics when set in XDM using WebSDK - Adobe Experience Platform Data Collection 11-11-2021
That is perhaps correct for purchaseID, but not transactionID. purchaseID and transactionID are not the same

Views

323

Likes

0

Replies

0
transactionID does not appear in Analytics when set in XDM using WebSDK - Adobe Experience Platform Data Collection 10-11-2021
Hi gang, I'm working through the final details in our transition to the WebSDK for data collection and I have encountered a snag... It seems that when transactionID is specified in the XDM JSON, that value never seems to get forwarded to Analytics. I know this because 1) Our TransactionID processing offline doesn't work, and 2) For debugging, I copy the inbound transactionID into an eVar, and that shows that nothing is coming through. Bear in mind that in our non-WebSDK implementation, transacti...

Views

343

Likes

0

Replies

4
Re: Retrieving Target offers via alloy.js - Adobe Experience Platform 01-10-2021
Hi there, thank you for replying I am using 2.6.4, but this isn't so much an issue with Response Tokens but rather Activities with "empty" Experiences, or Experiences with no modifications (custom code or VEC, etc). We use such Experiences for our control groups or default content. Using at.js, if I fall into one of those control or default content tests, the response from Target still has all of the response tokens, but of course there are no modifications in the response payload. This is expec...

Views

395

Likes

0

Replies

1
Re: Retrieving Target offers via alloy.js - Adobe Experience Platform 25-09-2021
And.... I just figured it out. I've been testing with a "dummy" A/B test that doesn't actually do anything. Both variations are simply default content. When requested via getOffer() with at.js, Target does in fact select my Activity and deliver it (as seen in the responseTokens), however with alloy and 'sendEvent', nothing is returned. It isn't until I make the test actually do something, then I get the expected response. I'm not sure if this is a bug or a feature, but figured I'd this here in c...

Views

402

Likes

0

Replies

3
Retrieving Target offers via alloy.js - Adobe Experience Platform 25-09-2021
Hello all, Cracking more into our implementation of alloy.js with a goal of replacing all of the legacy Adobe libraries...Right now we use at.js and make a call to getOffers() with some parameters to retrieve eligible activities/experiences. Then we call applyOffers() to execute them. I'm have a difficult time trying to get this to work via alloy.js. I've followed the instructions here to the letter, and even tried myriad combinations/changes, but I get empty decisions and propositions arrays ev...

Views

407

Likes

0

Replies

4
Re: Delete an identity namespace - Adobe Experience Platform 24-09-2021
Ah okay... Are there plans to introduce a way to delete a namespace or at least change the type and symbol?

Views

494

Likes

0

Replies

1
Delete an identity namespace - Adobe Experience Platform 23-09-2021
Hi all, I'm just getting into setting up our AEP Data Collection configuration and I was curious if it's possible to delete a custom Identity Namespace that I just created? There doesn't seem to be unless I'm missing it in the UI--seems as though it is written to our instance in permanent Sharpie.

Views

515

Likes

0

Replies

3
Need for viewsEnabled in at.js configuration - Adobe Target 02-09-2021
Hello all, hopefully a simple question to answer. We've been using at.js 2.x for a couple years, and the default configuration passed to init() includes "viewsEnabled: true". This generates the initial prefetch, and is something that we do not utilize in our implementation. We don't use a hybrid model and instead rely solely on Target to make the decision on what tests to show a visitor. We use the getOffer() method to initiated the request, and then applyOffer() accordingly. This results in 2 a...

Views

188

Likes

0

Replies

0