Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit cd79eca

Browse files
author
Robert Kummer
authored
Adding setCustom() method
1 parent 029dadb commit cd79eca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Ipunkt/LaravelAnalytics/Contracts/AnalyticsProviderInterface.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,13 @@ public function ecommerceAddTransaction($id, $affiliation = null, $revenue = nul
201201
* @return AnalyticsProviderInterface
202202
*/
203203
public function ecommerceAddItem($id, $name, $sku = null, $category = null, $price = null, $quantity = null);
204+
205+
/**
206+
* sets custom dimension/s
207+
*
208+
* @param string $dimension
209+
* @param string $value
210+
* @return void
211+
*/
212+
public function setCustom($dimension, $value = null);
204213
}

0 commit comments

Comments
 (0)