Is there anyway to do an OR cluase in the Google Ads Query Language?

2019-12-16 Thread andryushka x
For example: WHERE (metrics.impressions > 10 OR metrics.conversions > 1) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

429 Resource has been exhausted (e.g. check quota) when adding keywords to a shared set

2019-12-05 Thread andryushka x
Hi -- I am getting an error google.api_core.exceptions.ResourceExhausted: 429 Resource has been exhausted (e.g. check quota). I am trying to add keywords to a negative keyword list. Specifically, it is failing when I do a mutate_shared_criteria operation: resp =

creating a shared list of negative broad match keywords is not showing up in the UI

2019-12-03 Thread andryushka x
Hi -- I am following this example https://github.com/googleads/google-ads-python/blob/master/examples/advanced_operations/create_and_attach_shared_keyword_set.py to create a shared set and add keywords into it -- it all seems to work. The shared set is created properly and I see it in the UI.

how to check if particular keyword is targetable or not

2019-11-12 Thread andryushka x
Hi - We are creating ad groups and then attaching keyword criteria onto to them. We are seeing a lot of errors when this happens with certain keywords, the error code is POLICY_ERROR error_code { policy_violation_error: POLICY_ERROR } My question is, is there a way to check if a

Re: how to add label to ad group and keyword using then new Google Ads api?

2019-11-06 Thread andryushka x
oh specifically, api version v2 -- ty! On Wednesday, November 6, 2019 at 11:47:05 AM UTC-8, andryushka x wrote: > > Hi -- are there examples or guides for this? I see some for adwords but > not sure where they are for the google ads api &

how to add label to ad group and keyword using then new Google Ads api?

2019-11-06 Thread andryushka x
Hi -- are there examples or guides for this? I see some for adwords but not sure where they are for the google ads api thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: best practices for adding users to an audience list for a large list

2019-10-15 Thread andryushka x
Hi Sai -- A little confused by your answer -- when I read the documentation, it seems more like the operand can only hold 500K users, which implies that with one mutateMembers operation you can only add 500K members, but you can't you just run the mutateMembers operation twice on the same

best practices for adding users to an audience list for a large list

2019-10-15 Thread andryushka x
Hi - I am developing a something which will add users to a UserList. Something like this: add_emails_op = { "operand": {"userListId": list_id, "membersList": members}, "operator": "ADD", } return list_service.mutateMembers([add_emails_op]) The

is it possible configure if the adwords client to not use SSLContext?

2019-10-14 Thread andryushka x
Hi -- we have an airflow DAG and a task within that DAG uses googleads python library. It seems like this library uses SSLContext ( https://github.com/googleads/googleads-python-lib/blob/f070075a081cf2b32fd3d3b1b34b3e3770858c52/googleads/common.py#L440 ) This task needs to be pickled

Re: Adwordsuserlistservice

2019-09-10 Thread andryushka x
Hi Hiroyuki, Is there an example or guide on how to do exactly this using the new Google Ads API? On Friday, June 7, 2019 at 12:35:35 AM UTC-7, adsapiforumadvisor wrote: > > Hi Shweta, > > The AdWordsUserListService can be used to manage and create user lists. > However, it is currently not

Re: Adding users to a CrmBased UserList using Google Ads API

2019-09-10 Thread andryushka x
Hi -- is this still the case? That is, is mutateMembers still unsupported? Thank you! On Thursday, February 14, 2019 at 9:11:16 PM UTC-8, googleadsapi-forumadvisor wrote: > > Hi Carl, > > Currently, the Google Ads API only supports creating user lists. Adding > members to them is not yet