Skip to content

Commit e45e248

Browse files
CM360 Actions in detail.
1 parent af34a0a commit e45e248

File tree

1 file changed

+47
-1
lines changed
  • src/connections/destinations/catalog/actions-google-campaign-manager-360

1 file changed

+47
-1
lines changed

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

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Google Campaign Manager 360
33
strat: google
44
hide-boilerplate: true
55
hide-dossier: false
6-
id: 123456
6+
id: 66e97a37a8f396642c0bd33c
77
hidden: true
88
private: true
99
versions:
@@ -35,6 +35,52 @@ Before you begin, you need to have a Google Campaign Manager 360 account, with a
3535
6. Click **Save**.
3636
7. Follow the steps in the Destinations Actions documentation to [customize your mappings](/docs/connections/destinations/actions/#customize-mappings).
3737

38+
## Available actions
39+
40+
The Google Campaign Manager 360 Action Destination supports the following actions:
41+
42+
* [Conversion Upload](#conversion-upload)
43+
* [Conversion Adjustment Upload](#conversion-adjustment-upload)
44+
45+
### Conversion Upload
46+
47+
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+
3884
## Hashing
3985

4086
Google requires you to hash all PII before sending it to the Google API.

0 commit comments

Comments
 (0)