Expand my Community achievements bar.

SOLVED

Invalid calls to my report suite

Avatar

Level 4

Hello,

Would it be possible for someone to copy my site, upload it on their domain and thereby trigger calls to my Report Suite? It seems pretty clear to me that this wouldn't be possible but someone recently told me it was. Does anyone have the answer?

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Matt,

 

Yes indeed it is possible for someone to copy you site and therefore send data to your report suite. It happened to some of our customers.

This can only happen if you have implemented the code directly on your site via referencing s_code and appmeasurement.js.

How to protect your website from that :

1.If you have implemented you code directly on your site, then do the following in the function s_doplugins : 

if(not my domain){

s.abort=true;

}

http://microsite.omniture.com/t2/help/en_US/sc/implement/abort.html

2.The best way to protect yourself from that kind of things is to use a tag management system. 

Using tag Management system you can specify on which domain the code will fire. For any of our customers Dynamic Tag Manager if Free and one of the best in the market, please take a look : https://marketing.adobe.com/resources/help/en_US/dtm/

Obivously there might be additional way to protect yourself like using VISTA rules or processsing rules for example: http://microsite.omniture.com/t2/help/en_US/reference/processing_rules.html

 

Best regards.

 

Alexis Cazes

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi Matt,

 

Yes indeed it is possible for someone to copy you site and therefore send data to your report suite. It happened to some of our customers.

This can only happen if you have implemented the code directly on your site via referencing s_code and appmeasurement.js.

How to protect your website from that :

1.If you have implemented you code directly on your site, then do the following in the function s_doplugins : 

if(not my domain){

s.abort=true;

}

http://microsite.omniture.com/t2/help/en_US/sc/implement/abort.html

2.The best way to protect yourself from that kind of things is to use a tag management system. 

Using tag Management system you can specify on which domain the code will fire. For any of our customers Dynamic Tag Manager if Free and one of the best in the market, please take a look : https://marketing.adobe.com/resources/help/en_US/dtm/

Obivously there might be additional way to protect yourself like using VISTA rules or processsing rules for example: http://microsite.omniture.com/t2/help/en_US/reference/processing_rules.html

 

Best regards.

 

Alexis Cazes

Avatar

Level 8

Hi Matt,

 

The title for this thread and it's description above are not giving us a clear indication of what you're looking at achieving. Can you please let us know what you're aiming for so that we can help you better?

 

Thanks

Nikhil