I'm doing config Adjust SDK (https://github.com/adjust/web_sdk) with VueJS.
After installing the library at npm install @adjustcom/adjust-web-sdk --save and import into the project as follow:
main.js:
import Adjust from '@adjustcom/adjust-web-sdk';
Adjust.initSdk({
appToken: MY_TOKEN,
environment: 'sanbox',
logLevel: 'verbose'
});
Action in button:
Adjust.trackEvent({
eventToken: 'YOUR_EVENT_TOKEN'
})
After the installation is completed there was an error:
{error: "Attribution request failed (tracking disabled) (app_token:xxxxx) (platform:web)"}
But event run success