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

thomas_amsler
thomas_amsler
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
26

Likes Received

Likes Received
247

Posts

Posts
159

Discussions

Discussions
42

Questions

Questions
117

Ideas

Ideas
31

Blog Posts

Blog Posts
0
Top badges earned by thomas_amsler
Customize the badges you want to showcase on your profile
Analytics Extension v1.7.7 bug - Adobe Experience Platform Data Collection 09-09-2019
I just created a new property to test our extension and installed the latest version of the analytics extension. This version has an additional field in the Global Variables section called "Select Report Suite". I only have our prod suite available, but when I select it and try to save the configuration it always throws "An unknown error has occurred." In the details I see the following cause:"The property 'trackerProperties' contains an additional property \"selectedReportSuite\" outside of the...

Views

4.7K

Likes

0

Replies

1
Re: Rules in Prod but disabling for Non Prod Environments - Adobe Experience Platform Data Collection 29-08-2019
Maybe someone from Adobe has a better idea, but it seemed the most simple solution and adding an option that checks a cookie or a js variable would make it more flexible.

Views

2.2K

Like

1

Replies

0
Re: eVars along with different properties - Adobe Experience Platform Data Collection 29-08-2019
That is one option, I don't know your full use case. Having a campaign logic in place would be another. I am more on the technical side than on the analytics, so I try to provide technical solutions...

Views

2.8K

Likes

0

Replies

0
Re: eVars along with different properties - Adobe Experience Platform Data Collection 29-08-2019
Yes, Session Storage is domain and even protocol based: Window.sessionStorage - Web APIs | MDN That's why I also mentioned cookies, which you can store als wildcard cookies like ".domain.com".

Views

2.8K

Likes

0

Replies

0
Re: DTM and Launch on the same page - Adobe Experience Platform Data Collection 29-08-2019
You can't have both running on the same page, no matter if there are different properties. The _satellite object will be overwritten by the one that loads last and only this one will track.

Views

2.2K

Likes

0

Replies

0
Re: eVars along with different properties - Adobe Experience Platform Data Collection 29-08-2019
The only thing I can see is some custom logic with cookies or session Storage if both properties run on the same (top) domain. The s object is re initialized per page load, so you can't even store something there for multiple pages.

Views

2.8K

Likes

0

Replies

0
Re: Rules in Prod but disabling for Non Prod Environments - Adobe Experience Platform Data Collection 29-08-2019
You could add a condition to the rule which checks the environment and only returns true for production.

Views

2.9K

Like

1

Replies

1
Re: Some props writing out in a loop, others not. Why? - Adobe Experience Platform Data Collection 29-08-2019
How about just contatenating the values and have one tracking call and then take it apart in analytics. Or even use list vars, which are meant for this (though the limitation to only 3 makes them precious). With some limitation you could also just define an eVar to act as a list, though the size limit would still be the same and would cause problems if you need to have many documents in that variable.

Views

3.2K

Like

1

Replies

0
Re: Data Element for Page Name Not Sent With Every Hit - Adobe Experience Platform Data Collection 29-08-2019
Just to be sure, you don't set the value to the eVar within custom code? If you do, don't forget to also add it to s.linkTrackVars, else s.tl() calls won't track it.

Views

2.4K

Likes

0

Replies

0
Launch Extension Development with Analytics - Adobe Experience Platform Data Collection 29-08-2019
I'm trying to develop my first launch extension to cope for some limitations I encountered. It is tightly linked to analytics and to be honest it is an alternative approach to what the Data Layer Manager extension from Search Discovery is doing.My Problem is that my current approach needs to have the Analytics Extension available as well and I didn't find a way to have this one available in the sandbox. I know how I can reference it in the JS code, but within the sandbox the call to "turbine.get...

Views

1.5K

Likes

0

Replies

0