The first step is to take the variables from the Zipify app and map them with Rakuten.
While mapping the variables, pixel fired but the data did not get populated. Because the line items field was not present. So, we need to add the line items as shown in the below screenshot.
Pixel fired but the data did not get populated because the line items field was not present.
Solution: Add the line items as shown in the below screenshot
Order ID is missing
unitPrice is in pennies and not dollars. Please update to dollars, example 39.95 for this purchase.
Solution: To display amount without currency, use the below syntax
unitPrice : "{{line_item.price | money_without_currency }}"
Syntax is not appeared as expected
Solution: That code worked only for Zipify App because “unless” command is not supported in Recharge App
So use the “if condition” for Recharge App
Error with discount from the Recharge App
Solution: Add quotes to the field
Zipify App: The discount amount is in pennies and should be in dollars like the unit amounts
Solution: Add the highlighted code as shown in the below screenshot
By following all the above steps, we can map Zipify and Recharge Variables to Rakuten App successfully.