Skip to content

Commit aead101

Browse files
authored
Merge pull request #5414 from segmentio/STRATCONN-3119
STRATCONN-3119 - Create public facing documents for Campaign Manager
2 parents 28b722f + 3a8e31b commit aead101

File tree

1 file changed

+70
-0
lines changed
  • src/connections/destinations/catalog/actions-google-campaign-manager

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Google Tag for Campaign Manager
3+
strat: google
4+
hide-boilerplate: true
5+
hide-dossier: false
6+
id: 64f2434e5066280a0e7f1ab3
7+
hidden: true
8+
private: true
9+
beta: true
10+
versions:
11+
- name: "Google Tag for Campaign Manager"
12+
link: '/docs/connections/destinations/catalog/actions-google-analytics-4/'
13+
---
14+
15+
{% include content/plan-grid.md name="actions" %}
16+
17+
[Google Tag for Campaign Manager](https://support.google.com/analytics/answer/12325075){:target="_blank"} (formerly known as DoubleClick Floodlight) is Google's tool to measure ad impressions and report on conversions. With this integration, Segment customers can make use of their existing tracking implementation to send data to Campaign Manager 360 without having to manage additional tags or code on their site.
18+
19+
When you have Segment installed and enable this destination, Segment takes care of loading the Google Tag (gtag.js library) for you, ensuring data is forwarded to your Floodlight configuration in Campaign Manager.
20+
21+
22+
## Getting Started
23+
Before you connect Segment to Google Tag for Campaign Manager, ensure you have set up your Floodlight configurations in Campaign Manager.
24+
1. Navigate to the Segment web app, select Connections, then click on Destinations.
25+
2. Search for "Google Tag for Campaign Manager" in the Destinations Catalog and click on the destination.
26+
3. On the destination's overview page, click **Add destination**.
27+
4. Select the appropriate source that will forward data to Campaign Manager and click **Next**.
28+
5. On the Setup page, give your destination a name and click **Create destination**.
29+
6. On the Settings tab:
30+
* Enter the Advertiser ID found under Floodlight > Configuration in Campaign Manager.
31+
* Set **Allow Ad Personalization Signals**, if needed.
32+
* Decide if you want to enable Conversion Linker which helps with first-party cookie tracking.
33+
* Enable the destination by toggling **Enable Destination** on.
34+
35+
Once you've enabled your destination, Segment will begin forwarding the appropriate events and conversions to your Floodlight configurations.
36+
37+
38+
## Sales Activity
39+
40+
Capture monetary conversion data like revenue, order quantity, and transaction ID.
41+
42+
### Configuration Fields:
43+
44+
- **activityGroupTagString**: Identifier for the Floodlight activity group.
45+
- **activityTagString**: Identifier for the Floodlight activity.
46+
- **enableDynamicTags**: Toggle for dynamic tags.
47+
- **countingMethod**: Conversion counting method (`transactions`, or `items_sold`).
48+
- **transactionId**: Unique transaction ID.
49+
- **revenue**: Total revenue of a transaction.
50+
- **quantity**: For `transactions` counting method, this is typically is set to 1, for `items_sold`, the quantity of items sold.
51+
- **uVariables**: Additional custom Floodlight variables.
52+
- **dcCustomParams**: Custom data for event snippets.
53+
54+
55+
56+
## Counter Activity
57+
58+
Track non-monetary conversion data such as unique users, conversions, and session length.
59+
60+
### Configuration Fields:
61+
62+
- **activityGroupTagString**: Identifier for the Floodlight activity group.
63+
- **activityTagString**: Identifier for the Floodlight activity.
64+
- **enableDynamicTags**: Toggle for dynamic tags.
65+
- **countingMethod**: Conversion counting method (`standard`, `unique`, or `per_session`).
66+
- **sessionId**: Unique session ID (relevant for `per_session` counting).
67+
- **uVariables**: Custom Floodlight variables.
68+
- **dcCustomParams**: Custom data for event snippets.
69+
70+
---

0 commit comments

Comments
 (0)