Looks like one of this module's dependencies was deprecated in favor of Google Analytics Reports. Is that module API compatible with the previous module? Is there a plan to get this module moved over to use that one?

Comments

vacilando’s picture

Assigned: Unassigned » vacilando
Category: bug » task

That's correct. It's a little problem for GAC but I plan to adjust it so that it works with the new module. It should be finished by the end of this week. If anybody can do and test it faster, I will check and submit the patch.

grendzy’s picture

Hi! The internals of google_analytics_reports has been through some refactoring. One of the goals of the refractor was to have a more focused API, with fewer "helper" functions, and an easier-to-use (dpm-friendly) data format. The API is also a bit "closer to the metal", in terms of what Google provides (for example, the "ga:" prefix is now required on metrics / dimensions).

I suggest fetching all your data from google_analytics_api_report_data(). Most other report functions should be considered private, and may change again in the future. There are a few changes to the format of the parameters - you can see example code on the GAR handbook page: http://drupal.org/node/1138274

Thanks!

thedavidmeister’s picture

subscribing.

nbchip’s picture

subscribing.

dan_metille’s picture

subscribing

redaccion’s picture

+1

pdumais42’s picture

I need this module for a project. How can I help get it working again?

Fidelix’s picture

Subscribing...

askibinski’s picture

sub

vacilando’s picture

Version: 6.x-1.x-dev » 6.x-2.0
Status: Active » Closed (fixed)

Finally! GAC is now cleanly working with the new Google Analytics Reports -- see http://drupal.org/node/1282658!