Hi Hunter,

Please don't worry about the performance of the predicate operators. We 
make every effort to optimize things on our end to return data to you as 
fast as possible. The only thing you should worry yourself with is making 
sure you don't hit the rate 
limits<https://developers.google.com/adwords/api/docs/guides/rate-limits>. 
Keep on batching operations that support it and the like.

Thanks,
Mike, AdWords API Advisor

On Monday, February 3, 2014 1:51:41 PM UTC-5, hmcm...@rimmkaufman.com wrote:
>
> I was wondering if there were any kind of performance differences across 
> operators for predicates. For instance, looking through our code base I 
> find these statements all over the place: 
>
>       Google::Ads::AdWords::v201309::Predicate->new(
>          {  field    => "FeedId",
>             operator => "IN",
>             values   => ["$feed_id"],
>          }
>       );
>
> Where, even though there is only a single value we use the "IN" operator 
> instead of "EQUALS", is there any kind of penalty in this scenario? Or is 
> "IN" defined in a such a way that it defaults to "EQUALS" in the case of a 
> single value? 
>
> Thanks.
> Hunter. 
>
>  <http://www.rimmkaufman.com>
> <http://twitter.com/rimmkaufman>  <http://www.linkedin.com/company/85385> 
> <http://plus.google.com/104980442218952272663/posts>
>   <http://www.facebook.com/rimmkaufman>  <http://www.RKGblog.com>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to