Skip to content

Commit f70b685

Browse files
committed
address documentation comments
1 parent 20829ea commit f70b685

File tree

1 file changed

+9
-8
lines changed
  • src/connections/destinations/catalog/actions-google-campaign-manager

1 file changed

+9
-8
lines changed

src/connections/destinations/catalog/actions-google-campaign-manager/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you have Segment installed and enable this destination, Segment takes care
1919
### Getting Started
2020

2121
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.
2323
3. Search for "Google Tag for Campaign Manager" in the Destinations Catalog and click on the destination.
2424
4. Choose "Configure Google Tag for Campaign Manager."
2525
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
2929
* Decide if you want to enable Conversion Linker which helps with first-party cookie tracking.
3030
7. Once done, Segment will begin forwarding the appropriate events and conversions to your Floodlight configurations.
3131

32-
---
3332

34-
### 1. Sales Activity
33+
## Sales Activity
3534

3635
Capture monetary conversion data like revenue, order quantity, and transaction ID.
3736

38-
#### Configuration Fields:
37+
### Configuration Fields:
3938

4039
- **activityGroupTagString**: Identifier for the Floodlight activity group.
4140
- **activityTagString**: Identifier for the Floodlight activity.
41+
- **enableDynamicTags**: Toggle for dynamic tags.
42+
- **countingMethod**: Conversion counting method (`transactions`, or `items_sold`).
4243
- **transactionId**: Unique transaction ID.
4344
- **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.
4546
- **uVariables**: Additional custom Floodlight variables.
4647
- **dcCustomParams**: Custom data for event snippets.
4748

48-
---
4949

50-
### 2. Counter Activity
50+
51+
## Counter Activity
5152

5253
Track non-monetary conversion data such as unique users, conversions, and session length.
5354

54-
#### Configuration Fields:
55+
### Configuration Fields:
5556

5657
- **activityGroupTagString**: Identifier for the Floodlight activity group.
5758
- **activityTagString**: Identifier for the Floodlight activity.

0 commit comments

Comments
 (0)