ROIVENUE Resources
  • Welcome to Roivenue
  • 🚀Roivenue Implementation
  • ❓FAQ
  • 📈Roivenue Training
    • Core Concepts
      • AI Data Driven Attribution
      • Click-based vs. Impression-based Touchpoints
    • Roivenue Features
      • Introduction
      • Model Comparison
      • Custom Dimensions
      • Configurable Dashboards
      • Performance Analysis
      • Filter Panel
      • Bookmarks
      • Dimension Breakdown
      • Budget Optimizer
      • Targets
      • Other Expenses
      • Measures
      • Users Management
    • Data Exports
      • Exports Overview
      • Export to a Google Sheet
      • Export to Azure Blob Storage
      • Export to Google Looker Studio
    • Roivenue for Chrome
    • Playbook
      • How to Identify Best Performing Channels
      • Evaluating Campaign Performance Over Time
    • Roivenue Help Center
  • 💻How To
    • Transaction Data Implementation
    • UTM Parameters
    • Sharing Acesses
    • Sharing GA4 Data through BigQuery
    • Roivenue Measurement Implementation
      • Implementation through GTM
        • Main Implementation
        • Tracking Through Own Subdomain
        • Custom Pageviews Tracking
        • Conversion tracking
      • Implementation without GTM
      • Impression Tracking
      • Implementation validation
  • 🔗Connectors
    • Connectors Overview
      • Advanced Editor
      • JSON Structure Description
    • Google Ads Customization
      • Googlue Ads - Supported Columns
    • Meta Ads Customization
      • Meta - Supported Columns
    • Special Authorization Procees
      • Árukereső
      • Compari
      • Heureka
      • Shoptet
      • Sklik
  • 📖Glossary
    • Marketing and Financial Glossary
      • Delivery Ratio
      • Gross Profit
      • Gross Margin
      • Deliveries
      • Margin Return on Marketing Investment (mROMI)
      • Cost Per Click (CPC)
      • Impressions
      • Marketing Investment Ratio (MIR)
      • Marketing Profit
      • Return on Marketing Investment (ROMI)
      • Cost Per Impression (CPI)
      • Clicks
      • Conversion Rate
      • Cost Per Thousand Impressions (CPT)
      • Cost of Goods Sold
      • Cost Per New Customer Acquisition (CPA)
      • Visits
      • Click-Through Rate (CTR)
      • Average Order Value (AOV)
      • Sales Revenue
      • Return on Investment (ROI)
Powered by GitBook
On this page

Was this helpful?

  1. How To
  2. Roivenue Measurement Implementation
  3. Implementation through GTM

Tracking Through Own Subdomain

These are instructions how to have Roivenue Measurement implemented on your own subdomain. By default, Roivenue Measurement domain is tr.roivenue.com. If you implement this adjustment, you can serve the tracking script from your own subdomain (f.e. t.exampleshop.com) and event tracking requests go to this domain as well.

Implementation

  1. Choose on what subdomain you would like to have the tracking setup. It can be something like t.exampleshop.com.

  2. You need to setup your DNS to point the domain to Roivenue Tracking Service.

    1. CNAME record “t.exampleshop.com” pointing at tr.roivenue.com

    2. TXT record asuid.{domain_name} to code given to you by Roivenue Team - please let us know you need it.

  3. After you completed the DNS setup, please let us know and we will validate the setup was successful.

  4. Once you have the confirmation, change the api_url parameter in the roivenue.tracking.config variable in your tag manager.

PreviousMain ImplementationNextCustom Pageviews Tracking

Last updated 7 months ago

Was this helpful?

💻