Expand my Community achievements bar.

Suppress Target within DTM

Avatar

Level 2

We have times when we do not want Target to fire, for instance when we have a known bot hitting our site.  We are using DTM and are able to abort the Analytics call based on url parameters.  Is there a way to do the same thing for Target?

5 Replies

Avatar

Level 1

Hi Valeriea,

this is an interesting question, I'm also interested to learn about possible ways to achieve this.

Thanks & BR
Moritz

Avatar

Employee

Valeriea,

You should be able to set Target to load via page load rule based on URL parameters similar to what you are doing with Target. This would require you to not use the default Target deployment, but only on page load rules being met. Page load rules are discussed in our DTM documentation here: Rules

Peter Hartung

Technical Support Consultant

Adobe Customer Care

Avatar

Level 2

Peter,

Not sure if what you say makes sense, I'm not sure if I follow that first sentence.  We're looking to do the same, with DTM.  From what I've seen in DTM when you load the Target extension, it starts loading on every page load.  If for example we only want to load target on a given path:

https://blah/load/target/here

vs

https://blah/everyotherpath*

Can you do that with DTM?  Seems that you can with Launch, but I haven't see that in DTM.

Philip

Avatar

Level 2

Hi Philip,

I just replied to your question in the case you submitted. You can yse a page load rule, but you would need to setp the conditions and paths to include/exclude. This is for both mbox and at,js

Avatar

Level 2

We were able to successfully do this by putting the loading of target within an if statement within custom code in DTM.  Thanks everybody for their help.

if(!conditional_statement_of_known_bots){

   big block of code that loads Target

}