Disapproved Ads Doubts

2020-09-03 Thread Deepak Chand
Hi Team,

Hope you are doing good.


I am trying to fetch the Disapproved Ads at AdGroup level using this query 
*(REST 
API Interface v5 ) :*

SELECT 
ad_group_ad.ad.id,ad_group_ad.ad.name,campaign.name,campaign.id,ad_group.name,ad_group_ad.ad.name,ad_group_ad.ad.resource_name,ad_group_ad.ad.type,ad_group_ad.policy_summary.approval_status,ad_group_ad.policy_summary.policy_topic_entries
 
FROM ad_group_ad WHERE campaign.id="campaign_id" AND 
ad_group_ad.policy_summary.approval_status = 'DISAPPROVED'



*But in the response I am getting the same ad_group multime times in 
different objects:*
"adGroup": {
 "resourceName": "resource_name ",
  "name": "name"
},


*Please can you explain this why I are getting multiple objects for same 
ad_group while in  Ads & Extension Section I have only one entry for that 
AdGroup as Disapproved ??*
*Also, can we get disapproved ads date using REST API Interface.  *

Thanks & Regards.



-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d5bb159-29ca-4cf8-a179-9b0659ed1f26n%40googlegroups.com.


Re: AWQL query Python List Variable

2020-09-03 Thread Green Leaf
Thanks Mat

The code I used:
report_query = ("SELECT KeywordTextMatchingQuery, Clicks FROM 
SEARCH_QUERY_PERFORMANCE_REPORT WHERE KeywordTextMatchingQuery IN 
[{}]".format(list_of_keywords_counted))

The error is below (I've removed the CID):

 'includeZeroImpressions': 'False', 'server': 'adwords.google.com', 
'skipColumnHeader': 'False', 'skipReportHeader': 'True', 
'skipReportSummary': 'True', 'isError': True, 'errorMessage': 'QueryError.INVALID_WHERE_CLAUSE'}

On Friday, September 4, 2020 at 12:59:05 AM UTC+12 Mat wrote:

> Hi Green Leaf,
>
> As far as I can see, you're not using the .format() method correctly. You 
> either have to put the string to be formatted in quotes or double quotes. 
> Example (as an oneliner, to make it clearer):
>
> *"*SELECT Id, Criteria, AdGroupName FROM SEARCH_QUERY_PERFORMANCE_REPORT 
> WHERE somecondition AND KeywordTextMatchingQuery IN [{}]*"*.format(
> keyword_list_as_string)
>
> You can find more examples in the Python reference:
> https://docs.python.org/3.8/library/string.html#format-examples
>
> To help you further I'd need to have a look at the whole AWQL string you 
> are using as well as the error messages it produces.
>
>
> Regards
> Mat
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/39161e1c-7536-4e05-b9d0-0df03d078e7dn%40googlegroups.com.


AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-03 Thread 'Daniel Lucash' via AdWords API and Google Ads API Forum
I'm receiving the following error when trying to stream data from the 
google ads API. 
AttributeError: '_SingleThreadedRendezvous' object has no attribute 
'add_done_callback'

I'm receiving this error during the ga_service.search_stream(account,query) 
function of pulling reports.

Please see the snippet of the code I am trying to run below: This works 
locally but does not work when I try to deploy to a dataflow pipeline.
[image: Screen Shot 2020-09-03 at 5.13.15 PM.png]

-- 
---
essenceglobal.com 

Facebook 
 • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71768af6-707a-4f02-9006-e97867c187c8n%40googlegroups.com.


RE: Error while trying to generate a refresh token

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

Thank you for reaching out. Please give it a try to use this in the command 
line:

pip install --user google-auth-oauthlib

Let us know if you have any further concerns.

Thanks and regards,
Xiaoming, Google Ads API Team






Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q23x3Pk:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/pJSJ-0QG3OSZ00RWdwgF1kRz6z_oqGX9qdjQ%40sfdc.net.


RE: Account details and Campaign recommendation details

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Somnath,

Thanks for reaching out. Please find my answer to your questions.

You can use account_budget report to get budget_limit at account level.
You can use campaign_budget report to get budget limit at campaign level.
You can use recommendation report with 
recommendation.maximize_clicks_opt_in_recommendation and 
recommendation.campaign_budget  field at campaign level.

Let me know if you have any question.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q23wwh9:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8dkSj0QG3NUL00fq_ns5ItT1qC8nN4uPuPUg%40sfdc.net.


