Questions tagged [web-traffic]

Web traffic is the amount of data sent and received by visitors to a web site.

Web traffic is the amount of data sent and received by visitors to a web site. This is determined by the number of visitors and the number of pages they visit.

141 questions
0
votes
1 answer

Tracking traffic from a third party app

I work for a company which is essentially a jobs board. We have partnered with an organization and they have agreed to post our job feed on their app. How do I track the traffic coming from this app to my website? Please advise. The jobs are posted…
0
votes
0 answers

What is maximum size about mysql to running Wordpress?

I have one WordPress site using MySQL for the database, normally each post is attached with a lot of photos and daily traffic is about 5,000-8,000. My current Database size is 750MB and wp-content/uploads = 2.75GB My question is in the future if my…
droidstack
  • 125
  • 1
  • 1
  • 6
0
votes
3 answers

Can I programmatically get the traffic channel for the current page in javascript google analytics?

I want to programmatically know the traffic channel for the current page using javascript google analytics (or reporting) API. Like organic, google search, direct, referral, etc. I can get referral with tracker.get('refferer') but I need to know…
0
votes
1 answer

Capture packet content using network analyzers

I need to capture https traffic. In particular the client hello messages. But I need to analyse their content. I learned about wireshark. How can I to extract the data from the packet content? i.e. the client hellp content? The tool displays the…
user8852994
0
votes
1 answer

JSP: Getting viewer's IP

Greetings, I am using Apache Tomcat 6.0 using Windows 7 Professional as my OS. I have developed a JavaEE project using Netbeans 6.9.1 I have a domain on Dyndns that goes directly to the Apache Tomcat 6.0. I was wondering if this is possible? I want…
Cyril Horad
  • 1,555
  • 3
  • 23
  • 35
0
votes
1 answer

It it possible to detect the source of traffic using Rails/jQuery?

I want to detect whether a user came to my site directly or via a link, and if they used a link then I want to detect what url they came from. This must be possible somehow, because analytics software can do it. It it achievable with Rails or…
Joe Morano
  • 1,715
  • 10
  • 50
  • 114
0
votes
1 answer

How to log all HTTP(S) traffic between Xamarin emulator and the Internet

Is there a way to log all HTTP(S) traffic between the xamarin Test Flight emulator and the Internet (browser)? We need a way to inspect all HTTP(S) traffic with incoming data so that we can see all of the "redirects" after clicking a mobile…
0
votes
1 answer

Implementing Google Analytics and Google Tag Manager tracking codes on a Wordpress site with Personal plan

I have a Wordpress website and have the Personal plan. My goal is to implement the tracking code of the Google Tag Manager on each site. When I am on the Wordpress site in the HTML view, I should be able to paste one tracking code as close to the…
0
votes
1 answer

Best way to block certain countries from access to website

I need to block certain on certain counties from accessing the website, and have made the following script below, but it does not block efficiently enough. Unfortunately I do not have access to the .htaccess file or Apache config file through the…
Jones
  • 93
  • 2
  • 10
0
votes
1 answer

inappropriate inbound web traffic with strange query parameters: srcid, srctid, erid, trid, linkid, isbbox

I am seeing some strange inappropriate inbound traffic with query parameters not related to the operation of my website. I am terming these inbounds as "inappropriate" because they do not confirm to RFC-3986. Specifically, you will note they are…
Jason FB
  • 4,752
  • 3
  • 38
  • 69
0
votes
1 answer

Web Service - Handing Traffic based on region

I'm in the process of building a RESTful web service that will run on AWS using Load Balancers, Auto-Scaling etc... However as part of the service I need to ensure that client request latency is as low as possible. So I want potential users in the…
fatlog
  • 1,182
  • 2
  • 14
  • 28
0
votes
0 answers

Can I put a CGI program in place of index.html so as to Not respond to referer (sic) spammers?

I want to put a CGI program in place of index.html so as to Not respond to referer spammers, and thus not in-turn spam the spoofed IP address they supply. My sites get spammed by referer spammers (eg rankings-analytics) and I'm aware that my Apache…
Clive
  • 269
  • 1
  • 14
0
votes
1 answer

tool to record web traffic and create scriptable "objects"?

Anyone have experience with tools that can capture web traffic and create scriptable "objects" to recreate this traffic? The objects could then be used to create scripts to drive functional or load tests. For the capture itself, a lot of tools take…
Ziffusion
  • 8,779
  • 4
  • 29
  • 57
0
votes
1 answer

Forward production http request to staging server

I would like to find a nice way to route all my production http traffic temporarly to a staging server (equivalent to the production) to be able to monitor it. How can I do that (we use apache / tomcat 7), but any solution might be helpful as a…
user2854544
  • 851
  • 1
  • 11
  • 23
0
votes
2 answers

See data that an app is secretly sending to web server in the background

I was playing around with fiddler (http proxy) and I noticed that some apps are making http get/post requests in the background and sending data and stats to and from the web. This got me interested and a little concerned to see what data various…
Damo Z
  • 1
  • 1