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
Building library during development - Adobe Experience Platform Data Collection 05-06-2018
The tutorial videos cover some basic principles of the publish workflow, but now that I work with it I have a question. Do I have to create a revision for a Rule, Data Element or Extension when I have a small change in it? Even though the library never got to the approval stage yet?I just rebuild it for development and I was hoping it can be configured to just always take the latest version of all the added pieces each time I rebuild it. But as of now I had to create a few revisions of some Rule...

Views

1.4K

Likes

0

Replies

2
Global variables not sent with "Send Beacon" - Adobe Experience Platform Data Collection 05-06-2018
I have configured a bunch of Global Variables in the Analytics Extension, but my page load rule doesn't send them. It only executes the ones set in the custom code section of the Analytics Extension. I don't have any overlays in the "Set Variables" action at the moment it is actually empty. The only thing I see in the tracking call are the props that are set as duplicate frrom the eVars. But even this doesn't work in any other rule on the page, there nothing except the explicitly set eVars and p...

Views

2.8K

Like

1

Replies

3
Self hosting: How does it work? - Adobe Experience Platform Data Collection 05-06-2018
At the bottom of the page (Launch: Integrate your marketing tools with open APIs | Adobe ) it is stated that you can self-host the library. If I remember right (as I don't find the page anymore), it was also stated somewhere that you could run Launch on premise. So, iss my memory correct regarding the on premise part:If yes, how would that work, e.g. where can I find documentation regarding this?If no, self-hosted libraries, is this just the SFTP copy option in Launch or am I missing something? ...

Views

1.7K

Likes

0

Replies

1
Add an indicator if the "Set Variable" action contains custom code - Adobe Experience Platform Data Collection 05-06-2018
In DTM when you look at the rule details, you see if the analytics part contains custom code before you open the accordion containing the details. I miss this featue in Launch. Currently I would have to define a naming convention for the action so it is clear that it contains custom code.

Views

2.2K

Likes

8

Replies

1
[AAE] Natural order of eVars, props and events - Adobe Experience Platform Data Collection 04-06-2018
It would be great if the order of these 3 elements would be natural, even if you add a lower number later on it should be shown in the correct order as it was in DTM. As an example I had the following eVarseVar1eVar9 Then I added eVar5 so the order when I open the Global Vars of the extension configuration or in a rule in the Set Variable element the next time should be the following and nto eVar5 at the end.eVar1eVar5eVar9

Views

18.5K

Likes

39

Replies

9
Re: Add GUI element to add values to Analytics events - Adobe Experience Platform Data Collection 04-06-2018
True, that would probably be even better and less confusing than two input fields with different purposes.

Views

17.5K

Likes

0

Replies

0
Add GUI element to add values to Analytics events - Adobe Experience Platform Data Collection 30-05-2018
Currently in DTM and Launch, events can only be set either empty for increment by 1 or serialized from value. But with the Numeric type an event can also have an actual value. So I'd like to have two input fields in the event section of the "Set Variables" Action Type from the Analytics Extension.Serialize from value (optional) -> as isValue (optional) -> newSo option 1 would create a an event like "eventN:%serializedFromValue%" and option 2 "eventN=%value%"Currently this can only be done with c...

Views

17.7K

Likes

8

Replies

10
Re: Event counter with a provided amount instead of 1 - Adobe Analytics 30-05-2018
Ok, there was a missconecption from my side. I accidentally set what I thought to be the value for the event in the serialize from value field. So I was basically missing an option to add values to an event with the GUI. It seems I need to add it in a custom code section.So I know have the following (this is the video DOM element that triggered the rule):s.linkTrackVars = 'eVar10';s.linkTrackEvents = 'event16';s.eVar10 = datalayer.video.getName(this);s.events += ',event16=' + datalayer.video.get...

Views

1.2K

Likes

0

Replies

0
Re: Event counter with a provided amount instead of 1 - Adobe Analytics 30-05-2018
I clarified it and it seems we could use the eVar Instances as a counter as well. Though we keep the extra event and leave it as a normal counter.But still I don't see why it doesn't work with a value. I've seen in the documentation that you need H23 Code, that this works. Where can I see what we are using, maybe this is why it isn't working.I now also added another event to the milestones, counting the seconds played of the video. But here nothing at all gets tracked. I send it like this for th...

Views

1.1K

Likes

0

Replies

0
Find the DOM element that triggered a rule within a custom script data element - Dynamic Tag Management 29-05-2018
I want to have as little custom code in the analytics rules as possible. If I need custom code I create data elements for it and use them with the %% annotations in the analytics part (e.g. eVar5=%CS-myDataElem%). Now I am struggling to get to the event that triggered a rule where I want to use this custom script data element.In my specific case I have some custom logic vor video playback and I want to extract the currentTime from the video object. I've seen with a JS debugger, that the video ta...

Views

630

Likes

0

Replies

0