Unable to change CpcBid via Python Adwords API

2016-06-29 Thread Varun Dhall
Hello, I am unable to change the CpcBid value of my adgroup using API. Here is my python function which tries to change the cpc bid of a particular adgroup def change_bid(client, myAdGroupID, myVal): service = client.GetService('AdGroupService', version='v201605') # Create operations.

Getting AdGroup Performance report for Custom Date - Adwords API using Python

2016-06-06 Thread Varun Dhall
Hello, I am using standard python script to retrieve the data from my ad-words accounts. Actually I want to fetch the data for a custom date like between '2016-06-01' to '2016-06-01' (-MM-DD) Its really confusing and unclear how to modify this existing sample script # Create report defin