Domain Access 3 isn't compatible with prior versions: see #763442: Drupal 7 API changes.

hook_domainconf is now hook_domain_conf. (Original report by mallezie)

CommentFileSizeAuthor
#2 domain-conf-1063532-9.patch958 bytesmallezie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grendzy’s picture

It appears we have the option of module.domain.inc files now too? Let's try that also.

mallezie’s picture

FileSize
958 bytes

To let everybody find the patch easier.
I reuploaded here for finding.
Readme says:

---- 4.3 Using domain_conf.inc

This functionality has been deprecated. Use hook_domain_conf() normally.

Is ther any info on the module.domain.inc files, else i'll try to create a pathc that way.

grendzy’s picture

Status: Needs work » Needs review
kevalmighty’s picture

Can someone tell me how to show my report like the example given on page : http://drupal.org/project/google_analytics_reports (see image bellow) ?

Only local images are allowed.

My google analytic report is showing only 3 lines

Thanks

grendzy’s picture

kevalmighty: please don't hijack this issue; instead you can open a new support request.

raspberryman’s picture

Assigned: Unassigned » raspberryman

Looks pretty clear cut to me. I've patched 7.x-3.x branch: http://drupal.org/node/1132380/commits

7.x-1.x and 6.x-1.x will need to wait a bit :)

ktrev’s picture

Version: 7.x-1.x-dev » 7.x-1.3
Component: Code » Reports module
Category: task » support

I have added this patch in the 7.x-1.3 version of module.I was able to see the Google analytics reports option in the settings page of each domain.But when I enable the Google analytics block all blocks show result from a single domain.Did I missed anything

bcobin’s picture

Issue summary: View changes

I've upgraded to 7.x-3.x-dev and see that the code from #2 is implemented, but per-domain settings don't appear on the configuration page. Each domain (and I have about 25) shows the same profile.

Am I missing something? Thanks for any guidance...

Agogo’s picture

Bump! Whats going on with this? Is anyone looking into this feature or do one has to get ones hands dirty?

bcobin’s picture

I'd be happy to get my hands dirty, but being a designer and not a coder, "I have always depended on the kindness of strangers," to quote Blanche DuBois.

In that respect, the Drupal community has been wonderful. May it be ever so, especially in this case!

Thanks for the bump, @Agogo...

Plazik’s picture

Version: 7.x-1.3 » 7.x-3.x-dev
Assigned: raspberryman » Unassigned
Category: Support request » Feature request
Status: Needs review » Postponed (maintainer needs more info)

Check the latest dev version. I've fixed #2564625: Notice in google_analytics_reports_api_domain_conf.

What kind of integration do you need?

Plazik’s picture

Component: Reports module » API module
Plazik’s picture

  • raspberryman committed 1f5d4d9 on 8.x-3.x
    Issue #1423188 by mallezie: Update to domain access API version 3