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

cathyw49544988
cathyw49544988
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
38

Posts

Posts
155

Discussions

Discussions
11

Questions

Questions
144

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cathyw49544988
Customize the badges you want to showcase on your profile
Re: Conversion variables - Adobe Analytics 14-09-2017
1. There is no best practices as far as I know. 2. It is a broad question:You can name an eVar report as you wish, but if you do not sent the correct value at the code level then the wrong values will be in the reportwhen you put in the code s.eVar1 = "value", it simply tells the AppMeasurement.js library to create an adobe analytics server call and append v1=value to the image request url. Once the server call is received by analytics servers a set of processing are applied. The server will par...

Views

819

Like

1

Replies

0
Re: Track all the link click on all pages - Dynamic Tag Management 11-09-2017
Hi,DTM has some built in link tracking via the Download links and outbound links. See documentation here.If this doesn't meet your needs and you'd like to track every link, I'd recommend creating an event based rule that is fired anytime someone clicks on any tag. I believe you need to at least specify which tag or selector you'd like to detect the click for in DTM. Currently you have that field blank and I'm not sure that's supported. If it were, DTM would be trying to track any click on any portion of your website.I assume the regex you've got placed in the rule is trying to filter that out? I think there may be a simpler way but just targeting tags.I'd recommend removing the regex and adding an "a" in the tag box to see if we can get the rule to fire. Once it's firing in staging, you can add additional conditions to limit the calls to your selected focus.Cheers,Jantzen

Views

293

Likes

0

Replies

0
Re: No requests found in Debugger - Dynamic Tag Management 11-09-2017
I'm glad you were able to find the root issue.As for your follow up question, if something is working in staging but not production, it's because some change has not been approved and published. If you look through your approval tab in DTM, do you see data elements or rules that are related to this project that still need to be approved?Secondly, you may need to check your publish queue. If there are items in the publish queue that are related to this project, they will need to be published in a...

Views

586

Likes

0

Replies

0
Re: enable activity map issue - Adobe Analytics 05-09-2017
Hi Cathy, this looks like an issue that would probably be best handled by customer care. I'd recommend having a Supported user reach out to them so we can resolve it.

Views

259

Likes

0

Replies

0
Re: Global report suite - Dynamic Tag Management 05-09-2017
Gigazelle,I still need to clarify one thing, if I just simply add global report suite into all the properties,not changing the s.count value etc, I am pretty sure all the data from all the properties will write to global suite. But will this global suite is the real global suite which can have the feature like dedup?

Views

372

Likes

0

Replies

0
Re: Global report suite - Adobe Analytics 01-11-2017
Alexis,I really have a lot of interest in using the context variable. as the example you mentioned in the previous message:/Use your data element to populate your contextDatas.contextData['article_title'] = _satellite.getVar("THE NAME of your DATA ELEMENT"); After I setup the s.contextData['article_title'] variable, will this context variable be able to sent to the adobe server when a rule fire? Do I need to use the process rule to assign this context variable to a eVar or Prop? Will context var...

Views

1.1K

Likes

0

Replies

0
Re: DTM debugger - Dynamic Tag Management 30-08-2017
No, you do not require to login to use the debugger. You will have to troubleshoot why the library did not load on page. One thing you may want to check is if the property was every published. If not publish and then see if the error remains.

Views

271

Like

1

Replies

0
Re: report delay - Adobe Analytics 30-08-2017
Thanks Jantzen and Gigazelle. Now I understand the suite latency. Just want to get your opinion on how to debug the data. Right now, since I can not immediately see the data change, although I can see the rule was fired. I tried to use real time to monitor the metric I was newly implemented. Is this a right / good way to do? Is there a better way to check the data is updated?

Views

411

Likes

0

Replies

0
Re: How to track the usage of Variables - Adobe Analytics 16-03-2018
Yes, you would see old data if you repurposed an eVar. However, you can force an eVar to expire all existing values in the admin console so if you do repurpose an eVar, you won't get weird persisting values.

Views

1.1K

Likes

0

Replies

0
Re: Could I re-use variables - Dynamic Tag Management 29-08-2017
You can reuse variables but not in the way you are thinking. Setup Data Elements within DTM to do this. You can have a Data Element named "ProductID". Then within analytics you set eVar1 (or whatever variable) to %ProductID% and then you can use that Data Element for any other var or tool or tag that you are using DTM to deploy.Data Elements -- See this link for more info on Data Elements.

Views

1.3K

Likes

0

Replies

0