Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Please ignore! I figured it out. It was because of the flag set to true self.client.validate_only = "true" Once this was flipped back to false, it worked fine On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator'

Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
+personal email id On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator': 'IN', 'field': > 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': > ['BudgetId', 'BudgetName', 'Period', 'Amount'

BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Hello, selector used - {'predicates': [{'operator': 'IN', 'field': 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': ['BudgetId', 'BudgetName', 'Period', 'Amount', 'DeliveryMethod', 'BudgetReferenceCount', 'BudgetStatus']} When hitting version 201502 or 201506 with goog

Re: Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-16 Thread mccaccountpala...@gmail.com
Thanks for the response! It was the issue. However earlier we were setting the custom_label0 as escaped string. And so we were trying to escape the product groups as well. Was there a change on that front? Right now everything seems to work fine without escaping on the GMC side And there were no

Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-15 Thread mccaccountpala...@gmail.com
The same code to create Product Partition Tree seems to succeed in v201409 and with adspygoogle library but fails with googleads in v201502. As far as I understand the version upgrade to v201502 did not include any changes in this particular area and I have also referred the examples for each o

API to link Adwords and Merchant Center Accounts

2015-04-16 Thread mccaccountpala...@gmail.com
Hello, Is there a way to link the client merchant center account and the client adwords account using the API? I know that while creating the child merchant center account, one can provide the related adwords account for linking but that is only one-way linking. The link request needs to be ac

Re: SSL Errors

2014-10-13 Thread mccaccountpala...@gmail.com
Thanks. Posted. https://github.com/googleads/googleads-python-lib/issues/30 On Saturday, October 11, 2014 12:01:02 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you open an issue on the library's issues page > ?

SSL Errors

2014-10-10 Thread mccaccountpala...@gmail.com
Hi, We are using the python adspygoogle package and we are seeing two kinds of SSL errors. Though both these are intermittent, they are not infrequent. Traceback: File "/home/googlelibs/adwords_ops.py", line 2153, in modify_ad response = client.GetAdGroupAdService('https://adwords.google.

Re: Excluding Remarketing List from a campaign using the API

2014-03-14 Thread mccaccountpala...@gmail.com
I got the answer myself. Posting for future reference for others: #Python Code Snippet campaign_criterion_service = client.GetCampaignCriterionService(version='v201309') operations = [{ 'operator': 'ADD', 'operand' : { 'campaignId': , 'xsi_type' : 'NegativeCampaignCriterion', 'criterion' : { '

Excluding Remarketing List from a campaign using the API

2014-03-13 Thread mccaccountpala...@gmail.com
I have created a certain remarketing list using the adwords API. I would like to exclude this list from my campaign audience. Is there a way to do this using the API? I know this can be achieved manually by going to the "Display Network" tab after selecting the right campaign and then adding

Set max_cpc for UserList

2011-09-12 Thread mccaccountpala...@gmail.com
I would like to know how to set the UserList's max CPC value via the API. Currently this can be set on the "Audiences" tab on the web interface for a remarketing campaign. AFAIK, the only solution to set the audience max cpc to be "auto" in which case I believe the max cpc will default to the adgr