Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
be able to work with the Google Analytics system and Yandex.Metrica
Understand how advertising works in Google AdWords and Yandex.Direct and, at a basic level, understand how to launch advertising campaigns in each tool and what information to look at.
Read profile blogs.
You can start with the Google academy and continue with certification on its systems.
Marketer marketer strife. It is desirable to know much and much more.
My skills:
HTML, CSS, JS, Python, PHP
Metrika, Analytics
Adword, Direct
SEO, SMO
Content marketing, e-mail marketing
Basic principles of UX, UI and design in general
Experience with various tools (depending on the main profile, eg Key Collector and web analogues if it is SEO)
Development of technical specifications for designers, programmers, copywriters, editors, etc.
Web analytics, planning, search for technical optimization errors.
In short, the list is endless. It all depends on what tasks you want to solve and what resources you have. In my understanding, an Internet marketer should know a lot. I do not see horizons for my development yet :)
foreach ($posts as &$post) {
$post['editUrl'] = url('site/siteId/blog/postId/edit/editPost');
$post['settingUrl'] = url('site/siteId/blog/postId/settings');
}
unset($post);
The point is that $post is a copy, not the original array.
Do this: . foreach ($posts as &$post) {
PHP makes a copy of the variable inside the loop (and some other situations) $post. To avoid this - use object reference &foreach ($posts as &$post) {
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question