I've been trying to implement custom variables to track one session level event, subdomains (aka, which customers are most active)...and one page level event (I think...I want to see how many customers are adopting a new feature that we've rolled out)
The following GA code is included on every page in the site. On most pages the value for 'Showcase' is simply a blank string. On the landing page for the new feature I set it to an encoded string that we use to identify customer groups.
I've been able to get the 'Subdomain' custom variable for a while now, but for the life of me, I can't seem to get the 'Showcase' custom variable to collect data...I've attached my GA code, as well as the output from the Chrome GA debugger...
Any help would be appreciated! Thx!
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31929869-1']);
_gaq.push(['_setDomainName', 'domainname.com']);
_gaq.push(['_addIgnoredRef', 'domainname.com']);
_gaq.push(['_setCustomVar', 1, 'Subdomain', 'customer_subdomain',2]);
_gaq.push(['_setCustomVar', 2, 'Showcase', 'customer_subdomain__ChadGGGG',3]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
Here is the output from the debugger
_gaq.push processing "_setAccount" for args: "[UA-31929869-1]": ga_debug.js:18
_gaq.push processing "_setDomainName" for args: "[domainname.com]": ga_debug.js:18
_gaq.push processing "_addIgnoredRef" for args: "[domainname.com]": ga_debug.js:18
_gaq.push processing "_setCustomVar" for args: "[1,Subdomain,customer_subdomain,2]": ga_debug.js:18
_gaq.push processing "_setCustomVar" for args: "[2,Showcase,customer_subdomain__ChadGGGG,3]": ga_debug.js:18
_gaq.push processing "_trackPageview" for args: "[]": ga_debug.js:18
Track Pageview ga_debug.js:18
Tracking beacon sent!
utmwv=5.3.3d&utms=14&utmn=1052170115&utmhn=customer_subdomain.domainname.com&utme=8(Subdomain*Showcase)9(customer_subdomain*customer_subdomain__ChadGGGG)11(2)&utmcs=UTF-8&utmsr=1440x900&utmvp=1425x260&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=11.3%20r300&utmdt=Ad%20Showcase%20%7C%20Impact%20Engine&utmhid=1698418735&utmr=-&utmp=%2Fspecsheets%2Fview%2F1872&utmac=UA-31929869-1&utmcc=__utma%3D161848100.1709535606.1337723076.1341352920.1341618347.44%3B%2B__utmz%3D161848100.1340241537.36.2.utmcsr%3Dpublisher.flashadstore.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fsellsheets%3B&utmu=qRAAAC~ ga_debug.js:18
Account ID : UA-31929869-1
Page Title : Ad Showcase
Host Name : customer_subdomain.domainname.com
Page : /specsheets/view/1872
Referring URL : -
Hit ID : 1698418735
Visitor ID : 1709535606
Session Count : 44
Session Time - First : Tue May 22 2012 14:44:36 GMT-0700 (PDT)
Session Time - Last : Tue Jul 03 2012 15:02:00 GMT-0700 (PDT)
Session Time - Current : Fri Jul 06 2012 16:45:47 GMT-0700 (PDT)
Campaign Time : Wed Jun 20 2012 18:18:57 GMT-0700 (PDT)
Campaign Session : 36
Campaign Count : 2
Campaign Source : publisher
Custom Var 1 : label:'Subdomain' value:'customer_subdomain' scope:'2'
Custom Var 2 : label:'Showcase' value:'customer_subdomain__ChadGGGG' scope:'Page'
Language : en-us
Encoding : UTF-8
Flash Version : 11.3 r300
Java Enabled : true
Screen Resolution : 1440x900
Browser Size : 1425x260
Color Depth : 24-bit
Ga.js Version : 5.3.3d
Cachebuster : 1052170115 ga_debug.js:18
_gaq.push processing "_setAccount" for args: "[UA-5137365-60]": ga_debug.js:18
_gaq.push processing "_setDomainName" for args: "[domainname.com]": ga_debug.js:18
_gaq.push processing "_trackPageview" for args: "[]": ga_debug.js:18
Track Pageview ga_debug.js:18
Tracking beacon sent!
utmwv=5.3.3d&utms=15&utmn=510447593&utmhn=customer_subdomain.domainname.com&utme=8(Subdomain*Showcase)9(customer_subdomain*customer_subdomain__ChadGGGG)11(2)&utmcs=UTF-8&utmsr=1440x900&utmvp=1425x260&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=11.3%20r300&utmdt=Ad%20Showcase%20%7C&utmhid=1698418735&utmr=-&utmp=%2Fspecsheets%2Fview%2F1872&utmac=UA-5137365-60&utmcc=__utma%3D161848100.1709535606.1337723076.1341352920.1341618347.44%3B%2B__utmz%3D161848100.1340241537.36.2.utmcsr%3Dpublisher.flashadstore.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fsellsheets%3B&utmu=qRAAAC~ ga_debug.js:18
Account ID : UA-5137365-60
Page Title : Ad Showcase
Host Name : customer_subdomain.domainname.com
Page : /specsheets/view/1872
Referring URL : -
Hit ID : 1698418735
Visitor ID : 1709535606
Session Count : 44
Session Time - First : Tue May 22 2012 14:44:36 GMT-0700 (PDT)
Session Time - Last : Tue Jul 03 2012 15:02:00 GMT-0700 (PDT)
Session Time - Current : Fri Jul 06 2012 16:45:47 GMT-0700 (PDT)
Campaign Time : Wed Jun 20 2012 18:18:57 GMT-0700 (PDT)
Campaign Session : 36
Campaign Count : 2
Campaign Source : publisher
Custom Var 1 : label:'Subdomain' value:'customer_subdomain' scope:'2'
Custom Var 2 : label:'Showcase' value:'customer_subdomain__ChadGGGG' scope:'Page'
Language : en-us
Encoding : UTF-8
Flash Version : 11.3 r300
Java Enabled : true
Screen Resolution : 1440x900
Browser Size : 1425x260
Color Depth : 24-bit
Ga.js Version : 5.3.3d
Cachebuster : 510447593 ga_debug.js:18
Related
This question resolves how to fix serializaion errors caused by a bad template, but if they are cause by input errors like a missing param, they are returned with a 200.
I'm trying to add a response template for errors using the CDK on an DynamoDb integration
read_integration_responses=[aws_apigateway.IntegrationResponse(
status_code="200",
response_templates= {"application/json":read_response_template}),
aws_apigateway.IntegrationResponse(status_code="400",
response_templates={"text/html": "Client Error"},
selection_pattern="400" )
])
The 200 works fine, but I get a 500 server error when I have an error. The logs are no help:
Fri Feb 10 21:37:37 UTC 2023 : Sending request to
https://dynamodb.us-east-1.amazonaws.com/?Action=Query Fri Feb 10
21:37:37 UTC 2023 : Received response. Status: 400, Integration
latency: 6 ms Fri Feb 10 21:37:37 UTC 2023 : Endpoint response
headers: {Server=Server, Date=Fri, 10 Feb 2023 21:37:37 GMT,
Content-Type=application/x-amz-json-1.0, Content-Length=60,
Connection=keep-alive,
x-amzn-RequestId=HB4E7S3FS0NIMM44OQRN6RPBEBVV4KQNSO5AEMVJF66Q9ASUAAJG,
x-amz-crc32=3948637019} Fri Feb 10 21:37:37 UTC 2023 : Endpoint
response body before transformations:
{"__type":"com.amazon.coral.service#SerializationException"} Fri Feb
10 21:37:37 UTC 2023 : Execution failed due to configuration error:
Output mapping refers to an invalid method response: 400 Fri Feb 10
21:37:37 UTC 2023 : Method completed with status: 500
Per the method documentation selection_pattern is a string that matches the response code.
I am facing the below error in WSO2 IS 5.9.0.
We are using WSO2 IS in an AWS environment.
WSO2 Node Cloud EC2 Instance Type - t2.small
MySQL Cloud EC2 Instance Type - t2.small
WSO2 Version - 5.9.0
Current Architecture-
2 x WSO2 Node
1 x MySQL Database
1 x Application Load Balancer
Attached WSO2 Carbon logs.
TID: [23] [] [2021-02-06 05:12:39,898] [ef8de62b-0cd7-491a-879a-0eb7305b2e15] INFO {org.wso2.carbon.identity.entitlement.policy.finder.CarbonPolicyFinder} - Initializing of policy store is started at : Sat Feb 06 05:12:39 UTC 2021
TID: [23] [] [2021-02-06 05:12:39,904] [ef8de62b-0cd7-491a-879a-0eb7305b2e15] INFO {org.wso2.carbon.identity.entitlement.policy.store.DefaultPolicyDataStore} - Using Global policy combining algorithm that is defined in configuration file.
TID: [23] [] [2021-02-06 05:12:39,904] [ef8de62b-0cd7-491a-879a-0eb7305b2e15] INFO {org.wso2.carbon.identity.entitlement.policy.finder.CarbonPolicyFinder} - Start retrieving policies from org.wso2.carbon.identity.entitlement.policy.store.RegistryPolicyStoreManageModule#7303cb2f at : Sat Feb 06 05:12:39 UTC 2021
TID: [23] [] [2021-02-06 05:12:39,910] [ef8de62b-0cd7-491a-879a-0eb7305b2e15] INFO {org.wso2.carbon.identity.entitlement.policy.finder.CarbonPolicyFinder} - Finish retrieving policies from org.wso2.carbon.identity.entitlement.policy.store.RegistryPolicyStoreManageModule#7303cb2f at : Sat Feb 06 05:12:39 UTC 2021
TID: [23] [] [2021-02-06 05:12:39,910] [ef8de62b-0cd7-491a-879a-0eb7305b2e15] INFO {org.wso2.carbon.identity.entitlement.policy.finder.CarbonPolicyFinder} - Initializing of policy store is finished at : Sat Feb 06 05:12:39 UTC 2021
TID: [-1] [] [2021-02-06 08:00:41,235] [] ERROR {org.wso2.carbon.humantask.core.scheduler.SimpleScheduler} - Error loading immediate jobs from database. <openjpa-2.2.0-wso2v1-r128166:129108 fatal general error> org.apache.openjpa.persistence.PersistenceException: Database may be already in use: "Waited for database closing longer than 1 minute". Possible solutions: close all other connection(s); use the server mode [90020-199]
FailedObject: SELECT DISTINCT t FROM org.wso2.carbon.humantask.core.dao.jpa.openjpa.model.HumanTaskJob t WHERE t.nodeId = ?1 AND t.time < ?2 order by t.time [java.lang.String]
at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4918)
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4878)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:110)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:62)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.connect(JDBCStoreManager.java:949)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.getConnection(JDBCStoreManager.java:240)
at org.apache.openjpa.jdbc.sql.SelectImpl.execute(SelectImpl.java:413)
at org.apache.openjpa.jdbc.sql.SelectImpl.execute(SelectImpl.java:382)
at org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:94)
at org.apache.openjpa.lib.rop.EagerResultList.<init>(EagerResultList.java:34)
at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1251)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1007)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:863)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:794)
at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:542)
at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:286)
at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:302)
at org.wso2.carbon.humantask.core.dao.jpa.openjpa.HumanTaskDAOConnectionImpl.dequeueImmediate(HumanTaskDAOConnectionImpl.java:248)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler$2.call(SimpleScheduler.java:344)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler$2.call(SimpleScheduler.java:342)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler.execTransaction(SimpleScheduler.java:879)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler.execTransaction(SimpleScheduler.java:828)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler.doLoadImmediate(SimpleScheduler.java:342)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler$LoadImmediateTask.run(SimpleScheduler.java:297)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler$1.call(SimpleScheduler.java:149)
at org.wso2.carbon.humantask.core.scheduler.SimpleScheduler$1.call(SimpleScheduler.java:146)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database may be already in use: "Waited for database closing longer than 1 minute". Possible solutions: close all other connection(s); use the server mode [90020-199]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:617)
at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
at org.h2.message.DbException.get(DbException.java:205)
at org.h2.message.DbException.get(DbException.java:181)
at org.h2.engine.Engine.openSession(Engine.java:209)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:178)
at org.h2.engine.Engine.createSession(Engine.java:161)
at org.h2.engine.Engine.createSession(Engine.java:31)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:336)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:169)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:148)
at org.h2.Driver.connect(Driver.java:69)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:319)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:212)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:739)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:671)
at org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(ConnectionPool.java:198)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:132)
at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:110)
at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:87)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.connectInternal(JDBCStoreManager.java:960)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.connect(JDBCStoreManager.java:945)
... 25 more
My WSO2 Configuration(deployement.toml file)-
[server]
hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
[super_admin]
username = "username#wso2.com"
password = "password"
create_admin_account = true
[tenant_mgt]
enable_email_domain= true
[user_store]
type = "database"
scim_enabled = true
user_name_attribute = "mail"
username_java_script_regex = '^[a-zA-Z0-9.-_]+#[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$'
username_java_regex='^[a-zA-Z0-9.-_]+#[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}'
[database.identity_db]
type = "mysql"
url= "jdbc:mysql://<SOME_IP>:3306/regdb?useSSL=false"
username = "<SOME_USER>"
password = "<SOME_PASSWORD>"
driver = "com.mysql.jdbc.Driver"
[database.shared_db]
type = "mysql"
url= "jdbc:mysql://<SOME_IP>:3306/regdb?useSSL=false"
username = "<SOME_USER>"
password = "<SOME_PASSWORD>"
driver = "com.mysql.jdbc.Driver"
[[cache.manager]]
name = "LocalClaimInvalidationCache"
timeout = "300"
capacity = "5000"
[carbon_health_check]
enable= true
[keystore.primary]
name = "wso2carbon.jks"
password = "wso2carbon"
[admin_service.wsdl]
enable = true
authentication.authenticator.session_handler.parameters.max_session_count = "100"
I have a ONE to MANY relationship setup between two datasources (longer explanation is here).
I am intermittently getting errors when trying to create or edit an item in the non-owner datasource.
Thu Oct 19 11:59:20 GMT-700 2017
Drive Table internal error. Please try again. Caused by: Execution Failed. More information: Internal error encountered.. (HTTP status code: unknown) Error: Drive Table internal error. Please try again.
Thu Oct 19 11:59:20 GMT-700 2017
Creating new record: (Error) : Drive Table internal error. Please try again.
at PORequests.Panel13.Panel18.Add_Item.onClick:1:19
Thu Oct 19 11:59:20 GMT-700 2017
Creating new record failed.
When I looked at the server logs I see:
{
insertId: "13ovnchfxwxsqq"
labels: {
script.googleapis.com/process_id: "EAEA1GOwsdCh8YjD5KVVeBwT21xln0G3WFk4ULblcC0zX8_PML2UzR0o6WSPEhKBCgXa9SY_g6dxTqLJKMqQXk0UrIJW6en9rymo8OEBcw0X4tv4pLZeSxFNgRbInWHBJiegZM4WyjaPBqw1q"
script.googleapis.com/project_key: "MBTigw5qnbrHScnjNatBP5Rs3AwaeoTZn"
script.googleapis.com/user_key: "AEiMU4fv5flw4TblvkAxoOl6zKB5363j63bCyxicf/bJJXwtBFLZYGEBRLOkH+Z68eLnXiHPnR98"
}
logName: "projects/project-id-8108427532903699662/logs/script.googleapis.com%2Fconsole_logs"
receiveTimestamp: "2017-10-19T18:59:21.737166790Z"
resource: {
labels: {
function_name: "__appmakerGlobalScriptWrapper"
invocation_type: "web app"
project_id: "project-id-8108427532903699662"
}
type: "app_script_function"
}
severity: "ERROR"
textPayload: "Drive Table internal error. Please try again.
Caused by: Execution Failed. More information: Internal error encountered.. (HTTP status code: unknown)
Error: Drive Table internal error. Please try again. "
timestamp: "2017-10-19T18:59:20.729Z"
}
Anyone else seen this issue? Is it a bug or am I doing something wrong?
I am implementing Google Analytics. I can send Hit by:
[self.tracker send:[[GAIDictionaryBuilder createEventWithCategory:#"Application" action:#"BecomeActive" label:#"WakeUp" value:NULL] build]];
Logs are:
VERBOSE: GoogleAnalytics 3.12 -[GAIRequestBuilder requestPostUrl:payload:compression:] (GAIRequestBuilder.m:167): building URLRequest for https://ssl.google-analytics.com/batch
VERBOSE: GoogleAnalytics 3.12 -[GAIBatchingDispatcher dispatchWithCompletionHandler:] (GAIBatchingDispatcher.m:632): Sending hit(s) POST: https://ssl.google-analytics.com/batch
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher didSendHits:response:data:error:] (GAIBatchingDispatcher.m:226): Hit(s) dispatched: HTTP status 200
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher deleteHits:] (GAIBatchingDispatcher.m:529): hit(s) Successfully deleted
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher didSendHits:] (GAIBatchingDispatcher.m:237): 2 hit(s) sent
BUT!!! When I try to send event like:
id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker];
#try {
[tracker set:kGAIScreenName value:#"XxxxxTableView"];
[tracker send:[[GAIDictionaryBuilder createScreenView] build]];
}
#catch (NSException *exception) {
NSLog(#"[ERROR] in Automatic screen tracking: %#", exception.description);
}
I got following:
VERBOSE: GoogleAnalytics 3.12 -[GAIRequestBuilder requestGetUrl:payload:] (GAIRequestBuilder.m:195): building URLRequest for https://ssl.google-analytics.com/collect
VERBOSE: GoogleAnalytics 3.12 -[GAIBatchingDispatcher dispatchWithCompletionHandler:] (GAIBatchingDispatcher.m:632): Sending hit(s) GET: https://ssl.google-analytics.com/collect?av=3.5&cid=e4b9472c-bb43-48f8-8a99-b58a918cdfa9&tid=UA-47572144-2&a=1081489894&dm=iPhone7%2C2&cd=XxxxxTableView&t=screenview&aid=com.yyyyyyy.appName&ul=en&_u=.oK29L&ds=app&sr=640x1136&v=1&_s=65&_crc=0&an=App+Name&_v=mi3.1.2&ht=1432174659618&qt=5020&z=1540606593628258960
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher didSendHits:response:data:error:] (GAIBatchingDispatcher.m:226): Hit(s) dispatched: HTTP status -1
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher deleteHits:] (GAIBatchingDispatcher.m:529): hit(s) Successfully deleted
INFO: GoogleAnalytics 3.12 -[GAIBatchingDispatcher didSendHits:] (GAIBatchingDispatcher.m:237): 1 hit(s) sent
The HTTP Status is -1. And Google Analytics doesn't get this hit.
I have tried to send this request through Web Browser, it get HTTP Status 200. And Google Analytics got this hit.
So, how to sent Hit(s) to GA when we are using GET to request https://ssl.google-analytics.com/collect...........?
When viewing my site search reports search terms I get two results for each search-term, one ends with a slash:
"Contact" 65 hits
"Contact/" 60 hits
Can I fix this? And are there 125 total searches for the search-term or are the 60 with slashes included in the 65?
The site is www.taby.se
For some reason your tracking code fires twice (at least this is what the Analytics debugger says), one without the slash and once with a slash. So your numbers are off since you double-count.
_
gaq.push processing "_require" for args: "[inpage_linkid,//www.google-analytics.com/plugins/ga/inpage_linkid.js]":
ga_debug.js:24 Loading script : http://www.google-analytics.com/plugins/ga/inpage_linkid.js
ga_debug.js:24 Waiting on _require of inpage_linkid to be fulfilled.
ga_debug.js:24 _gaq.push processing "_require" for args: "[inpage_linkid,//www.google-analytics.com/plugins/ga/inpage_linkid.js]":
ga_debug.js:24 Waiting on _require of inpage_linkid to be fulfilled.
ga_debug.js:24 _gaq.push processing "_provide" for args: "[inpage_linkid,function f(c,g){var l=/(?:^__utmli=|; ?__utmli=)([^;]*)/,d=this,m=function(a,b,d,c){var h="addEventListener",k="attachEvent";if(a[h])a[h](b,d,!!c);else if(a[k])a[k]("on"+b,d)};this.e=function(){return"; path=/"};var n=c._trackPageview;c._trackPageview=function(a){d.a();d.f&&c._setXKey(12,1,d.f);n.call(c,a)};this.g=function(){this.i||(this.i=!0,m(e,"click",function(a){d.h(a)}))};this.h=function(a){try{a=a||window.event;var b=a.target||a.srcElement;for(a=0;3>a&&!b.id&&b!=e.body;a++)b=b.parentNode;var c=
b.id||"";d.d(c)}catch(g){}return!0};this.b=function(a,b){f.prototype[a]=b};this.d=function(a){if(a&&100>a.length){a=a.replace(/[^-0-9a-z_:.]/gi,"");var b=new Date((new Date).getTime()+3E4);e.cookie="__utmli="+a+"; expires="+b.toUTCString()+this.e()}else this.a()};this.b("trackClickId",this.d);this.a=function(){e.cookie="__utmli=; expires=Thu, 01-Jan-1970 00:00:01 GMT"+this.e()};this.b("deleteClickId",this.a);this.c=function(a){var b=(l.exec(e.cookie)||["",""])[1];a&&a(b);return b};this.b("getClickId",
this.c);this.f=this.c();g.disableAutoTrackLinkId||this.g()}]":
ga_debug.js:24 _gaq.push processing "_require" for args: "[inpage_linkid,//www.google-analytics.com/plugins/ga/inpage_linkid.js]":
ga_debug.js:24 _gaq.push processing "_setAccount" for args: "[UA-29177881-1]":
ga_debug.js:24 _gaq.push processing "_trackPageview" for args: "[]":
ga_debug.js:24 Track Pageview
ga_debug.js:24 Tracking beacon sent!
utmwv=5.6.2d&utms=7&utmn=577468390&utmhn=www.taby.se&utme=12(ctl00_ContentHeader_pageHeader_quickSearch_panelSearchF…ytics-site-search-includes-slash%3B&utmjid=&utmu=qAAAAAAAAAAAAgAAAAAAAAAE~
ga_debug.js:24 Account ID : UA-29177881-1
Page Title : Sökresultat - Täby kommun
Host Name : www.taby.se
Page : /Sok/?query=test
Referring URL : 0
Hit ID : XXXXXXXXXX
Visitor ID : XXXXXXXXXX
Session Count : 1
Session Time - First : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Session Time - Last : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Session Time - Current : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Campaign Time : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Campaign Session : 1
Campaign Count : 1
Campaign Source : stackoverflow.com
Campaign Medium : referral
Campaign Name : (referral)
Campaign Content : /questions/28068544/analytics-site-search-includes-slash;
Link ID : ctl00_ContentHeader_pageHeader_quickSearch_panelSearchForm
Language : de
Encoding : UTF-8
Flash Version : 16.0 r0
Java Enabled : true
Screen Resolution : 2048x1152
Browser Size : 2031x150
Color Depth : 24-bit
Ga.js Version : 5.6.2d
Cachebuster : 577468390
ga_debug.js:24 _gaq.push processing "_trackPageview" for args: "[/Sok/?query=test/]":
ga_debug.js:24 Track Pageview
ga_debug.js:24 Tracking beacon sent!
utmwv=5.6.2d&utms=8&utmn=1226977039&utmhn=www.taby.se&utme=12(ctl00_ContentHeader_pageHeader_quickSearch_panelSearchF…ytics-site-search-includes-slash%3B&utmjid=&utmu=qACAAAAAAAAAAgAAAAAAAAAE~
ga_debug.js:24 Account ID : UA-29177881-1
Page Title : Sökresultat - Täby kommun
Host Name : www.taby.se
Page : /Sok/?query=test/
Referring URL : 0
Hit ID : XXXXXXXXXX
Visitor ID : XXXXXXXXXX
Session Count : 1
Session Time - First : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Session Time - Last : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Session Time - Current : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Campaign Time : Wed Jan 21 2015 14:53:25 GMT 0100 (Mitteleuropäische Zeit)
Campaign Session : 1
Campaign Count : 1
Campaign Source : stackoverflow.com
Campaign Medium : referral
Campaign Name : (referral)
Campaign Content : /questions/28068544/analytics-site-search-includes-slash;
Link ID : ctl00_ContentHeader_pageHeader_quickSearch_panelSearchForm
Language : de
Encoding : UTF-8
Flash Version : 16.0 r0
Java Enabled : true
Screen Resolution : 2048x1152
Browser Size : 2031x150
Color Depth : 24-bit
Ga.js Version : 5.6.2d
Cachebuster : 1226977039