3 brands, 3 domains/alias, how does UTM, GA work? | Community
Skip to main content
May 24, 2016
Solved

3 brands, 3 domains/alias, how does UTM, GA work?

  • May 24, 2016
  • 2 replies
  • 5465 views

Hi!

We have 3 brands/3 alias that we need when creating landing pages each will need its own:

1. GA

2. UTM

How will Google Tag Manager work since each brand will need it's own GTM code?

The issue I'm seeing is in GA, each brands landing pages will go through one domain, is that correct?


Any way around this?

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 Grégoire_Miche2

Sanford is right on this.

Once you have created domain redirects, all your LP's will become immediately available to all domains.

Here is the danger with regards to GA since, your LP template has only 1 GTM code and tag... so by default, the LP will have the same GA tag in each domain instead of a different one.

2 solutions are possible:

  • The simplest one, that works well if your domain have a different branding, is to have different LP templates for each domain you manage. Each LP template will have a a different GA tag. This solution relies on the fact that you do not need to use the same LP in multiple domains and you can rely on the fact that the user will not mix the LP templates
  • The most efficient one is to have your GTM to be configured to detect the domain in which the LP and change the tag automatically. This is the solution you need to implement if the 3 domains have the same branding and should use the same LP templates. (as for instance if the 3 domains are mydomain.com, mydomain.fr and mydomain.de).

With regards to the UTM, this should have no impact, unless I missed something. UTM are being captured from the URL parameters in form hidden fields. This will work transparently on all domains.

Also, vote here:

-Greg

2 replies

Kristen_Malkov1
Level 7
May 24, 2016

There's only one domain per instance for your landing pages without contacting support.

SanfordWhiteman
Level 10
May 24, 2016

? Domain Aliases don't require a case AFAIK.

Kristen_Malkov1
Level 7
May 24, 2016

Not for a single domain, but for multiple you have to talk to support since out of the box you get one "______.domain.com" for landing pages, unless I didn't understand the question.

Grégoire_Miche2
Grégoire_Miche2Accepted solution
Level 10
May 24, 2016

Sanford is right on this.

Once you have created domain redirects, all your LP's will become immediately available to all domains.

Here is the danger with regards to GA since, your LP template has only 1 GTM code and tag... so by default, the LP will have the same GA tag in each domain instead of a different one.

2 solutions are possible:

  • The simplest one, that works well if your domain have a different branding, is to have different LP templates for each domain you manage. Each LP template will have a a different GA tag. This solution relies on the fact that you do not need to use the same LP in multiple domains and you can rely on the fact that the user will not mix the LP templates
  • The most efficient one is to have your GTM to be configured to detect the domain in which the LP and change the tag automatically. This is the solution you need to implement if the 3 domains have the same branding and should use the same LP templates. (as for instance if the 3 domains are mydomain.com, mydomain.fr and mydomain.de).

With regards to the UTM, this should have no impact, unless I missed something. UTM are being captured from the URL parameters in form hidden fields. This will work transparently on all domains.

Also, vote here:

-Greg

May 25, 2016

Thanks so much @Sanford Whiteman​@Grégoire Michel​@Kristen Malkovich​ that's just what I needed.

Cheers,

Will