You are here

function _google_adwords_conversion_formats in Google AdWords Conversion Tracking 6

2 calls to _google_adwords_conversion_formats()
google_adwords_admin_settings in ./google_adwords.admin.inc
Implementation of hook_admin_settings() for configuring the module
google_adwords_form_alter in ./google_adwords.module
Implementation of hook_form_alter().

File

./google_adwords.module, line 264

Code

function _google_adwords_conversion_formats() {
  return array(
    '1' => 'Single line',
    '2' => 'Two lines',
    '3' => 'Not displayed',
  );
}