Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 237 Bytes

set.md

File metadata and controls

16 lines (9 loc) · 237 Bytes

Set

Sets a single field and value pair or a group of field/value pairs on a tracker object.

this.$ga.set(fieldName, fieldValue)

also possible to pass an object literal

this.$ga.set({ fieldName, fieldName })