Questions tagged [webtrends]
54 questions
8
votes
1 answer
Is Angularjs future-proof?
Angularjs is a very nice and powerfull framework, but is it future-proof?
Can we be sure that it will be a good choice for web applications in an enterprise context for up to 5-10 years? edit: yes, almost no technology will last that long. But…

thomre
- 161
- 2
- 7
6
votes
2 answers
Webtrends API authentication PHP
I am trying to connect to Webtrend's API using PHP but haven't been able to authenticate.
The example given on the WT's documentation is for .NET or Ruby, the .Net example is like this:
var svc = new WebClient();
svc.Credentials = new…

Jon
- 766
- 1
- 9
- 27
6
votes
2 answers
Creating a dashboard to analyze IIS web traffic
I am using Windows Server 2003 with IIS6 and Windows Server 2008R2 with IIS7.
I need to create a dashboard similar to google analytics that we be view via webpage by non-technical users. I figure this could be done analyzing IIS log files but I am…

Kenneth J
- 4,846
- 11
- 39
- 56
6
votes
2 answers
WebTrends with single page website
I have a mobile website we are building. It will be a single page website using AngularJS for the MVC parts. We need to plug in WebTrends tracking to it. However since it is a single page that just uses JS to change the UI I am not sure how we…

ToddB
- 1,464
- 1
- 12
- 27
6
votes
2 answers
jQuery AJAX Header Authorisation
I'm trying to authorise an AJAX query based on this tutorial. It sets the request headers before send with the appropriate authorisation information by using the Crypto library. The problem I'm having is that headers don't seem to be set on request.…

Ryan Brodie
- 6,554
- 8
- 40
- 57
4
votes
1 answer
How to control where wicket adds items to header?
I know of two ways to add content to the section of the page in wicket. You can use HeaderContributors and you can use the at the top of your wicket panel's html.
My problem is this: I need to add particular meta…

mmurch
- 498
- 5
- 14
4
votes
3 answers
In Webtrends, what is the difference between a HIT, a VISIT and a PAGE VIEW
I cannot seem to find any straight and clear documentation explaining the differences between these value types. Hits used to be any call to the server regardless of the file type, but Webtrends only tracks page views, so how is a page view…

user123212
- 145
- 3
- 11
3
votes
0 answers
Bot Traffic Identification Strategies
Bots. Hate 'em.
What I need to accomplish
Like everyone else, I want to count up the number of times pieces of content get featured or are displayed as links without those numbers being artificially inflated by web bots.
Why we can't just rely on…

groggyjava
- 421
- 4
- 9
3
votes
2 answers
Jquery Analytics tracking onclick NS_BINDING_ABORTED
Hey I am adding an onclick event to track clicks on certain videos, the 3rd party tool we are using is webtrends.
I am adding the onclick event and it works fine. The thing to note is the url in the link makes the user browse to a different…

StevieB
- 6,263
- 38
- 108
- 193
2
votes
2 answers
Automating WebTrends analysis
Every week I access server logs processed by WebTrends (for about 7 profiles) and copy ad clickthrough and visitor information into Excel spreadsheets. A lot of it is just accessing certain sections and finding the right title and then copying the…

tridium
- 321
- 1
- 5
- 12
2
votes
3 answers
How to crawl through a website and take screenshots of each page?
My task is to take screenshots of a set of webpages for legal purposes. I'm currently accomplishing this by using Webshot and running through its batch operation using a list of URLs I compiled myself. I also have to take screenshots of a rotating…

tridium
- 321
- 1
- 5
- 12
2
votes
1 answer
Webtrends Analytics implementation - Using variables in an async tracking call/pass variable as value
Does anyone here have experience doing a Webtrends implementation? According to their documentation, their asynchronous event tracking call is made by sending key-value string pairs into their tracking method, like this:
dcsMultiTrack('DCS.dcsuri',…

user558833
- 21
- 3
2
votes
0 answers
How to track custom data on WebTrends Analytics
I need to track custom events from WebTrends Analytics.
Right now I'm sending virtual page views like this
Webtrends.multiTrack({
args: {
"DCS.dcsuri": '/' + this.presentation + '/' + slug,
"WT.ti": title
}
})
And this to…

vinzdef
- 1,717
- 2
- 12
- 22
2
votes
1 answer
Google Mobile Ad issue with Web Trends SDK on iOS app
We have iOS app which is already integrated Web Trends SDK in our iOS app, Now we are facing strange problem.
GoogleMobileAds does not work after integration with iOS app although it works if we remove Web Trends SDK. Does GoogleMobileAds is not…

Fusioni Technologies
- 219
- 2
- 12
2
votes
2 answers
How to create Linked Server targeting remote ODBC?
I have a WebTrends ODBC source on server1 and a SQL Server 2005 on server2. I want to connect to this ODBC from SQL Server on server2. So far, I managed to connect to this ODBC from SQL Server which is on same server, using following definition for…

Dejan
- 139
- 1
- 6
- 15