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

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':

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

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

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

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 <

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 -- --

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

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

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

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,

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

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

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

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

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:

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:

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 -- --

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

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

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

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

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

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/

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

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

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 -- --

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 -- --

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

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:

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 ,

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

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 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.

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

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*

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, >>

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

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