Direct Offer Conversion Tracking (OmniSDK)
This guide walks you through setting up conversion tracking using MomentScience OmniSDK. By following these steps, you will be able to track user interactions and conversions effectively.
Before you begin, ensure you have:
- Your MomentScience Partner ID (obtain from your account manager)
- Your Landing page URLs
- Your Conversion page URLs
The OmniSDK script must be included on all landing pages and conversion pages.
- Open the HTML <head> section of your website.
- Insert the following script:
✅ This ensures that the SDK is available for tracking user events.
This step ensures that any click identifier (adpx_click_id) from the URL query string is captured and stored in a cookie for later use.
- Open your landing page’s HTML <body> section.
- Insert the following script:
✅ This ensures proper tracking of user interactions from the initial click.
On conversion pages (e.g., checkout confirmation, signup success), insert the following script to track successful events.
- Open your conversion page’s HTML <body> section.
- Insert the following script:
Customization Options:
- Event Name: Change 'purchase' to reflect the event (e.g.,'signup','lead').
- Sale Amount: Set the value of the conversion (e.g., 5.00 for a $5.00 transaction).
📌 How this works:
- Retrieves stored click IDs from the cookie.
- Sends the event details to MomentScience and Adpx for tracking.
✅ This ensures conversions are attributed correctly.
Step 1: The OmniSDK script is included on all pages.
Step 2: Click tracking is implemented on landing pages.
Step 3: Conversion tracking is firing correctly on event pages.
Step 4: Event names and values are set correctly.
By completing these steps, you have successfully integrated MomentScience conversion tracking into your website. This setup enables accurate conversion tracking while maintaining a lightweight and scalable implementation.
📢 If you're running into any issues while going through the integration process, feel free to contact us at help@momentscience.com