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

m_1985
m_1985
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
15

Posts

Posts
56

Discussions

Discussions
4

Questions

Questions
52

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by m_1985
Customize the badges you want to showcase on your profile
can we identify the users those who came from Microsoft Edge Browser to IE 11/10 browser? - Adobe Analytics 13-12-2016
Hi,As you may know in Microsoft Edge browser, there is an option to open the site in Internet explorer(screenshot attached). Is there a way to identify the users in Adobe analytics to understand how many users are entering the website through Microsoft Edge and open the site in Internet Explorer 11/10 etc.Thanks in Advance

Views

898

Likes

0

Replies

1
how to pass totalrevenue value in s.products using DTM - Dynamic Tag Management 12-12-2016
Hi,I tried the below. I'm not sure what i'm missing. Getting "undefined" in the place of total revenue.var totalrevenue = _satellite.getVar("revenue");s.products=;;;+totalrevenuethanks in advance

Views

1.4K

Likes

0

Replies

2
Re: External JS file reference in DTM - Dynamic Tag Management 07-12-2016
Thanks for the reply. I did tried like this but it didn't work.

Views

1.5K

Likes

0

Replies

0
External JS file reference in DTM - Dynamic Tag Management 07-12-2016
Hi,We have a Event based rule that calls a function in an external JS file. We want to add a reference to that JS file from with in DTM. Is this possible and if so how/where should we add it?Thanks in advance.

Views

3.4K

Likes

2

Replies

6
Re: How to pass multiple currency event in DTM? - Dynamic Tag Management 02-12-2016
Hi Jantzen, i tried this. It works perfectly fine. thanks much for your time on this.

Views

1.3K

Likes

0

Replies

0
Re: How to pass multiple currency event in DTM? - Dynamic Tag Management 02-12-2016
Hi Jantzen,Thanks for the response. I tried using the sproducts variable along with s.eventsvar XXXXvalue = 100;var YYYYvalue = 500;s.events = "event313,event314";s.products=";;;;event313=+XXXXvalue|event314=+YYYYvalue"; And, in the image request i'm not getting the actual value(100 & 500) on the event respectively instead it appears the below. Am i missing anything? Thanks

Views

1.3K

Likes

0

Replies

0
How to pass multiple currency event in DTM? - Dynamic Tag Management 01-12-2016
Hi,I'm trying to capture multiple currency events value. I used the below code in custom page code but it is not working as expected. Am i missing anything. Any thoughts?var XXXXvalue = _satellite.getVar("XXXX");var YYYYvalue = _satellite.getVar("YYYY");s.events = "event313,event314";s.events="event313="+XXXXvalue,"event314="+YYYYvalue;Thanks in advance

Views

3.0K

Likes

0

Replies

5
Can't we use _satellite.setVar with this approach? - Dynamic Tag Management 09-11-2016
Hi,I tried using _satellite.setVar("xxxxx.userid", value-here) using period(dot) in the data element name but it didnt work(ie: not able to send the value to an eVar/prop/read the value in the console) so i tried to avoid using dot in the data element name and used hyphen(-) instead of dot(.) like this _satellite.setVar("xxxxx-userid", value-here") and it works fine.Anyone faced this issue earlier? not sure, if this is an issue with Adobe DTM?Thanks

Views

1.7K

Likes

0

Replies

1
Re: is it possible to use multiple selectors in the Element Tag or Selector(Event based rule) - Dynamic Tag Management 01-11-2016
Thanks for the prompt reply. Let me try this.

Views

1.6K

Likes

0

Replies

0
is it possible to use multiple selectors in the Element Tag or Selector(Event based rule) - Dynamic Tag Management 01-11-2016
Hi,Is there a way to use multiple selectors in the element tag or selector for eg: body a,body input .will this work in event based rule? if not, can anyone tell me the example on how to write custom javascript function to check if body a or body input to execute the rule?

Views

2.2K

Likes

0

Replies

2