Hello,

I actually did a little more research, and STARTS_WITH type filters should 
also work for this, as long as you only have a single URL. I believe if 
there are multiple URLs in the list, then it will concatenate them before 
applying the filter, which would also work if you're just looking for the 
string 'http'.

Regards,
Mike, AdWords API Team

On Tuesday, June 30, 2015 at 12:50:32 PM UTC-4, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> Your initial approach is correct. I just tested this, and you can use 
> EQUALS and NOT EQUALS with :values set to [''] to find ads with no final 
> URLs or that have final URLs, respectively.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, June 29, 2015 at 6:26:13 AM UTC-4, Temla wrote:
>>
>> Hi, how should my predicate look like if I want to select keywords where 
>> FinalUrls is empty/blank? 
>>
>> For the old Destination URL I used this
>>
>> {:field => 'DestinationUrl', :operator => 'STARTS_WITH_IGNORE_CASE', :
>> values => ['http']}
>>
>> but for the new I change to this
>>
>> {:field => 'FinalUrls', :operator => 'NOT_EQUALS', :values => ['']}
>>
>> Is that the right way to do it?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5539af7b-c71b-4c0b-8e7d-85422380149a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to