Hello all,
I am brand new to API coding within Google. I
am building a Path to Conversion report, but need to filter on 6
different activities. I am aware
"activities.filters" expects an array of dimensionValue objects, but am
finding it difficult to create.
I found
the below post in another conversation of this group where a Google developer repeated the filter for
each activity. In this case I would need to repeat this 7 times.
However, I can not get this to work and am not sure what to do about eTag as that seems to be only
relevant to the example in that forum. Does anyone know the code I need
to write to filter by 6 different activities? Would love total guidance on this considering I am new to all of this. Thanks!
"activities":
{
"kind": "dfareporting#activities",
"filters": [
{
"kind": "dfareporting#dimensionValue",
"etag": "\"7NnOSr215lx0SEIk/zDHlwt0RWqZLLSz0SE\"",
"dimensionName": "dfa:activity",
"id": "xxxxxx"
},
{
"kind": "dfareporting#dimensionValue",
"etag": "\"7NnOSr2AYf1bH15lx0SEIk/nXCc\"",
"dimensionName": "dfa:activity",
"id": "xxxxxxx"
}
],