My Community

Work At Home Free Classifieds => Everything Else => Topic started by: digitallojizz on March 28, 2023, 07:10:51 AM

Title: What are the steps to implement Adobe Analytics in Xamarin Forms?
Post by: digitallojizz on March 28, 2023, 07:10:51 AM
I have installed required platform specific packages , registered the ACPCore in mainactivity and appdelegate. I am calling TrackState and TrackAction methods in ACPCore. Is it required to call LifeCycle codes as well? Because we are unable to see test events logged in Adobe Analytics console.
Title: Re: What are the steps to implement Adobe Analytics in Xamarin Forms?
Post by: alexender on April 20, 2024, 09:42:40 AM
Analytics extension: [/size]Add the Adobe Analytics extension in Adobe Experience Platform Data Collection Tags, and implement the Mobile SDK library in your app[/color][/size]. You can use the SDK to import libraries, register extensions, and load the tag configuration. This implementation method sends data directly to Adobe Analytics.[/color]
Title: Re: What are the steps to implement Adobe Analytics in Xamarin Forms?
Post by: Agent39 on April 25, 2024, 11:33:08 AM
After selecting the Xamarin AEP SDK packages that are required, click on the "Add Packages" button. After exiting the "Add Packages" menu, right-click the main solution or the "Packages" folder and select "Restore" to ensure the added packages are downloaded.
Title: Re: What are the steps to implement Adobe Analytics in Xamarin Forms?
Post by: Mona_Peterson on August 05, 2024, 07:04:08 AM
It sounds like you’ve done most of the setup correctly, but you might be missing some important steps. Make sure you’re calling the lifecycle methods like ACPCore.Start and ACPCore.SetPrivacyStatus in the appropriate places in your app’s lifecycle (e.g., OnCreate for Android, DidFinishLaunching for iOS). Additionally, double-check that your TrackState and TrackAction calls are correct and that you’re not facing any network issues. Also, consider using Adobe's debug tools to see if there are any errors or issues with the event tracking. If problems persist, refer to Adobe’s documentation (https://docs.google.com/spreadsheets/d/1UowcRforixdMpdVlqVPh-t457ttpKYfMtAAHD3TzxFI/edit?gid=0#gid=0) or support for further help.