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: DTM -Set load order of rules - Dynamic Tag Management 15-10-2015
Hey Oliver,I should clarify one thing. When I mentioned that I have noticed that alphabetical order will determine the order in which rules are fired, I should clarify that I have seen this behavior with coding the script in a "Sequential HTML" rule. I have always gotten pretty consistent results with sequential HTML across rules in alphabetical order. "Sequential javascript" and "non-sequential javascript" haven't been as consistent though. Sequential javascript within the same rule should fire...

Views

1.2K

Likes

0

Replies

0
Re: DTM -Set load order of rules - Dynamic Tag Management 15-10-2015
You are welcome!Will you mark one of the answers correct so that on-comers to help-forums will be able to quickly find answers to their questions!Thanks,Ben

Views

1.2K

Likes

0

Replies

0
Re: DTM -Set load order of rules - Dynamic Tag Management 15-10-2015
In other words, this is the section you are interested in:The dynamic tag management queue processes them in that order but does not distinguish between a JavaScript or an HTML script within the page load phase.This means that the order of the page load rules within the queue determines the order in which they are dequeued.A simple way to determine the queue order is to look at _satellite.configurationSettings.pageLoadRules in the JavaScript console and examine the sequence.For example, a comple...

Views

1.2K

Like

1

Replies

0
Re: DTM Page Tags with Angular.js framework - Dynamic Tag Management 15-10-2015
Inside of DTM, you can putreturn false;in the "Customize Page Code" to suppress the beacon from firing for the initial call. Let me know if that fixes this or not.

Views

1.2K

Likes

0

Replies

0
Re: DTM: what use does DTM make of the s_code specified for the Adobe Analytics tool - Dynamic Tag Management 15-10-2015
You are welcome. If you feel like I answered your question sufficiently, will you mark it as answered so others who come looking for similar answers can filter by answered questions?Thanks,Ben

Views

982

Likes

0

Replies

0
Re: DTM: what use does DTM make of the s_code specified for the Adobe Analytics tool - Dynamic Tag Management 15-10-2015
Hi csc_mike_byers,The 'managed' s_code will be loaded in a separate script call when the page loads. DTM doesn't modify anything with your managed s_code, but simply does not load it when needed. Here is a screenshot of what I am referring to:[img]Screen Shot 2014-06-12 at 10.13.31 AM.PNG[/img]satellite-lib... is the DTM container code which is loaded when you embed that javascript code on your page.s-code-contents... is the file that gets loaded dynamically for your analytics tool that contains...

Views

961

Likes

0

Replies

0
Re: DTM data element targeting component of array - Dynamic Tag Management 15-10-2015
That's great! You are welcome.Will you go ahead and select that as the correct answers for future community comers?Thanks,Ben

Views

1.4K

Likes

0

Replies

0
Re: DTM data element targeting component of array - Dynamic Tag Management 15-10-2015
Hey Frank,So, the problem is that when you use a js Object reference, the path can't contain bracket accessors to an array element. So, you can use a custom script which you would do what you were doing above:return window.consumerJSON.planProfiles[0].planCategory;Try that out and see if it works. Ben

Views

1.4K

Likes

0

Replies

0
Re: DTM data element targeting component of array - Dynamic Tag Management 15-10-2015
I don't see that data element defined:[img]Screen Shot 2014-06-06 at 12.05.44 PM.PNG[/img]

Views

1.4K

Likes

0

Replies

0
Re: DTM library for hosted option - Dynamic Tag Management 15-10-2015
Hi Mike,I could be wrong in my assumptions, but I have always understood this method as a way to simply host DTM functionality on your own servers for downtime/uptime/SLA reasons. Meaning, you would want to go with this option simply because you need to ensure that DTM embed urls/scripts never ever go down and that they are lightning fast and never give you issues. You would then use the script loading capabilities by configuring the DTM UI to load the 3rd party scripts or custom built scripts t...

Views

957

Likes

0

Replies

0