[an error occurred while processing this directive]
BAM overview
Benefits
Implications
Scenarios
Discussion
How To
Technicals
Javascript Code
Create BAM! url
BAM! Graphics
Web Directory


Tech Details
You can divide BAM! into the standard and extended implementations. All sites implementing an extended version must support the standard version as well.

Standard Implementation Accepts these 3 variables via the GET method.
  • bamu - the url when the user clicks on the ad
  • bami - the image url
  • baml - the tag line shown below the ad. (optional display)

    An example of a url that would be used to link into a BAM! site:
    http://www.abc.com/?bamu=http://www.clickurl&bami=http://imgurl&baml=The%20tagline
    The program that implements the standard version is available in javascript here.

  • Extended Implementation Accepts this additional variable.
  • bamt - type, "s" for standard and "e" for extended. If left out, default is "s".

    You can add anything else you want, ex. tracking numbers?. Remember that you have to still support the standard version.

  • Home | Contact | About