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

aseelund
aseelund
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
18

Posts

Posts
33

Discussions

Discussions
7

Questions

Questions
26

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aseelund
Customize the badges you want to showcase on your profile
Re: Problems building packages using ES6 - Adobe Experience Platform Data Collection 20-03-2018
Can the same be assumed for Target and using es6 in experiences?

Views

2.4K

Likes

0

Replies

0
Re: Integrating GitHub w/ Launch - Adobe Experience Platform Data Collection 09-03-2018
Here is some adobe Docu they sent. Embed Code and Hosting Options

Views

2.5K

Likes

0

Replies

0
Re: Integrating GitHub w/ Launch - Adobe Experience Platform Data Collection 09-03-2018
mikem2436009​ - I am working on investigating building this out in our stack (still DTM, not Launch)Basically if you integrated ftp hosting into your version control system, this may be possible. I would suggest using commit hooks and a build server to trigger shell scripts. perhaps we can share on github?-AJ (notdefault@github)

Views

2.4K

Likes

0

Replies

0
Re: Add DTM Code Using Google Tag Manager - Dynamic Tag Management 07-03-2018
satelliteLib-7998b06......js is your library, that's where all of the code will execute from, so yes, you should see that in the console. if you see "errors" coming from this script, then something is blocking it or stopping internal execution and the beacon wont be sent. in the network tab, if you filter requests for "/b/ss" you will filter only the beacons that are sent to tracking servers. The data being sent will be in the parsed/decoded query string. the target server will be your tracking ...

Views

2.7K

Likes

0

Replies

0
Re: What happens if at.js fails? - Adobe Target 07-03-2018
Adobe will have to speak on SLA and response times from their servers, but by default content I mean 'the front-end application', NOT Target. Are you using the akamai hosting or DTM? more often than not, the adobe server response times are a non-issue.

Views

1.6K

Likes

0

Replies

0
Re: How to pull DTM data using DTM API and API Token? - Dynamic Tag Management 06-03-2018
Jantzen.Belliston​ -- do you by chance know if Launch can integrate with GIT or version control systems, or be fit into a continuous-integration cycle?

Views

1.4K

Likes

0

Replies

0
Re: What happens if at.js fails? - Adobe Target 06-03-2018
Your experience will not be rendered, but normal default content should still be processed and rendered as expected. at.js is a library to support your experience, it is absolutely required to be in the header. The modifications to page content YOU control via the target interface. as far as i know it is a "blocking script", meaning it has to fully execute before the next script can begin execution, but Adobe, please correct me if i'm wrong. Even then, its a fully tested and QA cycled script, I ...

Views

1.6K

Like

1

Replies

0
Re: Profile Script for experience selection runtime - Adobe Target 08-01-2018
you can pipe your data layer value for country into a global mbox param, then use that as part of your audience targeting within Target.See Adobe Docu here:Mbox Parameters And: Behavioral Targeting

Views

1.7K

Like

1

Replies

0
Re: Tracking new elements in the source code - Dynamic Tag Management 05-01-2018
your data elements should be referencing specific objects on your data layer, not treating the whole data layer as a string.Assuming that dtmAnalyticsData is your data layer, does it follow any specification?example: https://www.w3.org/2013/12/ceddl-201312.pdfin your data elements, you can reference by `JS Object` to window.dtmAnalyticsData.{specific_key} to return a value.Then in your rule, configure an evar, prop to use those data elements.

Views

1.8K

Like

1

Replies

0
Re: Capture User experience rating and Drop down list values - Dynamic Tag Management 05-01-2018
It looks like you're already capturing event40 on click of any star, I would just use js to determine which n-th chld (star) was clicked, or add .star-1, .star-2, .star-3... as classes on each star for exact determinationThen once you know which star, pipe that into an eVar or prop on the event40 rule.specifically for DTM, you need to determine business case. Are you collecting on click (event40), or on submit of the form. then you would create a data element to reference in the event rules. The...

Views

1.4K

Like

1

Replies

0