You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-google-campaign-manager-360/index.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Google Campaign Manager 360
3
3
strat: google
4
4
hide-boilerplate: true
5
5
hide-dossier: false
6
-
id: 123456
6
+
id: 66e97a37a8f396642c0bd33c
7
7
hidden: true
8
8
private: true
9
9
versions:
@@ -35,6 +35,52 @@ Before you begin, you need to have a Google Campaign Manager 360 account, with a
35
35
6. Click **Save**.
36
36
7. Follow the steps in the Destinations Actions documentation to [customize your mappings](/docs/connections/destinations/actions/#customize-mappings).
37
37
38
+
## Available actions
39
+
40
+
The Google Campaign Manager 360 Action Destination supports the following actions:
The Conversion Upload action allows you to send conversion data to Google Campaign Manager 360. This action is useful for tracking conversions that occur on your website or app.
48
+
49
+
#### Fields
50
+
51
+
The Google Campaign Manager 360 destination requires the following fields for the Conversion Upload action:
52
+
53
+
***Required ID**: The identifier that identifies a user for the conversion. Only one value at a time can be provided, from the following fields:
54
+
* Google Click ID (gclid);
55
+
* Display Click ID (dclid);
56
+
* Encrypted User ID;
57
+
* Mobile Device ID;
58
+
* Match ID;
59
+
* Impression ID;
60
+
* Encrypted User ID Candidates;
61
+
***Timestamp**: The time the conversion occurred;
62
+
***Value**: The value of the conversion;
63
+
***Ordinal**: The ordinal of the conversion. This field is used to control how conversions of the same user and day are de-duplicated.
64
+
65
+
### Conversion Adjustment Upload
66
+
67
+
The Conversion Adjustment Upload action allows you to send conversion adjustment data to Google Campaign Manager 360. This action is useful for adjustments to conversions that have already been uploaded, as well as enhancing conversions.
68
+
69
+
#### Fields
70
+
71
+
The Google Campaign Manager 360 destination requires the following fields for the Conversion Adjustment Upload action:
72
+
73
+
***Required ID**: The identifier that identifies a user for the conversion. Only one value at a time can be provided, from the following fields:
74
+
* Google Click ID (gclid);
75
+
* Display Click ID (dclid);
76
+
* Encrypted User ID;
77
+
* Mobile Device ID;
78
+
* Match ID;
79
+
* Impression ID;
80
+
***Timestamp**: The time the conversion occurred;
81
+
***Value**: The value of the conversion;
82
+
***Ordinal**: The ordinal of the conversion. This field is used to control how conversions of the same user and day are de-duplicated.
83
+
38
84
## Hashing
39
85
40
86
Google requires you to hash all PII before sending it to the Google API.
0 commit comments