You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package name and version: "google/apiclient": "^2.18"
Steps to reproduce
I am working on the filter the AdvertiserCreatives by lineitem, creative listing can be fetch if no passing any filter, but when filter by lineitem, it return nothing.
My testing campaign lineitem confirm have one creative.
I testing filter with 'filter' => "creativeType="CREATIVE_TYPE_STANDARD"" can return no issue.
But 'filter' => "lineItemIds:"$lineItemId"", does not return creatives.
Environment details
Steps to reproduce
I am working on the filter the AdvertiserCreatives by lineitem, creative listing can be fetch if no passing any filter, but when filter by lineitem, it return nothing.
My testing campaign lineitem confirm have one creative.
I testing filter with 'filter' => "creativeType="CREATIVE_TYPE_STANDARD"" can return no issue.
But 'filter' => "lineItemIds:"$lineItemId"", does not return creatives.
Code example
Thanks!
The text was updated successfully, but these errors were encountered: