CM360 Floodlights
Send Floodlight conversion events to Campaign Manager 360 (CM360) for cross-channel attribution, reach measurement, and campaign reporting across Google Marketing Platform.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
floodlight_activity_id | string | Yes | The Floodlight activity ID for this conversion type. Found in CM360 under Floodlight > Activities. |
floodlight_configuration_id | string | Yes | Your Floodlight configuration ID (advertiser-level). Found in CM360 under Floodlight > Configuration. |
profile_id | string | Yes | Your CM360 user profile ID for API authentication. Found in CM360 under Account > User Profile. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find CM360 Floodlights or filter by Advertising.
- Click Install, select a variant if available, and fill in the required fields.
- Click Install Integration to create the integration with a ready-to-use default configuration.
API Setup
curl -X POST http://localhost:8084/v1/admin/integration-catalog/cm360/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "CM360 Floodlights",
"variant": "default",
"config": {
"floodlight_activity_id": "12345678",
"floodlight_configuration_id": "98765432",
"profile_id": "1234567"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the CM360 API. No client-side scripts are loaded for this integration.
Visit CM360 Floodlights documentation for full API documentation and credential setup instructions.