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: Experience Mobile SDK - Adobe Experience Platform Data Collection 30-03-2022
Yes I am aware of that repository, however that was not my question. I asked if there was official support for FireOS (an Android fork), because our vendor seems to think the Android SDK will not work. I'm seeking guidance from individuals who have either tackled this issue before OR individuals within Adobe that know for certain one way or another. Thanks

Views

235

Likes

0

Replies

1
Experience Mobile SDK - Adobe Experience Platform Data Collection 30-03-2022
Hi friends, I'm not involved in App development at my organization--my work is all native web, front end development, et al. We have a vendor that handles our mobile App development. Anyway, we've been using the Experience Mobile SDKs for iOS and Android successfully, but now there is a push to develop an app for Amazon FireOS. Being essentially a fork of Android, one would think the Android SDK would be sufficient, but the vendor says it does not work. My question is: Does Adobe officially supp...

Views

243

Likes

0

Replies

3
Re: How to split String with Classification Rules (Regex) - Adobe Analytics 10-02-2022
Assuming the "#" character is your delimiter, an example regex for THREE id values would be([^#]+)#?([^#]+)?#?([^#]+)? And if you have 3 classifications, called something like "FirstID", "SecondID", and "ThirdID", you'd set the values for them in the rule builder as $1, $2, and $3 respectively

Views

326

Likes

2

Replies

1
Re: Heads-up about the Adobe s.getTimeParting plugin - Adobe Analytics 08-01-2022
@Kishore_Reddy Unfortunately I haven't seen any acknowledgement or any special notes in the product update emails, unless I missed it somehow. I hope anyone that was affected got it sorted out.

Views

229

Likes

0

Replies

0
Re: Support for merchandising eVars in xdm.productListItems - Adobe Experience Platform Data Collection 04-01-2022
"Blackbird"? Do I need top secret clearance?

Views

354

Likes

0

Replies

1
Support for merchandising eVars in xdm.productListItems - Adobe Experience Platform Data Collection 03-01-2022
Hello all, We use the "product syntax" variety of merchandising eVars in a few places. Note that this is where you specify eVars (and events) tied to a specific product in a list of products. The legacy AppMeasurement/s_code example looks a bit like: products=;this;1;1.11;event1=1|event2=2;eVar60=a|eVar61=b,;that;2;2.22;event1=3|event2=4;eVar60=c|eVar61=d The experience event XDM looks like it supports nesting the _experience.analytics.(customDimensions.eVars|event1to100) namespace within a prod...

Views

366

Like

1

Replies

4
Heads-up about the Adobe s.getTimeParting plugin - Adobe Analytics 02-01-2022
Hello all and happy new year. Just a heads up for a critical issue I had to fix here on Sunday morning. The vast majority of our sites and properties are unaffected because we're using the WebSDK and all new code, however there are a few places where we have some old legacy AppMeasurement.js stuff, which itself is an evolution of some ancient s_code stuff that pre-dates my time here at my company Anyway, the s.getTimeParting plugin uses a somewhat hacky solution to determine Daylight saving time...

Views

381

Likes

3

Replies

2
Re: listVar mapping from Edge to Analytics - Adobe Experience Platform Data Collection 28-12-2021
Actually, I feel kind of silly because I just thought of a better solution... holiday brain I guess.I could just cram the whole comma separated list of values into a single array element, as in:_experience.analytics.customDimensions.lists.list1.list = [ { value: 'a,b,c,d,e' }]And then map "a.x._experience.analytics.customdimensions.lists.list1.list.0.value" in Processing Rules to my listVar. I don't suppose there's a way to wildcard all entries, like "a.x._experience.analytics.customdimensions.l...

Views

271

Likes

0

Replies

0
listVar mapping from Edge to Analytics - Adobe Experience Platform Data Collection 28-12-2021
Hello all, It seems that listVars are not automatically mapped to Analytics when ingested from the Adobe Edge. _experience.analytics.customDimensions.lists.list1.list = [ { value: 'a' }, { value: 'b' } ... ] This validates just fine in the dataset, but "list1" in Analytics doesn't get any love. Is there a plan to automatically map list variables? In lieu of that, is my only option to send the value as a single comma (or whatever delimiter is configured) separated string (encoded of course) as no...

Views

292

Like

1

Replies

1
Re: How to setup a dimension - Entry Page URL? - Adobe Analytics 26-12-2021
Hi @VinayC that is a nice part about using the Processing Rule I described. You don't have to add the eVar into your front end code. Page URL is automatically sent on every beacon, so you can copy that value into an eVar in a new Processing Rule. Here is an example where an eVar (eVar54) called "Page URL" is populated with the value of "Page URL" under Hit Attributes

Views

482

Like

1

Replies

1