Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-09-30 Thread Mat
"but the team is actively working on it" - still o.O? I wouldn't have expected this to be a 6+ months hands on project, but sadly, change_event is still missing changes that originate from all including the latest Google Ads Editor versions. adsapi schrieb am Freitag, 25. März 2022 um 15:44:27

Re: Find objects created with "Recommendations Auto-Apply"

2022-09-30 Thread Mat
event or at least the change_status data on a daily basis and store them in a database on your end. Regards Mat TommyTek schrieb am Mittwoch, 3. August 2022 um 06:51:37 UTC+2: > Hi, > I know that I might use that, but it doesn't return events older than 30 > days. > It can&#x

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-05 Thread Mat
Well - shall we trust in Ben , in Yasar - or in the online description

Re: Private message regarding: No PERFORMANCE_MAX campaign data in shopping_performance_view report

2022-10-13 Thread Mat
Hi Oksana, just don't include any adgroup related fields in your query and you should be good. This is since there are no adgroups in PMax Campaigns. Regards Mat Oksana Sulyma schrieb am Donnerstag, 22. September 2022 um 09:28:09 UTC+2: > Hello! > Just wanted to confirm that my

Re: Get Product Click Stats for Performance Max Campaigns?

2022-10-13 Thread Mat
Hi Brett, replace "campaign.end_date" with "segments.date" and you should be good. Regards Mat brett@redbrain.com schrieb am Dienstag, 16. August 2022 um 13:23:55 UTC+2: > The following search query doesn't include performance max campaigns. How > can I

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-25 Thread Mat
"GOOGLE_ADS_EDITOR" actually appear in our reports. So it's a good thing that you haven't updated the online documentation <https://developers.google.com/google-ads/api/fields/v11/change_event#change_event.client_type> yet ;-) Regards Mat adsapi schrieb am Mittwoch, 5. Okto

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-27 Thread Mat
Hi Anash, sure - I sent you a private email. Regards Mat adsapi schrieb am Mittwoch, 26. Oktober 2022 um 19:31:00 UTC+2: > Hi Mat, > > That's strange... Do you have a request ID or a query + customer ID you > could share with me? > > Regards > > Anash > &g

Re: Google Ads API: QPS rate limit ball park figure?

2023-02-02 Thread Mat
However - we never tested what the actual limit might be. Regards Mat julian.s...@gmail.com schrieb am Donnerstag, 2. Februar 2023 um 23:04:23 UTC+1: > Hi Mat, > > Sorry to revive the thread, I was curious on how you implemented your > solution since Im on the same boat. > >

Will "setting bids" be available in Google Ads API?

2019-03-05 Thread Mat
/docs/release-notes Did I miss anything? Best regards Mat -- *KE Keyword-Experte GmbH* N4 13-14 68161 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +49 (0)621 / 18 06 27-99 i...@keyword-experte.de <mailto:i...@keyword-experte.de> www.keyword-experte.de <http://www.keyw

Re: Will "setting bids" be available in Google Ads API?

2019-03-05 Thread Mat
Thank you, Luis! -- *KE Keyword-Experte GmbH* N4 13-14 68161 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +49 (0)621 / 18 06 27-99 i...@keyword-experte.de www.keyword-experte.de Handelsregister Mannheim HRB 704385 Geschäftsf

Google Ads API: final_urls: list or string or list of strings?

2019-03-22 Thread Mat
Is it even possible for the report to return multiple urls in a single final_urls field and if yes, how would that field look like? Regards Mat -- *KE Keyword-Experte GmbH* Augustaanlage 7-11 68165 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +49 (0)621 / 18 06 27-99 i...@keyword-experte.de

Google Ads API: final_urls: list or string?

2019-03-22 Thread Mat
e final_urls field and if yes, how would that field look like? Regards Mat -- *KE Keyword-Experte GmbH* Augustaanlage 7-11 68165 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +49 (0)621 / 18 06 27-99 i...@keyword-experte.de <mailto:i...@keyword-experte.de> www.keyword-experte.de <htt

Google Ads API: how to handle missing entities in result?

2019-03-22 Thread Mat
tems/1234567890" status: ENABLED } An attempt to access the non-existent fields will result in an error: app_final_urls = extension_feed_item.app_feed_item.final_urls.value > AttributeError: 'google.protobuf.pyext._message.RepeatedCompositeCo' object has no attribute 'val

Re: Google Ads API: how to handle missing entities in result?

2019-03-22 Thread Mat
Hey, I've managed to find a solution on my own: This is, how it seems to work: query = ('SELECT ' 'extension_feed_item.app_feed_item.final_urls, ' 'extension_feed_item.app_feed_item.final_mobile_urls, ' 'extension_feed_item.promotion_feed_item.final_urls, '

Re: Google Ads API: how to handle missing entities in result?

2019-03-22 Thread Mat
After some more experimentation I learned that the if-queries are not needed after all. The following code also works - never mind :-) query = ('SELECT ' 'extension_feed_item.app_feed_item.final_urls, ' 'extension_feed_item.app_feed_item.final_mobile_urls, ' 'ex

Google Ads API: Why is there no attribute "extension_feed_item.price_feed_item.final_urls"

2019-03-27 Thread Mat
suffix in extension_feed_item: https://developers.google.com/google-ads/api/docs/fields/extension_feed_item I wonder why there is no "extension_feed_item.price_feed_item.final_urls"? Regards Mat -- *KE Keyword-Experte GmbH* Augustaanlage 7-11 68165 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +

Google Ads API: Field corresponding to "CombinedApprovalStatus" available?

2019-03-29 Thread Mat
Hi, is there a field in the Google Ads API that corresponds to the "CombinedApprovalStatus" in the AdWords-API's AD_PERFORMANCE_REPORT? I can't find it: https://developers.google.com/google-ads/api/docs/fields/ad_group_ad Regards Mat -- *KE Keyword-Experte GmbH* Augu

Re: Google Ads API: Field corresponding to "CombinedApprovalStatus" available?

2019-03-31 Thread Mat
Thank you, Anthony -- *KE Keyword-Experte GmbH* Augustaanlage 7-11 68165 Mannheim Tel. -49 (0)621 / 18 06 27-0 Fax +49 (0)621 / 18 06 27-99 i...@keyword-experte.de www.keyword-experte.de Handelsregister Mannheim HRB 704385

Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-01 Thread Mat
"created": "@1554112639.978011373", "description": "Error received from peer", "file": "src/core/lib/surface/call.cc", "file_line": 1039, "grpc_message": "Internal error encountered.", "grpc_stat

Google Ads API: How to catch the 504 Deadline Exceeded error (Python)

2019-04-23 Thread Mat
ime.sleep(60) continue except: print("Error on try %s" % (i)) if i == 3: raise else: time.sleep(60) continue What's wrong? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Google Ads API: How to catch the 504 Deadline Exceeded error (Python)

2019-04-24 Thread Mat
Apparently we should never have to bother with this bug, because it should already be caught in the Python library. But there seems to be an issue: https://github.com/googleads/google-ads-python/issues/87 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

Re: null value in campaign_search_term_insight

2023-08-30 Thread Mat
UI <https://support.google.com/google-ads/answer/11386930> - namely with "..._insight*s"* instead of "..._insight" - if you are already in the process of correcting the errors. Thank you Mat Martin Roettgerding schrieb am Mittwoch, 23. August 2023 um 21:57:13 UTC+2: &g

v13: xml returned by Report Service is not well formed

2011-12-28 Thread Mat
rlResponse : - a7a959bd3861a817ab9b3585783ade0d - df807e40827760e649f9e3fe45bbc900 - 9a19490ee6f01d265373ff222fc5f12a These requests have been made a couple hours ago. Thanks for your help, because this keeps our customer from having the Adwords API data in our tools. Mat -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-02 Thread Mat
t the "next_page_token". So: Could you please provide an example in Python on how to use paging through large search responses. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=

Re: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-03 Thread Mat
Hi cv, yes, that's what I'm looking for. Unfortunately, I'm not able to translate the php-code provided there to work with the python library. Any help on that? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-06 Thread Mat
Hi Leon and Bharani, that's great. Thank you. Please consider amending the guide <https://developers.google.com/google-ads/api/docs/concepts/retrieving-objects#paging_through_results> on this point. Regards Mat > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Google Ads API: Do we still have to exclude id 3000000 and 3000006 in keyword_view?

2019-05-08 Thread Mat
RE ad_group_criterion.criterion_id NOT IN (300, 306)' #< obsolete? ) ... or do we instead have to specify the "campaign.advertising_channel_type", like in this example <https://developers.google.com/google-ads/api/docs/samples/get-keyword-stat

Re: Google Ads API: Do we still have to exclude id 3000000 and 3000006 in keyword_view?

2019-05-08 Thread Mat
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"

Google Ads API: how to get the metrics of DSA ad target criteria (used to be "WEBPAGE" in the legacy Criteria Performance Report)

2019-05-08 Thread Mat
the legacy Criteria Performance Report)? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Group

Google Ads API: "campaign.manual_cpc.enhanced_cpc_enabled.value = False" does not work

2019-05-08 Thread Mat
en I check the settings in the Google Ads UI, the enhanced_cpc is still enabled. Would you mind looking into it? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Re: Google Ads API: how to get the metrics of DSA ad target criteria (used to be "WEBPAGE" in the legacy Criteria Performance Report)

2019-05-08 Thread Mat
oup_criterion <https://developers.google.com/google-ads/api/docs/fields/ad_group_criterion> " And how can I get the *ID* of the webpage criterion to update it (e.g. the cpc_bid) later on? Would you mind helping me out with a short example in the Google A

Re: Google Ads API: "campaign.manual_cpc.enhanced_cpc_enabled.value = False" does not work

2019-05-08 Thread Mat
ceive any error messages). Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "

Google Ads API: confusing documentation and expamles about how to get/add/update bid modifiers

2019-05-10 Thread Mat
d in the CampaignBidModifier <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#campaignbidmodifier> resource. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-17 Thread Mat
ements { field_name: "operations" index { value: 12 } } field_path_elements { field_name: "update" } field_path_elements { field_name: "cpc_bid_micros" } } } ad_group_criterion.cpc_bid_micros.value = Non

Re: Received message larger than max (8665164 vs. 4194304) - Google Ads V1

2019-05-17 Thread Mat
wering the "page_size" of the search query. Try something like this: results = ga_service.search(customer_id, query=query, page_size=2500) Regards Mat Am Donnerstag, 16. Mai 2019 12:38:08 UTC+2 schrieb Rajesh Naveen: > > Hi, > I am getting exception while retrieving Price F

Re: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread Mat
Hi Dave, thx for the response. However - I think that 0 is well within the limits of INT64: ad_group_criterion.cpc_bid_micros.value = 0 (see my first example in the op) Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-20 Thread Mat
Hi Dave, unfortunately, I can't open/see the screenshot with the java sample code. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Security issue in privacy settings of the "AdWords API and Google Ads API Forum"

2019-06-13 Thread Mat
should be fixed. BTW: in the Google Ads Script Forum this is not the case. If in doubt, ask the admin there how to set it correctly ;-) Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: Security issue in privacy settings of the "AdWords API and Google Ads API Forum"

2019-06-16 Thread Mat
sure - I sent it via privat message Am Freitag, 14. Juni 2019 23:41:49 UTC+2 schrieb adsapiforumadvisor: > > Hey Mat, > Can you post a screenshot of what you're talking about? We didn't find any > major discrepancies between the Ad Sense forum and the Ads API for

Re: Security issue in privacy settings of the "AdWords API and Google Ads API Forum"

2019-06-17 Thread Mat
Hi Jon, sadly, you are missing the point. *My *settings are the same in both forums. And as you can clearly see in this thread, I've set a display name. It's "Mat". The point is, that in the "Abridged summary of adwords-api@googlegroups.com" daily email of this

Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-19 Thread Mat
e suffix "production ready" and we all see that it is clearly not. http://feeds.feedburner.com/blogspot/hecyUu Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to exclude negative locations from location_view

2019-06-26 Thread Mat
#x27; 'WHERE campaign.id = {} ' 'AND campaign_criterion.negative != TRUE ' 'AND campaign.status = ENABLED ' 'AND campaign.serving_status = SERVING ' 'AND segment

Re: How to exclude negative locations from location_view

2019-06-28 Thread Mat
ot;) . And still there are negative location criteria in the response - hence the question. Regards Mat Am Freitag, 28. Juni 2019 01:16:21 UTC+2 schrieb adsapiforumadvisor: > > Hi, > > You can exclude negative criteria from the results by adding > *campaign_criterion.negative > =

Google Ads API: How to get the metrics of Dynamic Search Ad Targets (legacy "WEBPAGE")

2019-06-28 Thread Mat
ERFORMANCE_REPORT". Are there even plans to upgrade the Google Ads API someday with this view? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Re: Google Ads API: How to get the metrics of Dynamic Search Ad Targets (legacy "WEBPAGE")

2019-07-01 Thread Mat
pgrade to the API re this topic. Regards Mat Am Freitag, 28. Juni 2019 21:55:37 UTC+2 schrieb adsapiforumadvisor: > > Hi Mat, > > Thank you for reaching out. With regards to your concern, you could use > dynamic_search_ads_search_term_view > <https://devel

Google Ads API returning to beta?!

2019-07-02 Thread Mat
Hi, just seen: https://ads-developers.googleblog.com/2019/07/google-ads-api-returning-to-beta.html You want me to put the work of the last four months in the trash? Regard Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

No "Abridged summary of adwords-api@googlegroups.com" for 2 days

2019-07-03 Thread Mat
Hi, on July 1st, I received the daily summary of this forums posts for the last time via email. I did not change anything in the settings. Did you? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Timeline and Plan of Google Ads API change

2019-07-07 Thread Mat
information. For example, there is no information in that blog that the v2 of the Google Ads API has been available since June 26th <https://developers.google.com/google-ads/api/docs/release-notes>. Regards Mat Am Freitag, 5. Juli 2019 07:37:29 UTC+2 schrieb adsapiforumadvisor: > >

Re: No "Abridged summary of adwor...@googlegroups.com" for 2 days

2019-07-08 Thread Mat
ntly still unsolved, issue <https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/adwords-api/2nUiYzXSAR0/z0aCOqBLAgAJ>? Or, that not sending the digest is your solution to this issue? Regards Mat Am Montag, 8. Juli 2019 15:01:27 UTC+2 schrieb adsapiforumadvisor: &g

Re: Security issue in privacy settings of the "AdWords API and Google Ads API Forum"

2019-08-09 Thread Mat
service in Europe: https://en.wikipedia.org/wiki/General_Data_Protection_Regulation Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Operator >= with metrics.conversions

2019-09-16 Thread Mat
is double wrong: "= 0" is not supported with "conversions" and even if it were, the code would always return zero elements. Regards Mat Am Freitag, 13. September 2019 16:47:17 UTC+2 schrieb adsapiforumadvisor: > > Hello Chirag, > > You will be able to achi

"Report privately" not possible

2021-05-28 Thread Mat
login addresses of all contributors are sent unmasked via the digest <- reported by me several times in vain. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Why are AdWords API reports being deprecated now?

2021-06-18 Thread Mat
osting of yours yesterday. We were kind of lucky because we started to move to the Google Ads API in March 2019 already, but that was pure gambling and no one knew for sure for years if the Google Ads API will continue to be developed or not. Regards Mat adsapi schrieb am Donnerstag, 17. Juni 2

Re: Remove ad group bid modifier

2021-06-22 Thread Mat
esource_name operations.append(ad_group_bid_modifier_operation) ad_group_bm_response = ( ad_group_bm_service.mutate_ad_group_bid_modifiers( customer_id=str(customer_id), operations=operations) ) Regards Mat rodolfo@flixbus.com schrieb am Freitag, 18. Juni 2021 um 16:31:03 UTC+2: > Hey, > > I'd like to remov

Re: Migrated to V8 : Started Seeing Increased Rate of DEADLINE_EXCEEDED

2021-06-22 Thread Mat
Hi there, we seem to be in the same boat: [image: Bildschirmfoto vom 2021-06-23 07-16-40.png] Regards Mat Pete Lavetsky (AdWords API Guru) schrieb am Mittwoch, 23. Juni 2021 um 04:22:52 UTC+2: > Even on mutates that don't make it to our DEADLINE threshold we're seeing > a

Re: Smart Campaign URL

2021-06-30 Thread Mat
leads to a rather dubious crypto webpage. I think you should not use other peoples URLs here that you don't control as a placeholder. Regards Mat adsapiforumadvisor schrieb am Montag, 19. Oktober 2020 um 08:33:24 UTC+2: > Hi, > > To better assist you, could you provide your cust

Re: new API Google Ads via API Adwords: too long cycle to turn raw results into a dataframe (python)

2021-07-09 Thread Mat
uot;campaign.status.name" instead of "campaign.status" while iterating through the results. Regards Mat adwords...@gmail.com schrieb am Donnerstag, 8. Juli 2021 um 12:51:44 UTC+2: > Hello! > > I'm starting to get acquainted with the Google Ads API - migrating > there the

Re: GAQL String Query | How to Select Campaign by Campaign ID

2021-07-14 Thread Mat
, you could even write ... f'WHERE campaign.id IN ({', '.join(str(id) for id in campaign_ids)})' ... Regards Mat reid.ho...@mediahubww.com schrieb am Dienstag, 13. Juli 2021 um 20:57:24 UTC+2: > Hi Pete, > > Thanks for the help here! I was able to successf

Google Ads API: QPS rate limit ball park figure?

2021-08-26 Thread Mat
eloper token might be during rush hours? Is it more like 1/s, 10/s or even 100/s? Or shall we just try and error? Or hit the API full speed until 429 and only back off then? To my fellow developers: do you have any insights in this matter? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API: QPS rate limit ball park figure?

2021-08-31 Thread Mat
Hi Mark, well, it does not help very much, if you refer to the same links, I provided myself in my question. Ty anyway. Regards Mat adsapi schrieb am Dienstag, 31. August 2021 um 11:55:22 UTC+2: > Hello Mat, > > Thank you for reaching out to us. > > As per this

Re: Google Ads API: QPS rate limit ball park figure?

2021-09-03 Thread Mat
affic graph then additionally a red line would be drawn in, so that we can see or be notified when we are approaching this line. You'll find these kind of specifications for other APIs, such as Amazon SES et al. Regards Mat adsapi schrieb am Donnerstag, 2. September 2021 um 19:28:25 UTC

Re: Change Event Resource Type

2021-09-16 Thread Mat
o_plus parameter in version 14.0.0 <https://github.com/googleads/google-ads-python/issues/486>* Regards Mat Mario schrieb am Donnerstag, 16. September 2021 um 06:59:34 UTC+2: > Hi Mark, > > I am facing the same issue as well. > When I try to get the change_event.change_reso

Re: Track the API calls made

2021-10-07 Thread Mat
Hi Piyush, Have a look here: https://console.cloud.google.com/apis/dashboard That's probably the best you can get currently without monitoring the calls on your side. Regards Mat piyush...@gmail.com schrieb am Mittwoch, 6. Oktober 2021 um 08:34:42 UTC+2: > By tracking API, what I m

Re: searchStream response cuts off at 10000 lines

2021-10-18 Thread Mat
versus_search>" there is an example with 100,000 rows - and no upper limit is mentioned. Could you please double check and elaborate what exactly you mean with "upto 10,000 *records*"? Regards Mat adsapi schrieb am Montag, 4. Oktober 2021 um 15:23:57 UTC+2: > Hi Christos,

Re: Keyword and Search Term View Yield Different Metrics

2021-10-25 Thread Mat
you don't segment the report by search_term, which, however, makes little sense. Regards Mat adsapi schrieb am Montag, 25. Oktober 2021 um 08:38:41 UTC+2: > Hi, > > Thanks for reaching out to us. > > Upon checking the GAQL for the search_term_view report, it appears that >

Re: Google Ads API V9 ETA

2021-10-26 Thread Mat
month period, at least for the next version in each case. We have to plan our resources too. Regards Mat adsapi schrieb am Dienstag, 26. Oktober 2021 um 07:39:59 UTC+2: > Hi Brennan, > > Thank you for reaching out to us. > > With regard to your concern, I'm afraid the link that y

Re: How to get "Cost within spending limit" and "Budget left" for a campaign?

2021-10-29 Thread Mat
resource at the moment you perform the request. So, if you want to keep track of historical values of the resource fields, you need to query them regularly and store the data on your end e.g. in a database. Regards Mat adsapi schrieb am Freitag, 29. Oktober 2021 um 10:29:30 UTC+2: > Hi Hai

maximize_conversions.target_cpa vs. target_cpa.target_cpa_micros

2021-11-08 Thread Mat
_cpa*_micros* then? Or is the error in the description and the field is no longer of type integer but double? Please clarify. I would like to avoid committing some million dollar error in our client accounts, if possible. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: maximize_conversions.target_cpa vs. target_cpa.target_cpa_micros

2021-11-10 Thread Mat
ty Aryeh adsapi schrieb am Montag, 8. November 2021 um 22:13:35 UTC+1: > Hi mat, > > Thank you for catching that, when I created a campaign in the API with a > campaign.maximize_conversions.target_cpa > <https://developers.google.com/google-ads/api/reference/rpc/v8/MaximizeC

Re: Remove a bid from adgroup

2021-12-06 Thread Mat
.copy_from( ad_group_criterion_operation.update_mask, field_mask ) ad_group_criterion_operation.update_mask.paths.append( 'cpc_bid_micros' ) Regards Mat Pierre Riandey schrieb am Montag, 6. Dezember 2021 um 11:4

Re: Remove a bid from adgroup

2021-12-06 Thread Mat
googleads_client.copy_from( ad_group_criterion_operation.update_mask, field_mask ) ad_group_criterion_operation.update_mask.paths.append( 'cpc_bid_micros' ) Regards Mat Mat schrieb am

Re: Missing metrics in view: ad_group_ad_asset_view, after API update to v9.0

2021-12-15 Thread Mat
https://developers.google.com/google-ads/api/docs/reporting/zero-impressions#exclude_zero_impressions_by_segmenting Regards Mat nat...@singular.net schrieb am Dienstag, 14. Dezember 2021 um 17:50:42 UTC+1: > Hi! > We've started to see unexpected responses for our customer's account

Re: The Google Ads API seem to be latent

2021-12-17 Thread Mat
Same here: deep.bh...@gmail.com schrieb am Freitag, 17. Dezember 2021 um 15:41:03 UTC+1: > Hi there, Could you please check and acknowledge this? > > We have observed a significant amount of latency in almost every call to > api. > Similar reports from third parties (check here) >

Re: How to get products under specific product groups?

2021-12-29 Thread Mat
_view is even still in the shopping feed. So you would have to check that too (which is currently not possible via the Google Ads API). Instead you'd have to use the Content API for Shopping <https://developers.google.com/shopping-content/guides/quickstart> for this job. Regards Mat O

Re: GAQL: Filtering on FinalUrls containing some text

2021-12-29 Thread Mat
s/v9/ad_group_criterion#ad_group_criterion.final_urls> . Regards Mat goingdev schrieb am Dienstag, 28. Dezember 2021 um 20:58:13 UTC+1: > Question: How do I search keywords which contains specific text in the > FinalUrl using GAQL? > > The query builder UI doesn't give an opti

Re: GAQL: Filtering on FinalUrls containing some text

2021-12-29 Thread Mat
trings; only complete values of the FinalUrl. The following does not > work: > *WHERE ad_group_criterion.final_urls CONTAINS ANY ('/Prd/')* > On Wednesday, December 29, 2021 at 11:11:50 AM UTC-5 Mat wrote: > >> Hi goingdev, >> >> I guess that the LIKE operato

Re: How to get products under specific product groups?

2021-12-31 Thread Mat
m/g/adwords-api/c/2nUiYzXSAR0/m/LRxLKuFQFAAJ> a long time ago and several times - unfortunately without any success. Regards Mat adsapi schrieb am Freitag, 31. Dezember 2021 um 11:40:27 UTC+1: > Hi Oliver, > > I had to delete your last post as you posted your email address. For >

Pyhton Examples for Migration to asset-based DSA?

2022-02-11 Thread Mat
for Python? Is there a chance that those will show up before April 27, 2022, when the auto migration is scheduled to start? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to check for disapproved assets that are currently in use (v10)

2022-02-18 Thread Mat
or what? 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 Ad

Re: How to check for disapproved assets that are currently in use (v10)

2022-02-21 Thread Mat
set.policy_summary.approval_status, ' 'asset.policy_summary.policy_topic_entries, ' 'asset.policy_summary.review_status, ' 'asset.resource_name ' 'FROM customer_asset ' 'WHERE asset.policy_su

Re: How to check for disapproved assets that are currently in use (v10)

2022-02-21 Thread Mat
Hi Sinea, I can confirm that using the above GAQL-strings, I get the disapproved assets along with the value "DISAPPROVED" in the "asset.policy_summary.approval_status" field. Regards Mat Sinea Calin schrieb am Montag, 21. Februar 2022 um 16:25:29 UTC+1: > Hi, Mat &

Re: Zero Impressions *are* being filtered by default

2022-06-02 Thread Mat
It's ridiculous but they have maked default the gap in the report if there is zero metrics for the row and they have deleted the option to include zero metrics. Hey Google, you have screwed it up. wtorek, 19 kwietnia 2022 o 00:01:00 UTC+2 jason@observepoint.com napisał(a): > This is probab

Re: Zero cost omitted from results

2022-06-02 Thread Mat
Hey Google, you have screwed it up. Bring the zero metrics back to the reports. Give us the option at least! wtorek, 29 marca 2022 o 08:37:55 UTC+2 adsapi napisał(a): > Hi Oliver, > > Thank you for reaching out to us. > > Please note that it is currently not possible to force return a row if all

Re: Zero Impressions *are* being filtered by default

2022-06-02 Thread Mat
The guide is useless. There is no way to handle the zero metrics because you do not give the option to get data with zero metrics. "There is no way to get zero metrics rows." Period. This could be the whole guide. It used to be possible in the old API but it is not in the new one. czwartek, 2 cz

Deleted assets

2022-06-02 Thread Mat
Could you consider adding the asset status to the fields in the following report? Despite the fact that there is a note that "Resources are immutable and cannot be deleted" resources can be deleted - eg sitelinks (remember that extensions migrate to resources). And if I'm creating AdsApp.report,

campaign.serving_status

2022-07-08 Thread Mat
me not covered by the ad schedule? Of the available ENUMs nothing seems to fit: ENDED NONE PENDING SERVING SUSPENDED UNKNOWN UNSPECIFIED Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

Re: Redundant versioning in Google Ads API Python examples - are there better ways?

2020-09-09 Thread Mat
uot;That's a good idea - we'll consider it for a future release." That was about half a year ago and to date, no assignments have been made. So currently, there does not seem to be a way to set the default api version. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Bid_strategy_type enum incompatibility

2020-09-14 Thread Mat
et the correct enum currently related to the number, as in these examples: https://developers.google.com/google-ads/api/docs/samples/get-account-changes?hl=en Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

Re: currency code through API

2020-09-29 Thread Mat
Hi Hashard, you'll get the currency code from "customer" by fetching the customer.currency_code field: https://developers.google.com/google-ads/api/fields/v5/customer#customer.currency_code Regards Mat adsapiforumadvisor schrieb am Dienstag, 29. September 2020 um 19:20:29 UTC+2

Re: GoogleAdsRow object not iterable?

2020-09-29 Thread Mat
ogle-ads/api/reference/rpc/v5/CriterionTypeEnum.CriterionType>, you can handle it like this: ### ad_group_criterion_type_enum = google_ads_client.get_type( 'CriterionTypeEnum', version=VERSION).CriterionType criterion_type = ad_group_criterion_type_enum.Name(ad_group_criterion.type)

Re: campaign.advertising_channel_type returns number

2020-09-30 Thread Mat
members of the Google Ads API team has been decreasing significantly lately. Regards Mat adsapiforumadvisor schrieb am Dienstag, 29. September 2020 um 19:21:35 UTC+2: > Hi Harshad, > > The steps to logging are listed here > <https://developers.google.com/google-ads/api/docs/c

Re: GoogleAdsRow object not iterable?

2020-09-30 Thread Mat
f that helps in your case, though. Regards Mat deny.w...@wmccann.com schrieb am Mittwoch, 30. September 2020 um 14:06:09 UTC+2: > Exactly Mat, that's what drove me nuts and made me have to come up with a > (much) less than elegant solution because I really can't afford to write > no

Upgrading from Google Ads API v4 to v5 - "field presence" vs. "wrapper types "

2020-10-06 Thread Mat
hing for ".value" in the v4-code and deleting it? And would you recommend to mirgrate now or better wait until all of the resources are updated "in a future release"? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Upgrading from Google Ads API v4 to v5 - "field presence" vs. "wrapper types "

2020-10-07 Thread Mat
Hi Peter and Nadine, thank you very much! Regards Mat adsapiforumadvisor schrieb am Mittwoch, 7. Oktober 2020 um 21:50:03 UTC+2: > Hello Mat, > > This change affects some languages more than others. Python is one of the > lucky programming languages that has very little that need

Google Ads API: Feature Request for change_status report

2020-10-13 Thread Mat
ged from 0.20 to 0.25"). Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWo

Re: How can I fetch Budget status "Limited by budget"

2020-10-22 Thread Mat
to guess or test how Google calculates with these parameters (e.g. if the campaigns only run 5 days a week or only two hours on the weekend etc). Regards Mat Emma Karlsson schrieb am Mittwoch, 21. Oktober 2020 um 22:54:38 UTC+2: > Hi, > > Looking for a way to get a trigger if any of

Google Ads API (Python): How to remove target_cpa_micros on ad group level?

2020-11-04 Thread Mat
_ads_client.get_type("AdGroupOperation", version="v4") ad_group = ad_group_operation.update ad_group.resource_name = ad_group_resource_name *ad_group.target_cpa_micros.value = 0* fm = protobuf_helpers.field_mask(None, ad_group) ad_group_operation.update_mask.Copy

Re: Google Ads API (Python): How to remove target_cpa_micros on ad group level?

2020-11-05 Thread Mat
;null" (Error: 'null' has type str, but expected one of: int, long) Trial an error only get you so far - would it be much to ask for one line of code (to work with the Python library) from your side? Regards Mat adsapiforumadvisor schrieb am Donnerstag, 5. November 2020 um 07:10

Re: Google Ads API (Python): How to remove target_cpa_micros on ad group level?

2020-11-06 Thread Mat
how the two values are compared, but I couldn't find it. Do you have a link for me? Regards Mat adsapiforumadvisor schrieb am Freitag, 6. November 2020 um 08:04:48 UTC+1: > Hi Mat, > > Thank you for your follow up. > > Since your concern is now more related on how t

Re: Google Ads API: Feature Request for change_status report

2020-11-06 Thread Mat
Wow - that <https://developers.google.com/google-ads/api/reference/rpc/v6/ChangeEvent> was quick :-)) Thank you and best regards Mat adsapiforumadvisor schrieb am Dienstag, 13. Oktober 2020 um 18:07:12 UTC+2: > Hi Mat, > > I'll pass this request on your behalf. You can get

  1   2   >