Add an Action in Adobe Experience Platform Launch

Experience Platform Launch is the next-generation of tag management capabilities from Adobe. Read more about Platform Launch in the Launch product documentation.

To add an action in Launch, read the rules documentation in Adobe Launch and see the screen capture below:

After confirming your configuration, Launch wraps up the data into an object, like below:

{
    integration_code: {
        id: "value",
        authState: auth_state,
        hashType: "hash_algorithm"
    }
}

Here is a code sample:

// Set single customer ID with hash type
setCustomerIDs(Ingeration code: {
    id: "string_value",
    authState: auth_state,
    hashType: "hash_algorithm"
});

Similarly to the setCustomerIDs method described in the first section, this results in a call to the Experience Cloud ID Service, with the addition of the d_cid_ic query parameter.

Experience Cloud Services


Connect with Experience League at Summit!

Get front-row access to top sessions, hands-on activities, and networking—wherever you are!

Learn more