Closed (fixed)
Project:
Google Analytics Reports
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Feb 2011 at 16:31 UTC
Updated:
31 Jan 2012 at 18:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
mstrelan commented+1
Comment #2
raspberryman commentedComment #3
grendzy commentedComment #4
grendzy commentedanyone willing to research this one? Some API docs for Domain Access or code examples would be helpful. #547390: Domain Access & Separate Google Analytics Accounts is not very useful since it contains patches to the Domain Access project itself, and not contrib modules.
Comment #5
aaron1234nz commentedThis code will add both the per-domain settings for Google Analytics Reports. This could easily be rolled into this module. The hook will only ever fire if the domain_access module is installed.
I'm running this code on one of my domain access sites and works a treat.
Comment #6
grendzy commentedCommitted to 7.x:
http://drupalcode.org/project/google_analytics_reports.git/commit/df0b85b
Comment #7
grendzy commentedCommitted to 6.x:
http://drupalcode.org/project/google_analytics_reports.git/commit/52bb42a
Comment #9
mallezieDomain access 3.3 uses hook_domain_conf() for creating this.
Code in Google_analytics reports uses hook_domainconf() (which is obviously not working).
Patch attached.
Comment #10
grendzy commentedThanks for the report. Let's make a separate issue: #1423188: Update to domain access API version 3