How can we add Trackonomics script in AEM | Community
Skip to main content
January 10, 2024
Solved

How can we add Trackonomics script in AEM

  • January 10, 2024
  • 2 replies
  • 703 views

Trackonomics is a tool that will allow us to track the sell amount per article. This is needed because we will have partners with whom we will share the revenues coming from affiliation.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @mankaur 

Integrating Trackonomics with Adobe Experience Manager (AEM) involves following steps, and the specifics might depend on the requirements of your implementation and the capabilities provided by Trackonomics.

Here is a general guide for integrating Trackonomics with AEM:

 

  • Log in to your Trackonomics account and obtain the necessary API credentials (API key, secret, etc.) required for integration.
  • Determine the specific integration points where you want to leverage Trackonomics data within AEM. This might include tracking affiliate marketing performance, analytics, or automation features.
  • If Trackonomics data needs to be displayed on AEM pages, consider developing custom components that fetch data from Trackonomics APIs and render it on your AEM pages.
  • Use AEM's capabilities to make HTTP requests to Trackonomics APIs. This can be done using server-side scripting languages like Java or client-side scripting languages like JavaScript.
  • Note
    • Implement authentication mechanisms required by Trackonomics. This may involve including the API key and secret in your requests or using OAuth, depending on Trackonomics' authentication requirements.
    • Map the data received from Trackonomics to the appropriate AEM components or templates. Display the data in a meaningful way on your AEM pages.

2 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 10, 2024

I've moved this from Adobe Analytics to AEM forum, as you will have better luck getting help here (this is an AEM integration after all)

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
January 11, 2024

Hi @mankaur 

Integrating Trackonomics with Adobe Experience Manager (AEM) involves following steps, and the specifics might depend on the requirements of your implementation and the capabilities provided by Trackonomics.

Here is a general guide for integrating Trackonomics with AEM:

 

  • Log in to your Trackonomics account and obtain the necessary API credentials (API key, secret, etc.) required for integration.
  • Determine the specific integration points where you want to leverage Trackonomics data within AEM. This might include tracking affiliate marketing performance, analytics, or automation features.
  • If Trackonomics data needs to be displayed on AEM pages, consider developing custom components that fetch data from Trackonomics APIs and render it on your AEM pages.
  • Use AEM's capabilities to make HTTP requests to Trackonomics APIs. This can be done using server-side scripting languages like Java or client-side scripting languages like JavaScript.
  • Note
    • Implement authentication mechanisms required by Trackonomics. This may involve including the API key and secret in your requests or using OAuth, depending on Trackonomics' authentication requirements.
    • Map the data received from Trackonomics to the appropriate AEM components or templates. Display the data in a meaningful way on your AEM pages.
Arun Patidar