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

Vijaya_Vignesh1
Vijaya_Vignesh1
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
12

Posts

Posts
13

Discussions

Discussions
3

Questions

Questions
10

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Vijaya_Vignesh1
Customize the badges you want to showcase on your profile
Re: Unable to view personalization with preview urls - Adobe Experience Platform Data Collection 28-04-2021
Even I was facing this issue few days backs, I am not sure how to fix it. But I have a workaround for you. Create an audience with query parameter condition eg: Url should contain ?targetDebug=true, now make choose this the audience for your experiment. you can take the target experiement live and test it in production, whichever experience you want to check make the traffic for that experience 100% Hope this helps.

Views

232

Likes

0

Replies

0
Revision Compare - Needs to display more information - Adobe Experience Platform Data Collection 03-04-2020
1. The Revision Publish Status should be indicated in the compare revision.2. The Name of user made changes to Rule should be visible.3. JS Minification should not be applied for the codes loading in Sync - eg: if the rule is in Page Top or if we provide a custom library in Adobe the code gets minified - for difference checker this is not needed.

Views

2.2K

Likes

4

Replies

0
Re: Cart abandonment - Dynamic Tag Management 03-09-2019
Hi Balakrishna,Can you mark the most helpful reply as the correct answer here? This will ensure others with this question can quickly find the answer.Cheers,Jantzen

Views

4.3K

Like

1

Replies

0
Re: Using DTM "Element Exists" Conditions Event in a SPA - Dynamic Tag Management 05-09-2019
Vijaya,Thank you for responding, but this did not work on my implementation. When an error occurs, a new error view is rendered which contains the element with the ID. Because the element is not in the DOM initially, there is no 'data element change'. The element is introduced into the DOM via the new view, which is why I thought that 'enters viewport' or 'element exists' events should work.

Views

2.6K

Likes

0

Replies

0
Re: Using DTM to select positioning of custom html code - Dynamic Tag Management 01-09-2019
I figured it out. Problem was that I had to change the way the code was injected from sequential to non-sequential HTML. Now it works.

Views

2.1K

Likes

0

Replies

0
Re: Use DTM to create an audience in Target - Dynamic Tag Management 04-09-2019
Hi Vijaya,Many thanks for this. When I want to reference these in audience rules in Target would they still be accessible using mbox.param and the name I send through in the function above e.g. mbox.param("cookieName")?As a side note, I realised that in my initial code snippet that was a bunch of custom code written by our integrator (I thought they were common Target methods).What I did in the end was add the cookie and the related data element to the global mbox parameters in the Target tool c...

Views

1.6K

Likes

0

Replies

0
Re: DTM - How to add s.variables as Data element values? - Dynamic Tag Management 03-09-2019
In general Inside the custom code section of Adobe analytics, you can use.s.eVar1 = s.pageName;But since this is a s.tl call, which sends data without page view I assume s.pageName value will be unspecified in the reports.Rather you can directly pass page name value to eVar1. say for eg: if you are getting page name value from a dataelement 'pageName'for s.tl calls, use this instead of s.pageName = _satellite.getVar('pageName'); send s.eVar1 = _satellite.getVar('pageName'); or you can manually s...

Views

2.2K

Like

1

Replies

0
Re: Evar referencing data element that doesn't exist? - Dynamic Tag Management 03-09-2019
you should be using _satellite.getVar() not getVars for getting the value in the dataelement and you should create the dataelement first and then map it to an evar.hope you figured out this issue

Views

2.1K

Like

1

Replies

0
Re: s.tl triggered call in network tab, but eVar and Prop values are missing - Dynamic Tag Management 20-03-2019
Please initiate evar and prop in custom code once and check again. For example:s.linkTrackVars="eVar,prop";

Views

2.5K

Like

1

Replies

0
Re: Page's Report Value as "Other" - Adobe Analytics 30-01-2019
Go into your report suite's internal URL filters and make sure they are correct and up-to-date. Hits that occur outside your internal URL filters are typically bucketed under 'Other', to help mitigate people that steal your site's HTML and host it on their own site.

Views

1.7K

Likes

0

Replies

0