1

According to the DBM's API reference (https://developers.google.com/bid-manager/v1/queries#resource), it is possible to filter providing an array of filters like:

"filters": [
                {
                    "type": "FILTER_ADVERTISER",
                    "value": "my advertiser"
                }
            ],

but, I am always getting the report without the filter.

Could someone provide me a example of query with filter? Thanks

Thiago Melo
  • 1,157
  • 1
  • 14
  • 31

1 Answers1

0

Although the filter name is "FILTER_ADVERTISER", instead of "FILTER_ADVERTISER_ID", it actually stands for the advertiser ID.

It is written in the documentation, my bad.

Thiago Melo
  • 1,157
  • 1
  • 14
  • 31