You are here

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

Return value

string

Overrides CommerceGoogleTagManagerBaseAction::getCommerceEventName

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

File

includes/rules/CommerceGoogleTagManagerActionPurchase.php, line 29
This file contains the "Send the Purchase event to GTM" action definition.

Class

CommerceGoogleTagManagerActionPurchase
@file This file contains the "Send the Purchase event to GTM" action definition.

Code

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