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 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"
        }
      ],

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f3dc1909-570b-461f-bfaf-fe7bef3112d2n%40googlegroups.com.

Reply via email to