';
// Link to more information about the Google Analytics settings
WPPFM_Google_Analytics_Selector_Element::google_analytics_info_link_element();
// utm_source (default google)
WPPFM_Google_Analytics_Selector_Element::google_utm_source_element();
// utm_medium (default cpc)
WPPFM_Google_Analytics_Selector_Element::google_utm_medium_element();
// utm_campaign
WPPFM_Google_Analytics_Selector_Element::google_utm_campaign_element();
// utm_term (should contain the Product ID. Maybe just leave it out of the selectors but automatically add it the url)
WPPFM_Google_Analytics_Selector_Element::google_utm_term_element();
// utm_content
WPPFM_Google_Analytics_Selector_Element::google_utm_content_element();
// Close the section.
echo '
';
}
}
// end of WPPFM_Product_Feed_Google_Analytics_Wrapper class
endif;