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 forum where you could repeat the filter for each activity I need. In this case I would need to repeat this 7 times. However I 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?
"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"
}
],