Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Daniel Altman
Same here, please do! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Daniel Altman
Same here, please do! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Cesar D.
Is there and ETA for a solution? I also need a fix for this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ManagedCustomerService - canMangeClients

2015-09-04 Thread Peter Lanser
Hi, we are using the ManagedCustomerService to get a list of customers. Amongst other fields we are selecting 'canMangeClients'. It seems that the behavior is different since a couple of days: canManageClients is not always set. It's seems to be true for customers which can manage clients and

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-09-04 Thread GregT
Bummer. :( Thanks for looking into it, Greg On Friday, September 4, 2015 at 7:58:40 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Greg, > > I just heard back from the reporting team, who informed me that this is > actually by design. The URLs for shopping ads aren't directly handled

For a new MCC account to apply for API Token: how?

2015-09-04 Thread Miao Wang Alfred
Hi there, I recently applied for API token and got rejected, the major reason I read from the email is because the MCC account is new and doesn't have much history. While we are new we are serious about using API token to automate our machine learning algorithm for AdWords optimization.

Re: ManagedCustomerService - canMangeClients

2015-09-04 Thread Anthony Madrigal
Hi Peter, This is a bug related issue. Our team is currently working on a solution. I will let you know as soon as this gets resolved. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

adwords API customiser ads in PHP

2015-09-04 Thread philweb...@googlemail.com
Hello I am looking for a way to automate my text ads dynamically with the csv product feed, I am looking to do this automated via adwords API in PHP -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread robert . kaplan
Same issue here. When investigating it turned out that this seems to be randomly happening. Had a few runs where this property was set correctly. But only 2 out of 10. On Thursday, September 3, 2015 at 6:08:45 PM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > I'm

Java: How to AWQL report multiple accounts in MCC

2015-09-04 Thread Sean Chua
clientCustomerId is set in ads.properties, so all campaigns reported under AD_PERFORMANCE_REPORT are respective to that account only. How do I query my report across accounts, given an array of Client IDs? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-09-04 Thread Josh Radcliff (AdWords API Team)
Hi Greg, I just heard back from the reporting team, who informed me that this is actually by design. The URLs for shopping ads aren't directly handled by AdWords so it doesn't have access to their effective final URLs. Cheers, Josh, AdWords API Team On Thursday, September 3, 2015 at 4:57:50

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hi, This is an issue with the AdWords API. We are currently in the process of getting a solution for this. Once this is resolved, I will let you know. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Java: How to AWQL report multiple accounts in MCC

2015-09-04 Thread Anthony Madrigal
Hey Sean, Unfortunately, there is no way to run a report on the MCC level. In order to get reports across all accounts, you will need to send a separate report request for each account by setting the

Re: How do you Create Mobile App Installs Campaign that shows ads in Google Play Store?

2015-09-04 Thread Umesh Dengale
Hi David, You could create *Mobile app installs campaign *for Search network and Display network that aims to promote installs of your app from Google Play Store. For your *Mobile app installs* campaign, you could create the *TemplateAd *and provide the appId and appStore

Problems migrating from ClientLogin to OAuth

2015-09-04 Thread Derek M
The last time I worked on AdWords API was about two years ago when ClientLogin was still supported for authorization. I see that no longer is the case now and I must move to using OAuth. I've been having a lot of trouble understanding how to do this. I'm using server-side Javascript for this

iOS SDK - Conversion Label not appearing in debug console

2015-09-04 Thread Adam Ribaudo
Hi everyone, We're implemented Google AdWords conversion tracking within our iPad app following the instructions here - https://developers.google.com/app-conversion-tracking/ios/ We copied the code snippet from AdWords and have placed that within our iPad application. However,

Re: is there simple walkthrough for google adword api

2015-09-04 Thread Umesh Dengale
Hi Kuldeep, You could go through the PHP client library OAuth2.0 guide and please verify that you have followed the steps provided in the guide. Thanks, Umesh, AdWords API Team. -- --

Re: Problems migrating from ClientLogin to OAuth

2015-09-04 Thread Anash P. Oommen (AdWords API Team)
Hi Derek, The simplest thing to do would be to use https://developers.google.com/oauthplayground/ to generate a refresh token and an access token. The scope to use is https://www.googleapis.com/auth/adwords. Once you get the refresh token, it can be used to obtain an access token that

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hello, The issue seems to be resolved. Please let me know if you are still facing any errors regarding this. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ManagedCustomerService - canMangeClients

2015-09-04 Thread Anthony Madrigal
Hi Peter, This issue should now be resolved. Please let me know if you still face any issues. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: MutateJobService in Bulk to change keywords CPC

2015-09-04 Thread Umesh Dengale
Hi Chirag, The CampaignCriterionOperation of the MutateJobService is used to add/update the criteria across the *campaign*. Please check out our SetBidModifier

Re: How can I remove one extra link in a group?

2015-09-04 Thread Anash P. Oommen (AdWords API Team)
Hi Maxim, You can do a SET with all the extensionSetting you want to keep, and the ones missing in the request would be dropped. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, September 3, 2015 at 8:56:19 AM UTC-4, maxim prokopenko wrote: > > How can I remove one extra link in a

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Josh Radcliff (AdWords API Team)
Hi, Good news: this issue has been fixed. If you still see missing *canManageClients* elements going forward (when "CanManageClients" is in the selector), please let me know. Thanks, Josh, AdWords API Team On Friday, September 4, 2015 at 8:53:55 AM UTC-4, robert. wrote: > > Same issue here.

is there simple walkthrough for google adword api

2015-09-04 Thread et googlads
Hi Friends, I am facing problems while setting up Adword API php lib, i have followed their procedure and have setup auth.ini file properly but i am seeing blank page while browsing the GetRefreshToken.php file. Can anyone please provide some toutorial ? Regards, Kuldeep Verma -- --

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Oliver
Same here. We use 201506. On Thursday, September 3, 2015 at 5:31:09 PM UTC+1, Stefano Fontana wrote: > > Same here both with 201502 and 201506!! > > On Thursday, September 3, 2015 at 3:50:52 PM UTC+2, Gabriel Abadi wrote: >> >> We are making a request to the managedcustomerservice like this: >>

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Emmanuel
Same here! On Friday, 4 September 2015 04:09:55 UTC+1, zincum wrote: > > Same issue here! > > On Thursday, September 3, 2015 at 9:31:09 AM UTC-7, Stefano Fontana wrote: >> >> Same here both with 201502 and 201506!! >> >> On Thursday, September 3, 2015 at 3:50:52 PM UTC+2, Gabriel Abadi wrote: >>>

Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread jaison . directi
I am using this [https://github.com/googleads/aw-reporting] Java library to pull adwords reports. It was working properly yesterday. However, from 2015-09-03 18:45:11 UTC the code has failed to pull reports. Just wanted to check if there is an issue at adwords API end since I get the error

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Danilo B.
Another +1 here. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are