Answer the question
In order to leave comments, you need to log in
How to merge requests to Yandex Metrika Api correctly?
I have several requests of the same type with a filter like this: ym:pv:UTMSource=='youtube';
As a result, I get:
{
"rows": [
[
"3619"
]
]
}
ym:pv:UTMSource=='youtube';ym:pv:UTMSource=='fb';ym:pv:UTMSource=='vk';
{
"rows": [
{
"youtube": "3619",
"fb": "321",
"vk": "74324"
}
]
}
Answer the question
In order to leave comments, you need to log in
ym:pv:UTMSource=='youtube' or ym:pv:UTMSource=='fb' or ym:pv:UTMSource=='vk'
and set dimensions to UTMSources
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question