Forum Moderators: DixonJones
Do SDC needs an separate installer .Please let me know which document can help me to do all steps smoothly
thanks in advance
just went through the same process... the SDC server is separate from the webtrends server.
double check your DC SID is correct in your .js file(s).
dont forget to put the correct log file extension in the path:
(example) Log File(s): \\webreporting\d$\SDCLogs\dcs*.log
make sure the domain name is exactly as it is named:
i.e. searcher.mydomain.com
hope that helps a bit...
try this page: [webtrends.com...]
it might be what you are looking for.
Will this be enough for the installation part ? or do i need Client Components also to be installed ?
When WT starts up it will install Java stuff. If you already have Java, Java Runtime, and so forth, it will still install but the program may not work right if your previous installations are an incompatible version. You'll know because you won't be seeing things like graphs. The solution to this is to close WebTrends, uninstall anything you have for Java, open WebTrends, and let it install what it needs.
dont forget to put the correct log file extension in the path:
(example) Log File(s): \\webreporting\d$\SDCLogs\dcs*.log
Now, when the SDC javascript is triggered by someone landing on your page, it will write information to this log.
ALSO as i mentioned before, in your "Data Source" Edit screen, make sure you put the correct server name of the SDC server in the "SmartSource SiteID" tab... or else the WT server will not know where your SDC server is.
So the WT server now knows where the log is on your SDC server, and thus can read the log and generate statistics and fun charts and all kinds of confusing information that most people will not even know what it means, or want to for that matter...
job security.
But the log file contained was like below
2008-11-24 12:12:13 172.23.20.0 - - GET /nojavascript amp;WT.js=No&WT.tv=8.0.3&WT.co_d=
As the log shows It goes to the NOSCRIPT tag.i have enabled javascript in my browser.
please let me posted if i need to check some things for setup.
thanks in advance
Also, please tell us what you are using for instructions/documentation? It does not sound like you are using the right document.
To start with i am using AdvancedConfigurationGuide.pdf and SDCUsersGuide.pdf for setup .please let me know if these are the correct ones to follow or not .If not please let me know the correct documentation to be followed for set up.the log file name which i have configured in webtrends is \\<machine where SDC is installed>\SmartSourceDataCollector\weblog\dcs*.log
As i would like to let you know the process i have followed till now .I did an express install of webtrends in one machine .Then installed SDC in another machine and Created an SDC data source and generated SmartSource Site ID.I also configured the SDC site map file with an below mentioned entry.
<DCSID>, -5, 1,'express', 1, 1
Additionaaly mentioning , In two days i have made hundreds of hits to the site but onlt two logs i can see in the weblog directory with each one having a single entry which looks somthing like this :: 2008-11-24 12:12:13 172.23.20.0 - - GET /nojavascript amp;WT.js=No&WT.tv=8.0.3&WT.co_d= .
in your Data Sources > Weblog Files you have your Data Source Name and log file path. and it looks like your path is ok.
in the Smart Source Site ID tab, you have your Site ID. In the box below you should have the name of the server where SDC is installed, verify that server name is correct.
in the Smart Source DataCollector tab, did you just copy and paste this entire script into one .js file or did you break it up into two separate files? i had to break mine up into two files, which i called SDC1.js and SDC2.js i couldnt get my data to collect without breaking them up into two files.
**in the second script, verify the following parameters are correct:
var gDomain="yourdomain.com";
var gDcsId="your site ID";
now obviously check to make sure this Data Source is selected in the profile settings.
now before the </body> tag my site looks like this:
<!---WebTrends and Google Analytics Tracking Code--->
<script src="/js/SDC1.js" language="javascript1.1"></script>
<script src="/js/SDC2.js" language="javascript1.1"></script>
<NOSCRIPT>
<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://yourdomain.com/site-id-goes-here/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=8.0.3">
</NOSCRIPT>
<!--------------End Tracking Code-------------->
lets run through that and see what we come back with.
try restarting both servers as well. make sure also the weblog file has write permissions.
thanks a lot again for help
Glad it worked out!
you dont "have to" make each page title unique but it sure helps your viewers and search engine crawlers.
in my webtrends admin i can see everything broken down by page... why are you wanted to view reports by page title?
But one of the case where i still have some concern is that , how do i track a page which is used by two users , but both are using the same URL . I would like my report to have two different entries for the two users for the same page.
Do i need content group for this to separate each user.
But the content group tags are not getting written to the log file. Is there any configuration to be made in dcs.cfg to make it enable to write the content group tag in the log file
first, make sure your content groups are global and locked, if you want them to obviously be applied globally.
if you did not, then you have to go into the edit screen of the profile you want, go to the Advanced tab, and select the Content Groups drop down selection, and check the content groups you want applied to that profile.
try that..
I want to differentiate based on the permission of the user and pages. If two user hit the same page i will need two different entries in my report .
So to achieve that i am passing the userID and page title as content group and content subgroup . And i am hoping that webtrends can collect it as an parameter to differentiate.
Is it mandatory to create content groups in webtrends configuration to collect any information based on the requirement i have or i can simply pass values for these content group tag - WT.cg_n and content subgroup tag - WT.cg_s from my webpage to collect the information.
yes, you can rebuild a url to yoru liking... im pretty sure, in the Administration > Report Configurations > URL Search/Replace. I havent dont this but it looks like you can replace, for instance:
Replace: www.yourdomain.com/?userID=1234
With: www.yourdomain.com/MrSmith
follow the fields and you should be able to do this. Do some testing as well.
I am passing all these tags.Still "Key Metrics Performance Dashboard" does not track it.
Is there any other tags available to track entries of "Key Metrics Performance Dashboard"
send me the PDF you are working from via sticky mail... i can not find the area you are talking about in the respective manual.
i have not implemented these tags so am unable to give you a real answer...
however, your parameters are different... it looks like you call WT.tx_ev for the clickthrough, then WT.tx_e for everything else...