Log of /contributions/modules/adsense/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 6 15:11:24 2008 UTC
(12 months, 2 weeks ago)
by
kbahey
Branch:
MAIN
Changes since
1.22: +2 -6 lines
Diff to
previous 1.22
#330902 by robb, fixes to various links in help.
Removal of referral link, since Google discontinued that feature.
Revision
1.20.2.1
Mon Aug 11 02:06:38 2008 UTC
(15 months, 2 weeks ago)
by
jcnventura
Branch:
DRUPAL-6--1
Changes since
1.20: +0 -96 lines
FILE REMOVED
file README.txt was added on branch DRUPAL-6--1 on 2008-08-11 02:19:15 +0000
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 20:20:20 2008 UTC
(15 months, 2 weeks ago)
by
jcnventura
Branch:
MAIN
Changes since
1.18: +21 -13 lines
Diff to
previous 1.18
Code documentation
Added help for the CSE settings form
Small fixes for coder warnings
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 01:24:19 2008 UTC
(21 months, 2 weeks ago)
by
kbahey
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0,
DRUPAL-5--2-1
Branch point for:
DRUPAL-5--2,
DRUPAL-5--3
Changes since
1.17: +62 -22 lines
Diff to
previous 1.17
Major overhaul of the adsense module:
- Has a new hook_adsense that can be used by other modules to determine
which Google Adsense ID to show.
- No longer depends on the profile module for sites that don't need
revenue sharing.
- Uninstall for all the included modules.
- Help is now easier to maintain in separate files with plain HTML
in here docs.
Revision
1.13.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 11 04:34:37 2006 UTC
(3 years, 4 months ago)
by
kbahey
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-0
Changes since
1.13.2.3: +1 -3 lines
Diff to
previous 1.13.2.3
, to
branch point 1.13
, to
next main 1.24
- Added update for creating database tables for existing installation.
- The js file now sends a ?u= parameter with the url of the clicked page
- Added new column to store the path upon clicking. This is useful in
tracking what was clicked, when, and by whom. This is useful for you
to know which pages get the most clicks, as well as in click fraud
disputes
- Added update for creating database tables for existing installations.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 11 04:33:41 2006 UTC
(3 years, 4 months ago)
by
kbahey
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.16: +1 -3 lines
Diff to
previous 1.16
- The js file now sends a ?u= parameter with the url of the clicked page
- Added new column to store the path upon clicking. This is useful in
tracking what was clicked, when, and by whom. This is useful for you
to know which pages get the most clicks, as well as in click fraud
disputes
- Added update for creating database tables for existing installations.
Revision
1.13.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 25 04:37:03 2006 UTC
(3 years, 5 months ago)
by
kbahey
Branch:
DRUPAL-4-7
Changes since
1.13.2.1: +3 -150 lines
Diff to
previous 1.13.2.1
, to
branch point 1.13
- Added five pre-defined blocks that are easily configurable by the site
admin without the need to use any PHP code. This is a major usability
improvement for many site owners.
- Added a new "test mode" that ensures Adsense is working correctly specially
when setting up revenue sharing.
- The Adsense client ID is now stored in a profile field, both for site owner
as well as other users.
- Added a block tag, instead of flexiblock, since that module is not needed much
in 4.7 with the new block regions feature.
- Increased number of ad groups (type, color, ...etc.) from 3 to 5.
- Increased the number of channels from 3 to 7.
- Updated the online help and instructions, and made it collapsible/collapsed by
default, so it is not in the way.
- Separated the online help in its own file to save memory and overhead.
- Added version information and date in the setting page, so users know what
they are running.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 25 04:35:28 2006 UTC
(3 years, 5 months ago)
by
kbahey
Branch:
MAIN
Changes since
1.14: +3 -150 lines
Diff to
previous 1.14
- Added five pre-defined blocks that are easily configurable by the site
admin without the need to use any PHP code. This is a major usability
improvement for many site owners.
- Added a new "test mode" that ensures Adsense is working correctly specially
when setting up revenue sharing.
- The Adsense client ID is now stored in a profile field, both for site owner
as well as other users.
- Added a block tag, instead of flexiblock, since that module is not needed much
in 4.7 with the new block regions feature.
- Increased number of ad groups (type, color, ...etc.) from 3 to 5.
- Increased the number of channels from 3 to 7.
- Updated the online help and instructions, and made it collapsible/collapsed by
default, so it is not in the way.
- Separated the online help in its own file to save memory and overhead.
- Added version information and date in the setting page, so users know what
they are running.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 11 01:36:43 2005 UTC
(3 years, 11 months ago)
by
kbahey
Branch:
MAIN
Changes since
1.10: +3 -1 lines
Diff to
previous 1.10
Updated for Drupal 4.7 Form API.
Added defines for number of groups and channels so it is easily modified
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 21 03:48:41 2005 UTC
(4 years, 3 months ago)
by
kbahey
Branch:
MAIN
Changes since
1.7: +5 -2 lines
Diff to
previous 1.7
Reorganized the code such that adding and checking ad format is now more
modular. The ads are now in an array in one place, so there is no need to
update several places in the code any time we add them.
Note however that not all ad formats are supported, and duplicate dimensions
are not allowed, such as image ads and text ads of the same dimension, or
text ads and ad links of the same dimension.
This is kind of an artificial restriction, but we have to live with it for
the time being until we properly implement it in the future.
Perhaps the array key should be the entire ad identifier (dimension + suffix),
and that needs to be referenced in the calls from the theme and/or block.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 2 22:34:38 2005 UTC
(4 years, 5 months ago)
by
kbahey
Branch:
MAIN
Changes since
1.2: +23 -0 lines
Diff to
previous 1.2
Added more instructions, and clarification on why ads may not display
in some cases.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.