Support Home > Campaign Management > Google Marketing Platform – DV360 & CM360

Google Marketing Platform – DV360 & CM360

Feature Summary: The following document defines the process for creating a Google Marketing Platform (formerly DoubleClick) campaign within Kochava.

 

Data Needed Before Beginning Process:

 

Important Note: Starting March 6, 2024, Google will enforce a revised EU user consent policy aligned with the Digital Markets Act (DMA).


Benefits for Advertisers:

Google’s App Attribution Partners integration leveraging Google Marketing Platform has the following benefits:

  • Improved Workflow: Easier workflow for setting up integrations with AAPs, leading to fewer manual errors & discrepancies.
  • Enhanced Data: Advertisers can now view the particular Display & Video 360/Campaign Manager 360 line item that is driving the conversion within the AAPs UI.
  • Increased Attribution: Combined with enhanced attribution for Campaign Manager 360 or Display & Video 360, advertisers can attribute conversions for additional sources, including web>app conversions, and app>app conversions that utilize web or hashed ID’s.

How it Works for Advertisers:

Link your apps with third-party app attribution tools to track conversions in mobile apps, such as installs and in-app actions. You can view reports about your conversions from your third-party service, or directly from Google Marketing Platform – Campaign Manager 360 and Display & Video 360.

View the legacy third-party conversion tracking article for configuring with other services in Google Marketing Platform – Campaign Manager 360.


Campaign Manager 360

  1. Log into Google Campaign Manager 360.
  2. Navigate to Advertiser > Floodlight > Configuration > App Attribution.

 

Create a New Link:

  1. Click Link app analytics developer.
  2. Click the All dropdown to select the platform type and search for the app.
  3. Click the Select partner dropdown to select the app analytics partner.
  4. Click Save.

 

Reuse an Existing Link:

  1. Click Reuse app analytics developer link.
  2. Under the Link ID header, enter the existing link ID.
  3. Click Save.

Google Marketing Platform – Display and Video 360

NOTE: If you set up your links in Google Marketing Platform – Campaign Manager 360, you do not need to complete this section.

Part of the Google Marketing Platform, Display & Video 360 (formerly DoubleClick Bid Manager) is a tool that helps creative, data and media teams work together to execute end-to-end campaigns.

 

NOTE: Parallel tracking is now available for Video campaigns and is mandatory for DV360 campaigns. Parallel tracking brings users to a landing page directly while Kochava measurement happens in the background.

 

In Google Marketing Platform – Display and Video 360:

 

Create a New Link —

  1. Click Add app attribution partner link.
  2. Select the Create new link option.
  3. Click the All platforms dropdown to select the platform type and search for the app.
  4. Click the Select tracking SDK dropdown to select the Kochava as the app analytics partner.
  5. Click Add.
  6. On the App attribution page, click Done.
  7. On the Floodlight Group page, click Save.

 

Reuse an Existing Link —

  1. Click Add app attribution partner link.
  2. Select the Reuse existing link option.
  3. Enter an existing link ID.
  4. Click Add.
  5. On the App attribution page, click Done.
  6. On the Floodlight Group page, click Save.

 

Floodlight Activities —

The following Floodlight activities will be automatically generated with each app attribution link:

  • add_to_cart
  • ecommerce_purchase
  • first_open
  • in_app_purchase
  • session_start
  • view_item
  • view_item_list
  • view_search_results
  • custom

In Kochava:

  1. Create a Tracker in Kochava for Google Marketing Platform – Display and Video 360.
  2. NOTE: For more information on creating a Tracker for Google Marketing Platform – Display and Video 360, refer to our Creating an Install Campaign support documentation.

  3. Create a Postback in Kochava for Google Marketing Platform – Display and Video 360.
  4. NOTE: For more information on creating a Postback for Google Marketing Platform – Display and Video 360, refer to our Create a Kochava-Certified Postback support documentation.

  5. Insert the Link ID into the partner configuration for DV360 & CM360.
  6. Select the Product Type Validation:
    • Both (DBM and DCM)
    • DBM
    • DCM
    • Neither
  7. Select the Event Type.
  8. Enter the Event Name ONLY if the Event Type is custom.
  9.  

    Best Practice: When using Google’s event_type=custom event, the only acceptable event name options are custom, custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9.

     

  10. Enter up to sixteen (16) uVariables Parameter Mapping Keys.
  11. NOTE: Event metadata parameter keys must be setup for each event type by the marketer’s engineering team. uVariables that are entered into the available postback mapping fields will be dynamically populated with the parameters value.

     

    WARNING: The event metadata parameter keys entered into the mapping fields are format and case sensitive and must match exactly how the parameters are being sent via the SDK or S2S. If unexpected values are being sent through the Kochava postback, check the uVariable(s) and ensure that the entered parameter exactly matches the event metadata parameter key.

     

    Event Metadata Parameter Key Example:

    "event_data": {
              "user_id": "1111111111",
              "user_name": "some_other_user",
              "trasaction_id": "9999999999"
              }
          },

     

    GMP Postback Settings
    NOTE: In order to conserve space, only three uVariables are shown.

     

  12. Select the Deliver Delay.
  13. Select the Retry Attempts.
  14. Click Save.

GMP API Response

Conversion Tracking Response for DBM Campaign:

NOTE: The GMP Response will contain claim information for both CM360 and DV360; today there is no way to limit the GMP API response to one or the other.

{
    "ad_events": [{
    "product_type": "DBM",
    "ad_event_id": "Q2owS0VRancwZHk0QlJDdXVMX2U1TQ",
    "interaction_type": "click",
    "campaign_type": "Display",
    "line_item_id": 123456789,
    "line_item_name": "Network-1 ROW global APAC",
    "external_customer_id": 2555,
    "creative_id": 512333,
    "exchange_id": 132,
    "insertion_order_id": 523423,
    "timestamp": 1432681913.123456
  }
],
    "errors": [],
    "attributed": true
}

 

Conversion Tracking Response for DCM Campaign:

{
    "ad_events": [{
    "product_type": "DCM",
    "ad_event_id": "oanwe0VRancwZ1k0PPJDdUD4222",
    "interaction_type": "click",
    "campaign_type": "Display",
    "placement_id": 9342323,
    "placement_name": "Network-1 ROW PLACEMENT FALL’16",
    "external_customer_id": 7480555,
    "creative_id": 8234234,
    "timestamp": 1432681913.123456
  }
],
    "errors": [],
    "attributed": true
}

 
 

Last Modified: Mar 1, 2024 at 5:07 pm