Package DE_EPAGES::EasyMarketing::API::Snippet::ConversionTracker
Gets the conversion trackers which are provided by easymarketing
Base |
DE_EPAGES::EasyMarketing::API::Snippet::Default |
Example |
my $ConversionTracker = DE_EPAGES::EasyMarketing::API::Snippet::ConversionTracker->new() my $Snippet = $ConversionTracker->getSnippet($CustomerOrder); |
Functions
getSnippet
Gets the plain conversion trackers from database. Replace the placeholder and returning them as a string. Throws an error mesages if the $CustomerOrder is not a CustomerOrder.
Syntax |
getSnippet( $CustomerOrder ); |
Input |
|
Return |
|