@@ -19,7 +19,7 @@ When you have Segment installed and enable this destination, Segment takes care
19
19
### Getting Started
20
20
21
21
1 . Before you connect Segment to Google Tag for Campaign Manager, ensure you have set up your Floodlight configurations in Campaign Manager.
22
- 2 . Navigate to the Segment web app, select Catalog , then click on Destinations.
22
+ 2 . Navigate to the Segment web app, select Connections , then click on Destinations.
23
23
3 . Search for "Google Tag for Campaign Manager" in the Destinations Catalog and click on the destination.
24
24
4 . Choose "Configure Google Tag for Campaign Manager."
25
25
5 . Select the appropriate source that will forward data to Campaign Manager.
@@ -29,29 +29,30 @@ When you have Segment installed and enable this destination, Segment takes care
29
29
* Decide if you want to enable Conversion Linker which helps with first-party cookie tracking.
30
30
7 . Once done, Segment will begin forwarding the appropriate events and conversions to your Floodlight configurations.
31
31
32
- ---
33
32
34
- ### 1. Sales Activity
33
+ ## Sales Activity
35
34
36
35
Capture monetary conversion data like revenue, order quantity, and transaction ID.
37
36
38
- #### Configuration Fields:
37
+ ### Configuration Fields:
39
38
40
39
- ** activityGroupTagString** : Identifier for the Floodlight activity group.
41
40
- ** activityTagString** : Identifier for the Floodlight activity.
41
+ - ** enableDynamicTags** : Toggle for dynamic tags.
42
+ - ** countingMethod** : Conversion counting method (` transactions ` , or ` items_sold ` ).
42
43
- ** transactionId** : Unique transaction ID.
43
44
- ** revenue** : Total revenue of a transaction.
44
- - ** quantity** : Quantity of items sold.
45
+ - ** quantity** : For ` transactions ` counting method, this is typically is set to 1, for ` items_sold ` , the quantity of items sold.
45
46
- ** uVariables** : Additional custom Floodlight variables.
46
47
- ** dcCustomParams** : Custom data for event snippets.
47
48
48
- ---
49
49
50
- ### 2. Counter Activity
50
+
51
+ ## Counter Activity
51
52
52
53
Track non-monetary conversion data such as unique users, conversions, and session length.
53
54
54
- #### Configuration Fields:
55
+ ### Configuration Fields:
55
56
56
57
- ** activityGroupTagString** : Identifier for the Floodlight activity group.
57
58
- ** activityTagString** : Identifier for the Floodlight activity.
0 commit comments