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: How to pull DTM data using DTM API and API Token? - Dynamic Tag Management 06-03-2018
No integration for GIT or other version control has been built into Launch at this point. Since it is API driven, It's definitely possible. However, it's not on the near-term road map. If this is something you'd like to suggest, I'd definitely, encourage you to submit a feature request on the official Launch - Feature Requests​ community.In the meantime, you could set up self hosting. This would allow you to direct your various build libraries into your own version control process. Adobe would j...

Views

1.1K

Like

1

Replies

0
Re: Problems building packages using ES6 - Adobe Experience Platform Data Collection 20-03-2018
That is likely the case, but I'm not sure. I'd suggest posting a question in the Adobe Target community to see which version of JS they support.

Views

2.2K

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: 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
Re: Tracking new elements in the source code - Dynamic Tag Management 08-01-2018
The Data Element name. Look at my 2nd posted screenshot in previous post. That ss shows what is in _satellite.dataElements in the js console.I have done some more poking and I can verify you don't actually have quotes in the DE name (it looks the same from the js object dump but it's not actually access the same, so i was able to verify you actually don't have quotes in the DE name). But there is definitely a trailing space. I don't think that's technically a problem though. I do see that the Ru...

Views

1.7K

Likes

0

Replies

0
Re: Page name issue - Dynamic Tag Management 20-12-2017
Okay well I don't see anything in this code that directly replaces anything with a space. My next guess is the dataLayer[0]['pageURL'] variable you reference sometimes has spaces in it. Maybe whatever outputs this data layer variable has it when it is output sometimes. Or maybe there is some other code elsewhere that alters it sometimes. Or, maybe you have other code elsewhere that sets your page name using different code, that executes/overrides this code, sometimes. I'm not sure what more I ca...

Views

2.1K

Like

1

Replies

0
Re: Page load time capture in Angular JS 4 and above - Adobe Analytics 03-01-2018
Agreed with AJ here, you'll want to double check what the page load time is currently measuring, and adjust the plugin accordingly.

Views

1.2K

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: _satellite.isSubdomainOf produces false positives and affects _satellite.isOutboundLink - Dynamic Tag Management 19-12-2017
That appears to be draft documentation from 2013. I'll have our doc writer take a look and pull that down if it's no longer valid. The correct object reference is the one I linked above.

Views

10.7K

Likes

0

Replies

0
Re: How to pass custom event with exit link in DTM - Dynamic Tag Management 12-09-2018
Thanks for all the very fast replies.I think my predicament may have been slightly misunderstood. We are using isOutboundLink in DTM already but we are moving to Launch and it appears that Launch doesn't recognize it.So we are looking for a way to do something similar in Launch.I will look further into JoshD's response but if anyone has other ideas I am open.Thanks again.

Views

2.5K

Likes

0

Replies

0