Hi everyone,
I’d like to add the “new customer” parameter according to the instructions provided here: Google Support.
In short, this works as follows:
- If a user places their first order, we add the parameter “new_customer = true” at the “purchase” event level.
- If our system detects a previous purchase for this user, we send the parameter with the value “false”.
- If we cannot determine whether the user is new or returning, we set it to “null”.
Do you have any ready-made integrations or implementation guides for this?
Thanks.