Source for file BusinessTypes.inc

Documentation is available at BusinessTypes.inc

  1. <?php
  2.     /**
  3.      * Business Types define file
  4.      *
  5.      * @copyright Copyright (c) 2005 Mirchev Ideas Ltd. All rights reserved.
  6.      * @package PHP_AdWords_API_Lib
  7.      * @filesource
  8.      */
  9.     
  10.     /**
  11.      * Array with Google AdWords Business To Consumer business types.
  12.      * 
  13.      * @global array $adWordB2CBusinessTypes 
  14.      * @access public
  15.      */
  16.     $adWordB2CBusinessTypes array(
  17.         'Adult & Gambling',
  18.         'Antiques & Collectibles',
  19.         'Apparel',
  20.         'Automotive',
  21.         'Beauty Products',
  22.         'Books & Magazines',
  23.         'Careers & Classifieds',
  24.         'Consumer Electronics',
  25.         'Dating & Personals',
  26.         'Education, Religion',
  27.         'Flowers, Gifts, Greetings',
  28.         'Consumer Packaged Goods',
  29.         'Games (non gambling)',
  30.         'Healthcare',
  31.         'Home & Garden, Furniture, Art',
  32.         'Jewelry, Gems, Watches',
  33.         'Legal Services',
  34.         'Mass Merchants & Auctions',
  35.         'Music, Movies, TV, Tickets, Media',
  36.         'PC Hardware & Software',
  37.         'Personal Finance & Insurance',
  38.         'Real Estate',
  39.         'Telecommunications & ISP',
  40.         'Travel',
  41.         'Other Business to Consumer',
  42.         'Non-profit',
  43.         'Affiliate Marketing',
  44.     );
  45.  
  46.     /**
  47.      * Array with Google AdWords Business To Business business types.
  48.      * 
  49.      * @global array $adWordB2BBusinessTypes 
  50.      * @access public
  51.      */
  52.     $adWordB2BBusinessTypes array(
  53.         'Advertising, Marketing, SEO',
  54.         'Affiliate Marketing',
  55.         'Agriculture',
  56.         'Automotive',
  57.         'Business Services',
  58.         'Construction & Real Estate',
  59.         'Finance',
  60.         'Government & Regulated Industries',
  61.         'Healthcare',
  62.         'Legal Services',
  63.         'Manufacturing',
  64.         'Printing & Office Supplies',
  65.         'Technology: Commerce',
  66.         'Technology: Enterprise',
  67.         'Telecom, Communications, Network',
  68.         'Transportation & Logistics',
  69.         'Web Hosting and Domain Registration',
  70.         'Other Business to Business'
  71.     );
  72. ?>

Documentation generated on Mon, 10 Sep 2007 15:07:30 +0300 by phpDocumentor 1.3.2