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 subscrib
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 = self._shared_crite
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. H
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 keywo
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
&
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 User
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 n
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 (serialized)
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 pos
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 availa
11 matches
Mail list logo