Closed mohmoudbassam closed 2 years ago
Hi @mohmoudbassam, could you please share SDK verbose logs? Do you use npm
or CDN?
iam use the cdn
and this is my SDK verbose logs
[adjust-sdk] 2022-04-13T13:50:40.064Z INFO: Log level set to verbose [adjust-sdk] 2022-04-13T13:50:40.081Z INFO: Available storage is indexedDB [adjust-sdk] 2022-04-13T13:50:40.082Z LOG: Adjust SDK is starting with web_uuid set to c51f169e-ced2-4620-3123-cae0678d6648
and when i open the indexedDB find the web_uuid available
Thank you for the logs! Could you also share what do you see in logs when you try Adjust.getWebUUID()
?
this is what i seen
and this is my code
Hm, I can't find any issues in the log 🤔
Could you please:
1) add console.log('web_uuid: ' + Adjust.getWebUUID())
into your code
2) close all incognito browser windows if any
3) open a new browser window in incognito mode
4) open browser development console
5) load your website
and then send the entire log?
ADDED: of course you can exclude or hide any sensitive data like appToken or whatever
i got this response
Hey @mohmoudbassam, the most likely this 400 (Bad request)
means that web tracking was not enabled for your app. You could confirm it if you take a look to Network tab and check what error message was returned.
Unfortunately it's not possible to enable Web Tracking in the Dashboard. So you would need to contact your Adjust Account Manager or Customer Success Manager so that they can enable Web Tracking for you.
In case you have any other questions, feel free to comment.
iam use the web sdk and i need to extract the uuid but when i call the getWebUUID function its return a null iam using this code