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

Ben_Bytheway
Ben_Bytheway
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
22

Likes Received

Likes Received
40

Posts

Posts
62

Discussions

Discussions
17

Questions

Questions
45

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by Ben_Bytheway
Customize the badges you want to showcase on your profile
Re: Dynamic Data Elements in DTM - Dynamic Tag Management 15-10-2015
@xzanthos:Using % will only work for properties of objects (ie. this.id, window.location, event.*, target.*, param.*, etc.). You can chain up to as many properties as you would like (window.location.href, etc.), but as soon as you call a method/function on an object, it will not resolve. The only exception to that is the getAttribute method (which Benjamin is using).@Benjamin Van Wagner:You are using this.getAttribute correctly, but you just need to remove the quotes. i.e. %this.getAttribute(dat...

Views

967

Like

1

Replies

0
Re: DTM - Adobe Analytics: page code not loaded - Dynamic Tag Management 15-10-2015
Hi Kim@ATHave you put any code in the managed s-code? It sounds like your tool doesn't have managed scode or isn't pointing to a URL.

Views

299

Likes

0

Replies

0
Re: DTM - Click Events - Dynamic Tag Management 15-10-2015
Hi Alex,You can do this in DTM by first creating an Analytics Tool. Once you have done that, you would go to the rules section and creating a new event based rule, selecting s.tl() for your tracking call in the Adobe Analytics section and filling out the conditions section.[img]Capture2.PNG[/img]In the Link Name text box, you would could do one of a few things for the name of the link. Assuming that your pageName is either generated or retrieved with a data element called "pageName", you could d...

Views

296

Likes

0

Replies

0
Re: DTM - How to use an array for a Data Element? - Dynamic Tag Management 15-10-2015
As far as I can tell, right now the only way to set the products variable is through code. There is no interface that allows you to set s.products for DTM UI.If your code above were run on the global scope, you could set your products variables by simply assigning the s.products variable to a concatenation of pieces from your datalayer object. You would do this in the same way as @jeffchasin mentioned above.

Views

1.8K

Likes

0

Replies

0
Re: Satellite.js breaking links on Mobile devices in DTM - Dynamic Tag Management 15-10-2015
Do you have a url that you could point us to?

Views

1.9K

Likes

0

Replies

0
Re: Can I set cookies against the domain in DTM via _satellite.setCookie? - Dynamic Tag Management 15-10-2015
Hi Jerome,Unfortunately, you cannot use _satellite.setCookie to set a cookie on a user specified domain. The function doesn't explicitly define domain when setting the cookie. Therefore, the default domain is used which corresponds to the current hostname (domain and subdomain both). Thanks,Ben

Views

3.6K

Likes

0

Replies

0
Re: DTM: how to fire a rule manually - Dynamic Tag Management 15-10-2015
Hi Axel,How were you trying to get your rule to fire? Event-based rule? page-load rule? And when you say the built-in feature, what do you mean? As for your other question, you can take a look at the documentation for the _satellite global object. It has some methods that you can call. Be aware that these can and do change from time to time:https://marketing.adobe.com/resources/help/en_US/dtm/object_reference.pdf

Views

1.1K

Likes

0

Replies

0
Re: AngularJS & SPA support? - Adobe Experience Cloud 15-10-2015
Hey Srini,I know this is old, but I wanted to come back and answer this from an answer I gave a little bit ago. Yes, you can track SPA's. Here is what I posted before:I don't have any documentation or best practices, but we have done a little bit of tracking with angular and this has come in handy for "page views":http://michalostruszka.pl/blog/2013/09/24/angularjs-in-browsers-console/In other words, if you want to hook into a view change event with angular, you could do something like this:$('a...

Views

575

Likes

0

Replies

0
Re: firing both fid and vid - Adobe Experience Cloud 15-10-2015
Let me add really quickly that if you are using the visitorID service, you may not see fid on the tracking call. Meaning if analyticsVisitorID (aid) or marketingCloudVisitorID (mid) is set and present on the tracking call, you should not be seeing fid. Otherwise, you should see fid on every tracking call.

Views

762

Likes

0

Replies

0