Reporting offline conversion

2020-11-22 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
Hi I have a question about the customer_id used in the offline conversion. >From Google doc: upload-offline-conversion There are *2 places *in code I'm required to provide the customer_id: #1 - when I'm

Re: Google Ads API - Set Bide - update_ad_group

2020-10-07 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
Hi It supposes to be *ad_group.cpc_bid_micros.value = cpc_bid_micro_amount* *You need to update the documentation :)* On Wednesday, October 7, 2020 at 9:48:28 AM UTC+3 Liad Barak wrote: > I'm trying to update *ad_group.cpc_bid_micros *using Google documentation: > Google Ads API Guide:

Google Ads API - Set Bide - update_ad_group

2020-10-07 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
I'm trying to update *ad_group.cpc_bid_micros *using Google documentation: Google Ads API Guide: docs/campaigns/bidding/set-bids Google Repository: update_ad_group.py

Google Ads API - Minimum Python Version

2020-06-22 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
About the minimum python version for Google Ads API As I see it - for Google Ads V3 having python version v3.7 will enable me to run it. For Google Ads V1, V2 python 3.6+ works. My questions - 1. Is that correct? 2. Since upgrading