You are here

public function GoogleAnalyticsCounterAppManagerInterface::gacUpdateStorage in Google Analytics Counter 8.3

Save the pageview count for a given node.

Parameters

integer $nid: The node id.

string $bundle: The content type of the node.

int $vid: Revision id value.

Throws

\Exception

1 method overrides GoogleAnalyticsCounterAppManagerInterface::gacUpdateStorage()
GoogleAnalyticsCounterAppManager::gacUpdateStorage in src/GoogleAnalyticsCounterAppManager.php
Save the pageview count for a given node.

File

src/GoogleAnalyticsCounterAppManagerInterface.php, line 63

Class

GoogleAnalyticsCounterAppManagerInterface
Class GoogleAnalyticsCounterAppManager.

Namespace

Drupal\google_analytics_counter

Code

public function gacUpdateStorage($nid, $bundle, $vid);