function google_adwords_get_tracking in Google AdWords Conversion Tracking 7
Get defined conversion trackings for this page. Returns only the trackings set by rules or other modules using the function google_adwords_add_tracking().
Return value
array
See also
1 call to google_adwords_get_tracking()
- google_adwords_page_build in ./
google_adwords.module - Implements hook_page_build().
File
- ./
google_adwords.module, line 244 - Google Adwords Conversion Tracking Module
Code
function google_adwords_get_tracking() {
return drupal_static('google_adwords_add_tracking', array());
}