Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

To set the findability SKU you will need to add the &custom_params=after the publish link

https://survey.rose.conceptsauce.io/?param_id=PRMS01GCC934TNHE5GSZ4EFPMBD2W6&respondent_id=preview&custom_params=eyJzaGVsZiI6eyJzZXQ6Y29ycmVjdF9wcm9kdWN0IjoiYTkzMDA2MDUwNDM4NTUifX0=

To update the SKU(s) for findability, you need to edit the &custom_params in the link. For this link it is:

eyJzaGVsZiI6eyJzZXQ6Y29ycmVjdF9wcm9kdWN0IjoiYTkzMDA2MDUwNDM4NTUifX0

You need to open a  base64 to JSON converter to edit the custom params as this is what will carry the information on what SKU(s) to find. Then change the “correct_product” value to the desired SKU in the JSON. So where there is a9300605043855, put your SKU.

{
  "shelf": {
    "set:correct_product": "a9300605043855"
  }
}

Convert the JSON back to base64 using the JSON to base64 converter and then add this newly converted base64 string back to the link as the &custom_params= When you load the link, it should now ask you to find the SKU you specified.

  • No labels