diff --git a/v5/filters.go b/v5/filters.go index c4e4584..deedf0a 100644 --- a/v5/filters.go +++ b/v5/filters.go @@ -54,7 +54,6 @@ type CustomersFilter struct { KeywordName string `url:"keywordName,omitempty"` AdContentName string `url:"adContentName,omitempty"` MgCustomerID string `url:"mgCustomerId,omitempty"` - PhotoURL string `url:"photoUrl,omitempty"` CustomFields map[string]string `url:"customFields,omitempty,brackets"` }