You are here

abstract public function CommerceGoogleTagManagerBaseAction::getCommerceEventName in Commerce Google Tag Manager 7.2

Returns the commerce event's name to be sent.

Return value

string

1 call to CommerceGoogleTagManagerBaseAction::getCommerceEventName()
CommerceGoogleTagManagerBaseAction::pushCommerceData in includes/CommerceGoogleTagManagerBaseAction.php
Builds and pushes the current commerce data.
4 methods override CommerceGoogleTagManagerBaseAction::getCommerceEventName()
CommerceGoogleTagManagerActionAddToCart::getCommerceEventName in includes/rules/CommerceGoogleTagManagerActionAddToCart.php
CommerceGoogleTagManagerActionCheckout::getCommerceEventName in includes/rules/CommerceGoogleTagManagerActionCheckout.php
CommerceGoogleTagManagerActionPurchase::getCommerceEventName in includes/rules/CommerceGoogleTagManagerActionPurchase.php
CommerceGoogleTagManagerActionRemoveFromCart::getCommerceEventName in includes/rules/CommerceGoogleTagManagerActionRemoveFromCart.php

File

includes/CommerceGoogleTagManagerBaseAction.php, line 14
This file contains the base class for CommerceGoogleTagManager actions.

Class

CommerceGoogleTagManagerBaseAction
@file This file contains the base class for CommerceGoogleTagManager actions.

Code

public abstract function getCommerceEventName();