Is it possible to read ExperimentId and VariationId in Javascript with Google Optimize?

Now there is also the Google Optimize javascript API available that is a better option: The experimentId is now available in the Optimize UI, as soon as the experiment is created (before start). The API is already available in the page and you can use it like this: google_optimize.get(‘<experimentId>’); (note: this will work only after … Read more

How to login to Google API with Service Account in C# – Invalid Credentials

It appears that the GoogleAnalytics cannot consume a generic GoogleCredential and interpret it as a ServiceAccountCredential (even though it is acknowledged, interally, that it is actually of that type). Thus you have to create a ServiceAccountCredential the hard way. It’s also unfortunate that GoogleCredential does not expose the various properties of the credential, so I … Read more

Can Google Analytics show me visits by hour?

Since Google Analytics was revised the currently accepted answer is no longer available. The current version of Google Analytics will let you view visitors per hour: Go to the Reporting Tab Select “Audience” Select “Overview” Select “Hourly” If you’re trying to determine total traffic by hour of the day for a given date range then … Read more

kGAIScreenName of Google Analytics for iOS v3 is undeclared?

You have to include two more things: #import “GAIDictionaryBuilder.h” #import “GAIFields.h” Checking what’s in GAIFields.h I can see that kGAIScreenName is there: extern NSString *const kGAIScreenName; // synonym for kGAIDescription Might be important point that the current Google Analytics is in beta, so using the latest downloadable SDK is always a good idea. What I … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)