Re: Bid_strategy_type enum incompatibility

2020-09-03 Thread 'Ido Karnon' via AdWords API and Google Ads API Forum
Hi,

This is the documentation I found:
https://developers.google.com/google-ads/api/reference/rpc/v4/BiddingStrategyTypeEnum.BiddingStrategyType

But it appears to be inconsistent with what I get from the API.

Thanks,
Ido

On Thu, Sep 3, 2020 at 10:51 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Ido,
>
> Thanks for reaching out. I will check internally within the team to see if
> there is documentation that will map these values out between the UI and
> the API. We will reach out to you once we have an update.
>
> Regards,
> [image: Google Logo]
> Danica
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q23wunK:ref
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads 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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/M2Ur-OTK1xM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/f0PAx0QG3LRX00KWmhETmFSyCxn-BcBkt9ng%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAP8sztHcqAaJLwNB7%3DphLtBtEbTUfLJKZMjkG_-zVQ2r4iydmA%40mail.gmail.com.


RE: Bid_strategy_type enum incompatibility

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Ido,

Thanks for reaching out. I will check internally within the team to see if 
there is documentation that will map these values out between the UI and the 
API. We will reach out to you once we have an update.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q23wunK:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f0PAx0QG3LRX00KWmhETmFSyCxn-BcBkt9ng%40sfdc.net.


RE: Campign Status

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Deepak,

Thanks for reaching out. With regards to your concern, you can use 
campaign.serving_status to get pending and ended status.

Unfortunately, there is no field in the API that will show you whether a 
campaign is Limited by budget or not. You will need to gather this data from 
the Google Ads UI.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q23wt31:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/jizbP0QG3JPC00epvEYKK2Ql20aalz56EuoQ%40sfdc.net.


RE: getCustomers in Google Ads API with same behavior as Adwords API

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Atman,

Thank you for reaching out. Please try to query the customer_client resource in 
the Google Ads API to fetch the direct and indirect client customers in a 
customer's hierarchy.

Thanks and regards,
Xiaoming, Google Ads API Team






Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q23wtwN:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/jySFN0QG3JLD008WkXnsyJR2uoWaRDVJLeKA%40sfdc.net.


Re: Pull metrics for history campaign

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Ajay,

Thanks for reaching out. The history feature is not available in the Google Ads 
API. There was already a feature behalf of this. Please keep an eye on our blog 
for updates of the new release information.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q23wEvv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f3o_0QG3JL7002CZyS2WoQxu6aNuYpEDzXw%40sfdc.net.


RE: How to create smart campaign through API

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Zhong,

Thanks for reaching out. Currently, the Smart Campaign for Search Network is 
not supported in the API. However, if you would like to create the Smart 
Display Campaign with the Adwords API you could refer to this guide. Please let 
me know if you have any further concerns.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q23wt1P:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0Uwzn0QG3JH6007DA4r8rVTRuPTOFpcqlGqA%40sfdc.net.


Get_keyword_stats.py (reporting example in google-ads-python):not working

2020-09-03 Thread Harshad GoogleAds


Hello!
I run example python script (
https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_keyword_stats.py
).

I have all the necessary set up done for google ads api

my yaml file looks like below
developer_token: jvX---A
client_id: 274-com
client_secret: heU---Imr9
refresh_token: 1//0g-uNgZ-yrHH6QElune1j6l0Tc
login_customer_id: (My google ads manager id, I tried both with and without 
putting this value)

I tried running the file in "jupyter notebook" as well as in "terminal". At 
both places, the file is not executing. Please find the errors below
*Jupyter Notebook:*

usage: ipykernel_launcher.py [-h] -c CUSTOMER_ID
ipykernel_launcher.py: error: the following arguments are required: 
-c/--customer_id
An exception has occurred, use %tb to see the full traceback.

SystemExit: 2
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/IPython/core/interactiveshell.py:3339:
 
UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
*Terminal* ( As its is suggested here 


MacBook-Air-57:yaml_with_account_id_cmd harshadkhanapure$ python 
get_keyword.py -c 9574386950
File "get_keyword.py", line 54
print(f'Keyword text "{criterion.keyword.text.value}" with '
^
SyntaxError: invalid syntax
MacBook-Air-57:yaml_with_account_id_cmd harshadkhanapure$ python 
get_keyword.py -c/-- 9574386950
File "get_keyword.py", line 54
print(f'Keyword text "{criterion.keyword.text.value}" with '
^

MacBook-Air-57:yaml_with_account_id_cmd harshadkhanapure$ python 
get_keyword.py -c/-- 3969569860
File "get_keyword.py", line 54
print(f'Keyword text "{criterion.keyword.text.value}" with '
^

MacBook-Air-57:yaml_with_account_id_cmd harshadkhanapure$ python 
get_keyword.py -c 3969569860
File "get_keyword.py", line 54
print(f'Keyword text "{criterion.keyword.text.value}" with '

I tried using both Manager Account ID and Child Account but code did not 
work for both. Kindly let me know how can we resolve this issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b3346253-cc9a-4618-a1c6-2b85ed78d616n%40googlegroups.com.


RE: Search term reports by location and device

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Suraj,

Thanks for reaching out! Can you please provide the current query you are using 
to generate the report so I can see what you are already using? Generally, in 
order to get reports for location, you will have to use the location_view 
within Google Ads API. For reports on device, you can also try using the 
campaign_criterion resource to pull campaign_criterion.device.type.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q23wsir:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/xjsb80QG3I7N00svK2h19hSTCAPestkjAtgw%40sfdc.net.


Error while trying to generate a refresh token

2020-09-03 Thread Harshad GoogleAds
I am following the process mentioned here
https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-installed

but getting following error in step 3.3 in above process

MacBook-Air-57:authentication harshadkhanapure$ python 
authenticate_in_standalone_application.py  
--/client_secrets_path=/Users/harshadkhanapure/to/secrets.json

Traceback (most recent call last):

  File "authenticate_in_standalone_application.py", line 26, in 

from google_auth_oauthlib.flow import InstalledAppFlow

ImportError: No module named google_auth_oauthlib.flow


Does anyone know what could be the issue


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6fc7927b-81b3-4066-b06a-52cee0ea91b6n%40googlegroups.com.


Re: Upload more than 100 User Identifiers at One TIme

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Jonathan,

Thank you for reaching out. Please find my response to your questions below:

There is no specific limit for the OfflineUserDataJobService. However, the 
mutate request limit is 5,000 operations per request.

You don’t need to maintain the "Job". You could create a new "Job" each time 
you would like to do an upload.


Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q23wicl:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/F8LZK0QG3H8D00mjOVg4q0QgWj15L0HtEomQ%40sfdc.net.


Re: Differences in keyword planner results using API and UI

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, this data is not available in the API. Please follow our blog 
for updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5001UV0TNb:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ZF2n0QG3GZS00BJYAG08RTiu1ZC4G8oXF9Q%40sfdc.net.


RE: Keyword Search Term - is this a Missing Attribute?

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

In order to get search term data, you need to run the Search Query Performance 
Report.

Cheers,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23x0zN:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99YSv0QG3GUH00W1ircu2QROOrD5EfMV731g%40sfdc.net.


Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks,

Could you also take a look at 
https://developers.google.com/google-ads/api/docs/keyword-planning/overview to 
see if that gives you the necessary data? It is a closer API to the Keyword 
Planner UI than TargetingIdeaService.

Cheers
Anash
ref:_00D1U1174p._5004Q23umB6:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/n2-Ki0QG3FK000KWrzoKlnQ8WCgbLdmnHgTg%40sfdc.net.


RE: How to create UserList of Manager account with Customer account and API?

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

Developer tokens are tied to manager accounts. If you are making API calls from 
your manager account, you will need to use manager level credentials. API calls 
made from customer accounts can either use manager or customer level 
credentials.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23wtNu:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rdeus0QG3F9Y00Hisg5kKlQkyvVJTTpe50gA%40sfdc.net.


RE: OAuth concent screen - Is it mandatory to have have these details filled to make API call

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

Thank you for reaching out to us. I see that you're having issues regarding the 
Google Console and filling in details. Could you reach out to the Cloud Support 
Team, as they handle issues regarding the Console and filling in required 
details.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q23wzaC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/LIIz90QG3EJO00bWAY3CQmSOuMYSFS2HLnYQ%40sfdc.net.


Keyword Search Term - is this a Missing Attribute?

2020-09-03 Thread A Masood
Hi,

I do not see any attribute to get the search term in the Keywords 
Performance Report.

I am trying to set the fields in the selector for my report so that I can 
see the search term along with ids. It looks to me that I need to query 
separately to fetch the search terms passing kw-ids - or am I doing 
something wrong?.

php code:
// Create Selector.
$selector = new Selector();
$selector->setFields(
[
'CampaignId',
'AdGroupId',
'Id',
'Impressions',
'Clicks',
'Cost',
]
);

$selector->setPredicates(
[
new Predicate('AdGroupId', PredicateOperator::IN, 
$adGroupIds),
new Predicate('Clicks', 
PredicateOperator::GREATER_THAN_EQUALS, [1]),
]
);

Thanks,
-A Masood

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c229583e-9702-4566-aa9b-f9ffe2e05950n%40googlegroups.com.


Re: OfflineConversionError.INVALID_CONVERSION_TYPE error when submition conversion, while UploadConversion was created much earlier

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

Yes, since your click did not fall under any of the common causes of the error, 
it should theoretically be accepted by the API. I will check on this further 
internally within the team. We will reach out to you once we have an update.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q23wbBI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/g1MQ00QG3CGI00s9BCED5GT-KJoenae0uPFw%40sfdc.net.


Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks,

Can you please provide a log so I can investigate further?

Cheers
Anash
ref:_00D1U1174p._5004Q23umB6:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/W_o950QG3BUF009y8O-54dSx6sbKr_zbgKcA%40sfdc.net.


RE: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi,

>From what I can tell, you are only providing feedItemId on the 
>SitelinkFeedItem. Try providing the feedId as well.

Cheers
Anash
ref:_00D1U1174p._5004Q23waV2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fxhK-0QG3AKC00ZFAzOTpuTPSi42OfJvcM7A%40sfdc.net.


Re: Differences in keyword planner results using API and UI

2020-09-03 Thread Amandeep Walia

same issue. How we can get the suggested daily budget through api? Which we 
can see in UI
On Wednesday, February 12, 2020 at 3:08:16 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Can you please *reply privately to author *your SOAP request and response 
> so I can see if there is any mismatch between how you made the request in 
> the API and UI?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV0TNb:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f77402a5-e428-4335-b38e-51fe312d13d5n%40googlegroups.com.


Account details and Campaign recommendation details

2020-09-03 Thread Somnath Jadhav
Hi Team,

Hope you all are doing well.
I have few queries regarding google ads API rest interface version 5:

1. Can we get daily, weekly and monthly budget limits at account level ?

2. Can we get daily, weekly and monthly budget limits at campaign level ?

3. I have attached a screenshot in which we have recommendation table at 
campaign level. There are two columns named "*Bid more efficiently with 
Maximise clicks*" and "*Raise your budgets for upcoming traffics increases*". 
Can we get those columns data from recommendation resource in google ADS 
API. If yes,  what is the resource field or source of the data for those 
two fields?

Regards,
Somnath Jadhav


-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/09f3a758-a719-4a0e-b566-309012342d41n%40googlegroups.com.


Re: REMOVED user_list is not returned when queried

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, there is no field to give you the status of enabled and removed 
audiences. I've created a feature request on your behalf. Please follow our 
blog for updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23wUwz:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/NAvjj0QG34QW00xkvf3W6zT6OYkLWU07VOnw%40sfdc.net.


Re: Do upcoming changes to Search Term UI report impact the API report

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. As for now, it is the same for the Google Ads API. 
Please keep an eye on our blog for the announcements and updates on new 
releases.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q23wZb4:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Fz8p-0QG34NG00pYsi00FSSOe1Aqk_1D_qiw%40sfdc.net.


Re: AWQL query Python List Variable

2020-09-03 Thread Mat
Hi Green Leaf,

As far as I can see, you're not using the .format() method correctly. You 
either have to put the string to be formatted in quotes or double quotes. 
Example (as an oneliner, to make it clearer):

*"*SELECT Id, Criteria, AdGroupName FROM SEARCH_QUERY_PERFORMANCE_REPORT 
WHERE somecondition AND KeywordTextMatchingQuery IN [{}]*"*.format(
keyword_list_as_string)

You can find more examples in the Python reference:
https://docs.python.org/3.8/library/string.html#format-examples

To help you further I'd need to have a look at the whole AWQL string you 
are using as well as the error messages it produces.


Regards
Mat

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/786799fe-ee89-40f4-a52f-6e2a35c77459o%40googlegroups.com.


Re: Bid_strategy_type enum incompatibility

2020-09-03 Thread 'Ido Karnon' via AdWords API and Google Ads API Forum
This is what I got so far from comparing the bidding strategy in the UI to 
the bidding strategy number I get for the same campaign through the google 
ads api:
0: "UNSPECIFIED",
1: "UNKNOWN",
2: "ENHANCED_CPC",
3: "MANUAL_CPC",
6: "TARGET_CPA",
13: "MANUAL_CPV",
14: "TARGET_CPM",
15: "TARGET_IMPRESSION_SHARE",

Can someone confirm this is true and fill in the missing ones?

On Thursday, September 3, 2020 at 3:08:16 PM UTC+3 Ido Karnon wrote:

> Hi,
>
> I'm running this query:
>
> SELECT segments.date
> , segments.day_of_week
> , segments.ad_network_type
> , campaign.advertising_channel_type
> , campaign.advertising_channel_sub_type
> , customer.descriptive_name
> , customer.id, campaign.name
> , campaign.id
> , campaign.status
> , ad_group.name
> , ad_group.id
> , ad_group.status
> , campaign.bidding_strategy_type
> , ad_group.cpc_bid_micros
> , ad_group.cpm_bid_micros
> , ad_group.target_cpa_micros
> , metrics.cost_micros
> , metrics.impressions
> , metrics.clicks
> , metrics.conversions
> , ad_group_ad.ad.name
> , ad_group_ad.ad.id
> , ad_group_ad.status
> , video.id
> , ad_group.cpv_bid_micros
> , metrics.view_through_conversions
> , metrics.cross_device_conversions 
> FROM video 
> WHERE segments.date BETWEEN '2020-09-02' and '2020-09-02' 
>
> I have a problem with the result I getting for 
> campaign.bidding_strategy_type.
> The ENUM values don't match the ones I see here 
> 
> :
>
> For a campaign with a 'target cpa' bidding strategy type the query returns 
> 6 (which according to the documentation is 'MANUAL_CPV') and for a campaign 
> with a manual cpv bidding strategy type the query returns 13 (which 
> according to the documentation is 'TARGET_IMPRESSION_SHARE').
>
> Either the result I get is incorrect or the mapping between number and 
> bidding strategy type is not right.
> Can someone assist?
>
> Thanks,
> Ido
>
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7b3fc14d-9a29-483c-8f3e-2053dd283c95n%40googlegroups.com.


Bid_strategy_type enum incompatibility

2020-09-03 Thread 'Ido Karnon' via AdWords API and Google Ads API Forum
Hi,

I'm running this query:

SELECT segments.date
, segments.day_of_week
, segments.ad_network_type
, campaign.advertising_channel_type
, campaign.advertising_channel_sub_type
, customer.descriptive_name
, customer.id, campaign.name
, campaign.id
, campaign.status
, ad_group.name
, ad_group.id
, ad_group.status
, campaign.bidding_strategy_type
, ad_group.cpc_bid_micros
, ad_group.cpm_bid_micros
, ad_group.target_cpa_micros
, metrics.cost_micros
, metrics.impressions
, metrics.clicks
, metrics.conversions
, ad_group_ad.ad.name
, ad_group_ad.ad.id
, ad_group_ad.status
, video.id
, ad_group.cpv_bid_micros
, metrics.view_through_conversions
, metrics.cross_device_conversions 
FROM video 
WHERE segments.date BETWEEN '2020-09-02' and '2020-09-02' 

I have a problem with the result I getting for 
campaign.bidding_strategy_type.
The ENUM values don't match the ones I see here 

:

For a campaign with a 'target cpa' bidding strategy type the query returns 
6 (which according to the documentation is 'MANUAL_CPV') and for a campaign 
with a manual cpv bidding strategy type the query returns 13 (which 
according to the documentation is 'TARGET_IMPRESSION_SHARE').

Either the result I get is incorrect or the mapping between number and 
bidding strategy type is not right.
Can someone assist?

Thanks,
Ido



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/672db29c-6581-4faa-8bdb-d7e6992060acn%40googlegroups.com.


RE: Responsive Search Ad Performance Column via API

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi Shannon,

Thanks for reaching out. As per your concern, you can use 
ad_group_ad_asset_view report with performance_label  field.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q23wejH:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/TU2Ql0QG30D600MZyFjPkjRPKNa83JPf-87g%40sfdc.net.


Re: getCustomers in Google Ads API with same behavior as Adwords API

2020-09-03 Thread Atman Darji
Hello all,

Documentation to CustomerService in Google Ads 
API: 
https://developers.google.com/google-ads/api/reference/rpc/v5/CustomerService

Best,
Atman

On Thursday, September 3, 2020 at 4:40:12 PM UTC+5:30 Atman Darji wrote:

> Hello,
>
> In Google AdWords API, we have a method *getCustomers* in 
> *CustomerService*. It gives us a list of all the customers which are 
> directly accessible by the authenticated user. In that list, we can get 
> *CustomerID*, along with *descriptiveName*, *currencyCode*, etc for each 
> customers.
> Reference: 
> https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService#getcustomers
>
> I was exploring Google Ads API. In the Google Ads API, we have 
> *CustomerService*, but it doesn't have method *getCustomers*, instead we 
> have *ListAccessibleCustomers*, which returns 
> ListAccessibleCustomersResponse. That is just list of resource name of 
> customers directly accessible by the authenticated user. The resource name 
> just contains just *CustomerID* and nothing else. To get all other fields 
> of all the customers like *descriptiveName*, *currencyCode*, etc. we have 
> to make a function call to *GetCustomer(GetCustomerRequest)*, which 
> returns only one customer's all information. Hence we end up making API 
> calls for each customer to get all the required fields.
>
> If there are *N* customers accessible by the authenticated user, we have 
> to make only *1* API call to *AdWords* to get all the fields through 
> *getCustomers*, but in *Google Ads API* we have to make *N+1* API calls! 
> One for getting all the resource names through *ListAccessibleCustomers* and 
> N API calls to GetCustomer to get all the required fields of a customer.
>
> Is there a way to make it more efficient? Can we have the same behavior as 
> *getCustomers* in Google Ads API?
>
> Thank you in advance!
>
> Sincerely,
> Atman
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/444964dc-1afe-4259-a0a2-1b53c88216ddn%40googlegroups.com.


getCustomers in Google Ads API with same behavior as Adwords API

2020-09-03 Thread Atman Darji
Hello,

In Google AdWords API, we have a method *getCustomers* in *CustomerService*. 
It gives us a list of all the customers which are directly accessible by 
the authenticated user. In that list, we can get *CustomerID*, along with 
*descriptiveName*, *currencyCode*, etc for each customers.
Reference: 
https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService#getcustomers

I was exploring Google Ads API. In the Google Ads API, we have 
*CustomerService*, but it doesn't have method *getCustomers*, instead we 
have *ListAccessibleCustomers*, which returns 
ListAccessibleCustomersResponse. That is just list of resource name of 
customers directly accessible by the authenticated user. The resource name 
just contains just *CustomerID* and nothing else. To get all other fields 
of all the customers like *descriptiveName*, *currencyCode*, etc. we have 
to make a function call to *GetCustomer(GetCustomerRequest)*, which returns 
only one customer's all information. Hence we end up making API calls for 
each customer to get all the required fields.

If there are *N* customers accessible by the authenticated user, we have to 
make only *1* API call to *AdWords* to get all the fields through 
*getCustomers*, but in *Google Ads API* we have to make *N+1* API calls! 
One for getting all the resource names through *ListAccessibleCustomers* and 
N API calls to GetCustomer to get all the required fields of a customer.

Is there a way to make it more efficient? Can we have the same behavior as 
*getCustomers* in Google Ads API?

Thank you in advance!

Sincerely,
Atman

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e8dfcc47-0219-48c1-8ac7-44d0d62f8f1cn%40googlegroups.com.


How to create UserList of Manager account with Customer account and API?

2020-09-03 Thread 리유나
Hello.

We are making CRMBasedUserList with API token of Customer account which is 
under the Manager account. Is it possible to make userList of Manager 
account with only API token of Customer account?

We already researched that it was impossible to sharing audience between 
manager and customer accounts in the Adwords API in 2019.(link is 
https://groups.google.com/g/adwords-api/c/0H1GU7ZC3qk/m/_S-tI0roAwAJ )Is it 
still not available? Also, we researched that we can share it with 'tag' 
system, but unfortunately someone said that it is also not available with 
ApI. (link is 
https://groups.google.com/g/adwords-api/c/ah0seGIjmcw/m/MdoAfP58AgAJ )

If someone knows the way to do it, please tell us.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/870eae2e-c2d4-4e37-8c27-0c607d078262n%40googlegroups.com.


Campign Status

2020-09-03 Thread Deepak Chand
Hi All,

I have a doubt regarding campaign status  : 

As per UI we have following :

Eligible
Paused
Removed
Pending
Ended
Limited by budget

But As Per Google Ads Rest API we have different values : *campaign.status*

ENABLED
PAUSED
REMOVED
UNKNOWN
UNSPECIFIED


-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3d3d24a1-2701-400f-91c8-03633a8818c3n%40googlegroups.com.


Re: Pull metrics for history campaign

2020-09-03 Thread 'Ajay Agarwal' via AdWords API and Google Ads API Forum
Any update on this?

On Wednesday, September 2, 2020 at 4:00:55 PM UTC+5:30 Ajay Agarwal wrote:

> "Reply to author" option is disabled for me, I do not have the required 
> permissions (screenshot attached)
>
> On Wednesday, September 2, 2020 at 3:52:47 PM UTC+5:30 Ajay Agarwal wrote:
>
>> Hi,
>>
>> Can you please share the email id to which I should send my reply? I 
>> don't see an option to reply privately.
>>
>> --
>> Best Regards,
>> *Ajay Agarwal*
>> Software Development Engineer II | GROUPON
>> ajag...@groupon.com
>>
>>
>> On Wed, Sep 2, 2020 at 12:54 AM Google Ads API Forum Advisor Prod <
>> adsapifor...@gmail.com> wrote:
>>
>>> Hi Ajay,
>>>
>>> Thanks for reaching out. With regard to your concern, can you please 
>>> provide screenshot of the UI along with customer id and please reply 
>>> privately to author options while sharing the details.
>>>
>>> Thanks,
>>> [image: Google Logo] 
>>> Nirmitabahen Gaurav Patel 
>>> Google Ads API Team 
>>>   
>>>
>>> ref:_00D1U1174p._5004Q23wEvv:ref
>>>
>>> -- 
>>> -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> Also find us on our blog:
>>> https://googleadsdeveloper.blogspot.com/
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>  
>>> You received this message because you are subscribed to the Google
>>> Groups "AdWords API and Google Ads API Forum" group.
>>> To post to this group, send email to adwor...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> adwords-api...@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 a topic in the 
>>> Google Groups "AdWords API and Google Ads API Forum" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/adwords-api/GeQJCxiwkwQ/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> adwords-api...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/adwords-api/eJmlI0QFZV7A0084PXxpSyTK2LooH1rnURbA%40sfdc.net
>>>  
>>> 
>>> .
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0e3105f4-4cd0-46da-9a04-7822a3092f7dn%40googlegroups.com.


How to create smart campaign through API

2020-09-03 Thread msgu...@gmail.com
I'm not sure if latest API has supported it

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57435bad-a42d-42a2-9cce-6cb92c6576d2n%40googlegroups.com.


Search term reports by location and device

2020-09-03 Thread Suraj Chopade
Hi,

I am trying to generate the search term report by device & location. I have 
data loaded in bigquery and I have search_query_stats which has metrics for 
search term with device information. But it has missing location details 
like country. How would I get the country/location details and how can 
generate the data group by device & location.

Thanks

-- 
*
***Disclaimer**
*This email communication (including any attachments) 
contains information which is confidential and may be legally privileged. 
It is for the exclusive use of the intended recipient/s. If you are not the 
intended recipient, please delete this email communication (including any 
attachments) and hard copies immediately, please preserve its 
confidentiality and notify the sender. Any unauthorized use or 
dissemination of this email communication (including any attachments) in 
any manner whatsoever, in whole or in part, is strictly prohibited. This 
email communication (including any attachments), may not be free of 
viruses, you should carry out your own virus checks before opening any 
attachment to this e-mail. The sender of this e-mail and Cuelogic 
Technologies shall not be liable for any damage that you may sustain as a 
result of viruses, in completeness of this message, a delay in receipt of 
this message. Any views or opinions presented in this email are solely 
those of the author and do not necessarily represent those of Cuelogic 
Technologies. Cuelogic Technologies will not accept any liability in 
respect of such content of this email, and the author shall be solely 
responsible and will be personally liable for any damages or other 
liability.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4c7c3c3e-6db1-41a5-bc86-499b1687c0afn%40googlegroups.com.