Closed (outdated)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2011 at 18:35 UTC
Updated:
17 May 2023 at 10:16 UTC
Jump to comment: Most recent
Comments
Comment #1
jcnventuraThe same way that Search 404 integrates with Google CSE, it should also be able to integrate with the Adsense CSE module. I don't think there's much of a difference..
If there's anything that I, as the adsense maintainer can do, feel free to reassign this back to the adsense module.
Comment #2
zyxware commented@jcnventura - Thanks for looking into this. The following is the snippet of code used to make search404 work with Google CSE
Would a similar approach work for Google Adsense search? If so what should be the path to which I should redirect to?
Comment #3
jcnventuraComment #4
jcnventura@zyxware: the Adsense CSE path is defined by:
Comment #5
zyxware commentedThanks for looking into this. How do you append keywords to that?
Comment #6
jcnventuraI know it's a bit late to answer you.. But FYI, the module uses the "as_q" query parameter to pass the keywords. I just tested this with my site, and the query page was:
adsense/cseis the default path as defined by:$results_path = variable_get('clean_url', 0) ? ADSENSE_CSE_RESULTS_PATH : '.';Comment #7
jcnventuraComment #8
anish_zyxware commentedComment #9
anybody