B
B
b2afb9242014-08-25 08:39:24
Content
b2afb924, 2014-08-25 08:39:24

What are the solutions for UTM-based content substitution?

The goal is to serve a modified version of the web page to the visitor based on the UTM tags in the URL. The content that can be changed can be multiple: phone numbers, city, titles, order, and presence of blocks.
The problems are:
+ Keeping records of the changes that will need to be made to the web page in accordance with UTM
+ Replacing elements on the web page in accordance with UTM
PS: I saw this question / answer toster.ru/q/88897, it I'm not satisfied with its PHP'shnost and not understanding how to store records.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Isaev, 2017-12-12
@IsaevDimka

if($_GET['utm_source'] == 'yandex') { // контент site.com?utm_source=yandex 
    }else{ 
    // контент если не существует UTM-метки
}

And by the same principle

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question