You are here

public function CommerceGoogleTagManagerActionCheckout::getCommerceEventName in Commerce Google Tag Manager 7.2

Return value

string

Overrides CommerceGoogleTagManagerBaseAction::getCommerceEventName

1 call to CommerceGoogleTagManagerActionCheckout::getCommerceEventName()
CommerceGoogleTagManagerActionCheckout::execute in includes/rules/CommerceGoogleTagManagerActionCheckout.php
Executes the action.

File

includes/rules/CommerceGoogleTagManagerActionCheckout.php, line 39
This file contains the "Send Checkout event to GTM" action definition.

Class

CommerceGoogleTagManagerActionCheckout
@file This file contains the "Send Checkout event to GTM" action definition.

Code

public function getCommerceEventName() {
  return 'checkout';
}