0.2.3 • Published 4 years ago

placedv-cm v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Google Campaign Manager Floodlight Tag Injection

Simple and useful package for Google CM Floodlight tag injection.

ValueTypeRequiredDescription
srcnumbertrueIdentifies the advertiser that is the source of the Floodlight activity. The value of the src= key is the advertiser ID.
typestringtrueThe group tag string, which identifies the activity group with which the Floodlight activity is associated in Campaign Manager. (The activity group is used for reporting purposes.) You can set your own value for the group tag string or use the default value. The default group tag string is based on the first five letters of the activity group name, plus a string of three random alphanumeric characters, underscores, and dashes. (If the activity group name has fewer than five characters, extra letters are appended before the alphanumeric characters so that there are still eight characters.)
catstringtrueThe activity tag string, which identifies the Floodlight activity. You can set your own value for the activity tag string or use the default value. The default activity tag string is based on the first five letters of the activity name, plus a string of three random alphanumeric characters, underscores, and dashes. (If the activity group name has fewer than five characters, extra letters are appended before the alphanumeric characters so that there are still eight characters.)
cfvobjectfalseCustom Floodlight variables enable you to capture information beyond the basics (visits and revenue) that you can collect with standard parameters in your tags.

Install

$ npm i placedv-cm

Usage

// Example 1: Replace src, type, cat and custom_variable with your data
pdv_cm(src, 'type', 'cat', {
    u1: 'custom_variable', 
    u2: 'custom_variable'
})

// Example 2: Replace src, type and cat with your data
pdv_cm(src, 'type', 'cat')

For more information visit: https://placedv.com

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago