Conversions with cart data

2023-09-22 Thread 'Lukasz Tomala' via Google Ads API and AdWords API Forum
Hello, When will "conversions with cart data" be available in the API? https://support.google.com/google-ads/answer/9028254?hl=en Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Python Parallel Report Download saves only one account.

2022-03-28 Thread 'Lukasz Tomala' via Google Ads API and AdWords API Forum
Hi there, I have a question, I'm using the python code sample Parallel Report Download, my problem is that the list variable - result_strings.append(result_string) when I try to save always contains only one account although I download several. But when I print the variable result_strings, I

google-ads-python/examples/reporting/parallel_report_download.py - ModuleNotFoundError: No module named 'google.ads.googleads'

2021-04-29 Thread 'Lukasz Tomala' via AdWords API and Google Ads API Forum
Hello, I get such an error: ModuleNotFoundError: No module named 'google.ads.googleads' other code examples work, I do not think that it is due to the installation. Best Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Locations - Per store report

2021-01-29 Thread 'Lukasz Tomala' via AdWords API and Google Ads API Forum
Hello, I'm looking for a API Report to get the same data as in the "per store report" in the interface. Best Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Product diagnostics/Product status

2020-12-02 Thread 'Lukasz Tomala' via AdWords API and Google Ads API Forum
Hello, I'm looking for an API report that shows for each campaign/ad group the shopping product status, similar to the diagnostic tab in the interface. Product status: - Ready to serve - Not ready to serve - Inactive - Disapproved Best Lukasz -- --

Re: parallel_report_download - multiple accounts

2020-11-18 Thread Lukasz Tomala
Hi Xiaoming, Do you have maybe a python example? Thank You! Lukasz On Tuesday, 27 October 2020 at 21:41:31 UTC+1 adsapiforumadvisor wrote: > Hi Lukasz, > > Thank you for reaching out. Please refer to this code example >

parallel_report_download - multiple accounts

2020-10-27 Thread Lukasz Tomala
Hi, In the old google adwords api there was this parallel_report_download for downloading of multiple accounts at the same time, how to do it know with the new google ads api, is there an example? Best Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our