question about implement)measuring event value on website page | Community
Skip to main content
February 5, 2018
Solved

question about implement)measuring event value on website page

  • February 5, 2018
  • 10 replies
  • 4602 views

Hi,

I want to implement to measure only event value without pageview on a web site page like as redirect page.

How should do I write html code?

Regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by PratheepArunRaj

Dear Tomo,

Include s.abort = true; in Page Code of Base SC Code using custom script.

Example:

if(URL=A)

{

s.abort = true

}

I didn't write the javascript code, but the logic for your reference.

If you do, base SC Code will not fire for the URL you have defined.

Then create a new Page Loading Rule for the URL and add your tracking event with s.tl() call using Custom JavaScript.

Now on the page load, Base Code will not fire but the s.tl() will fire.

Hope it should work.

Thank You

Arun

10 replies

Rydal_Williams
February 5, 2018

Hi,

Use manual link tracking which doesn't increment page views. More details here...

Manual Link Tracking Using Custom Link Code

tomo_xAuthor
February 6, 2018

To Rawsoft

Thanks for replying.

I already know to manual link tracking.

In this case, I cannot use that way because there are many link to the page.

Regards,

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 6, 2018

Sorry Tom,

Can you explain the scenario better to help?

Thank You!

Arun

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
tomo_xAuthor
February 7, 2018

To Arun,

I am plannning to implement new Sucess Events on new redirect page.

This redirect page only works to move user to another web site, so I do not want to measure this page like as usual page.

But this redirect page important for us, so I want to measure only Success Events.
Does this message explain enought?

Tomo

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 7, 2018

Dear Tomo,

Got it.

Have you implemented Adobe Analytics base code through DTM?

If yes, i can share you the method.

Thank You!

Arun

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
tomo_xAuthor
February 7, 2018

To Aran

Thanks to your message.

Did you mean updating s_code script in DTM?

I have updated s_code in basic javascript several times.

Regards

PratheepArunRaj
Community Advisor and Adobe Champion
PratheepArunRajCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
February 8, 2018

Dear Tomo,

Include s.abort = true; in Page Code of Base SC Code using custom script.

Example:

if(URL=A)

{

s.abort = true

}

I didn't write the javascript code, but the logic for your reference.

If you do, base SC Code will not fire for the URL you have defined.

Then create a new Page Loading Rule for the URL and add your tracking event with s.tl() call using Custom JavaScript.

Now on the page load, Base Code will not fire but the s.tl() will fire.

Hope it should work.

Thank You

Arun

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
tomo_xAuthor
February 8, 2018

To Arun

Thanks to your replying.

But I cannot understand below.

>Then create a new Page Loading Rule for the URL and add your tracking event with s.tl() call using Custom JavaScript.

>Now on the page load, Base Code will not fire but the s.tl() will fire.

If this operation needs skill writing javascript like as programmer,

I will give up.

Tomo.

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 8, 2018

Dear Tomo,

You would at least need some JavaScript Knowledge.

Thank You!

Arun

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
tomo_xAuthor
February 9, 2018

Dear Arun

Thanks to your teaching, and advice.

Tomo