We are passing everything that comes with the API call. What data should we be passing to GA? This is our dL
dataLayer.push({
event: "experiment_results",
results: [
{
experiment: {
key: "prepaid-description",
variations: [false, true],
weights: [0.5, 0.5],
active: true,
coverage: 1,
condition: null,
namespace: null,
force: null,
hashAttribute: "id"
},
result: {
inExperiment: true,
variationId: 1,
value: true,
hashUsed: true,
hashAttribute: "id",
hashValue: "9759064.1701950960"
}
}
],
eventTimeout: 2000,
gtm.uniqueEventId: 142
})