Hey @YKK360 To install an extension - search the require extension in extension catalogue. Once you install that extension you need to add the "Pixel ID" or "Tracking ID" for Facebook and same with other extension. Find the answer specific to your questions: 1) Are these IDs the same as the pixel...
Here is the link for server side implementation https://experienceleague.adobe.com/docs/target/using/implement-target/server-side/api-and-sdk-overview.html?lang=en
HI @Sai07 Do you mean Adobe Launch Server side tool? Adobe target can be implemented in both ways - client side and server side. If you just confirm then happy to assist here for the implementation you're looking for
Hi @RudraChaudhari In terms of Visit count - the metric count increments once per visits for every new session at the visit level. Now the question is how are the new visitors and returning visitor metrics counted and how it's impacted on success metrics for this refer below link with detailed ex...
Hi @Khushboo_Kalia I tried the below code at my end seems is working fine for me with target version 2.7.0. const el = document.getElementByClassName("hero_btn")[0];
el.addEventListener('click', function (e) {
e.preventDefault();
alert("CTA clicked")
...
Hi @paydr This should not be happen really. Please check with command _satellite.buildInfo.buildDate in browser console and compare the date with your dev environment library as Last Build Status.
Hi @Gaureshk_Kodag have yo checked https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/deploy-at-js/implementing-target-without-a-tag-manager.html?lang=en#task_E85D2F64FEB84201A594F2288FABF053 this guide before? If not then have a look - it shows h...
Hi @valerie_anders Have you checked this https://adobetarget-sdks.gitbook.io/docs/on-device-decisioning/execute-ab-tests-with-feature-flags docs before, If not have a look - It's all about execute A/B tests with feature flags Hope this helps, Thanks
Hi @jezwn - I think you not have the full right to access administration section and that's why custom library header doesn't work for you. however this is correct Add Params to Page Load Request, is equivalent to the targetPageParams() method. Glad to know that your issues get resolved. Thanks.