Re: Pause Campaign Criterion

2016-06-19 Thread nitzanmargalit
Hi Joyce, Thank you for your replay. I know that you can use the Remove operator to alter campaing status, but it's not quite the same as pausing it. What I want to do is to put the campaign on hold for a limited time period and the reactivate it. By removing it I'm losing all the accumlated

Re: DEBUG: Did not load optional configuration file log exception for every request

2016-06-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please open a new forum case if you still encounter any issues as this thread is already old. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Sitelinks performance

2016-06-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Noam, Unfortunately, this is a limitation in the API and there isn't any available workarounds to support this. You can follow our blog for any future updates or announcements regarding these fields. Regards, Peter AdWords API Team -- --

Re: DEVELOPER_TOKEN_NOT_APPROVED error

2016-06-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, DEVELOPER_TOKEN_NOT_APPROVED occurs when using an unapproved developer token to make calls against a production manager account. Could you please *reply privately to author* the

Re: Migration to v201603 error

2016-06-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Oshua, What version of API and version of PHP lib you use (I guess the latter to be 10.0.0)? What errors did you get? I'm not sure why you have to make such a modification. Best, Thanet, AdWords API Team On Monday, June 20, 2016 at 12:30:58 PM UTC+9, Oshua Moreno wrote: > > I had the same

Re: Performance data by language

2016-06-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Anil, Since this case is already old, please open a new forum case for any concerns. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

DEVELOPER_TOKEN_NOT_APPROVED error

2016-06-19 Thread leadr . adw
I have generated the Refresh token and access token. But when i run the get_campaigns.py file - I get error: suds.WebFault: Server raised fault: *'[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'']'* I sent an application for a basic account a week ago. A response had been

Re: Migration to v201603 error

2016-06-19 Thread Oshua Moreno
I had the same issue with the reports. In my case I had to require ReportUtils.php and to make a small change on ReportUtils.php to get the instance of AdsUtilityRegistry like below: Added a new method on the class public function getAdsUtilityRegistry(){ if (!$this->adsUtilityRegistry

Sitelinks performance

2016-06-19 Thread Noam Yehezkel
Hi, I want to get sitelinks performance like clicks, conversions etc. For this purpose I use PLACEHOLDER_FEED_ITEM_REPORT I need to filter by ClickType=SITELINK and IsSelfAction=true, but ClickType and IsSelfAction are not compatible with each other Is there a workaround for getting

Re: Pause Campaign Criterion

2016-06-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Nitzan, Unfortunately, you cannot update a campaign criterion. You need to use the REMOVE operator to remove the criterion as a workaround. Please let me know if this helps. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Pause Campaign Criterion

2016-06-19 Thread nitzanmargalit
Hi all, I was searchin the API documentation for a way to put campaign criterion into 'paused' status but couldn't find anyway to do so (ad group criterion can be put through the field 'userStatus') I'm wondering if there's something I'm missing or if there is workaround to do so. Thanx in