この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi Team,
I have implemented s.product string in retail project, but product name is getting trimmed because of that multiple product ID is coming under single product. Please find the reference image below:
Any help will be appreciated, as I am new to tool.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
表示
返信
いいね!の合計
@bindukumari1990 - The issue isn't that there are multiple product names. The issue is that the values you're passing in the "Product Name" position for each product exceeds the maximum character (byte) count, which is 100 characters (bytes). Anything after the 100th character is simply dropped during processing and is not recoverable. For full details about capabilities, schemas, character limits, etc related to the product string, check the documentation.
Here are a couple of options to deal with the issue:
There are likely other alternatives, but each of the above options will help preserve the uniqueness you're after.
Finally, whichever approach you adopt, be sure to adopt it throughout your entire implementation. Any time you're tracking product interactions (prodView, scAdd, scRemove, purchase, custom events, etc), make sure you're using the same "Product Name" value. Otherwise, you'll find yourself with a different problem.
Evo great response and totally agree SIANT classification is key here.
Bindu one thing not method is this method also will allow you to is make retroactive corrections to the classified elements.(original key SKU it wont) but the other SAINT elements you eventually can.
good luck
Please let me know, how can I proceed with SIANT classification. Any material or video on the same will help. As I have not done SIANT classification before.
表示
返信
いいね!の合計
表示
返信
いいね!の合計