Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Paul Matthews (AdWords API Team)
The clientCustomerId is the identifier for the account you wish to access. You need to specify this in the AdWordsUser to access that account. The OAuth2 layer is purely to permit access, the clientCustomerId specifies

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-10 Thread Takeshi Hagikura (AdWords API Team)
Hi Bin, To see if it works, can you please try the different format? (such as CSV, XML) Best, - Takeshi, AdWords API Team On Tuesday, December 10, 2013 5:26:00 PM UTC-8, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Bin, > > Sorry for the inconvenience. > We're still working on it. > > Bes

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-10 Thread Takeshi Hagikura (AdWords API Team)
Hi Bin, Sorry for the inconvenience. We're still working on it. Best, - Takeshi, On Tuesday, December 10, 2013 10:28:23 AM UTC-8, bg...@walmartlabs.com wrote: > > Hi Takeshi, > > Just wonder if there's any update on this. We're still seeing the same > error every day. > > Thanks, > Bin > --

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-12-10 Thread jake
Hi Takeshi, Akil, I'm having the same issue. Could we please have an update on this issue? Cheers, Jake On Sunday, January 27, 2013 7:29:19 PM UTC-8, Takeshi Hagikura (AdWords API Team) wrote: > > Unfortunately, it's not possible to track the status externally. > > Best, > - Takeshi > > On Frid

min daily budget setup

2013-12-10 Thread ssAdword
Hi Adwords API team, Is there a min daily budget policy I need to follow when using AdWords API to create and manage campaign. for example, if I set the daily budget of a campaign to be $0.10, Can I set my bid to be $0.2? If not, what would be your advice to work around this? My use case i

Problem connecting with Adwords Api using Python

2013-12-10 Thread Mario Murias
Hello, I'm trying to run the sample application to connect using python to Adwords Api. I installed Python 2.7 and once you have everything set up to connect to a test Adwords Account, and run the sample application as described in the manual, can I access the URL http://localhost:8000 which is

Re: Edit ad device preference (management functionality) M.18

2013-12-10 Thread Danial Klimkin
Hi Tom, Please check with the policy team on all RMF questions via: https://services.google.com/fb/forms/apicontact/ -Danial, AdWords API Team. On Monday, December 9, 2013 3:10:42 PM UTC+4, tomfl...@gmail.com wrote: > > Hi, > > I am working on the management functionality, though M.18, t

AuthenticationError.USER_ID_INVALID

2013-12-10 Thread Mohammed Nasri
Hi, I am using php Adwords API (v201309) and I want to download the Adwords Reports, here is my php code: /* CODE : BEGIN */ $httpHeaders = array( "Authorization:OAUTH2_ACCESS_TOKEN=*MY_OAUTH2_CODE*", "developerToken:*MY_TOKEN*", "clientCustomerId:*MY_CUSTOMER_ID*"

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Christian Gibbs
By the way, your video helped. Because I didnt know there was a new Auth.ini file. Now Im getting this error. The client customer ID must be specified for report downloads.' When I run the campaign service, I can do that and view all the campaigns but I cannot download the reports because I d

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-10 Thread kevin
We would also like to hear about this -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messag

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Christian Gibbs
I GOT IT! After getting the ?code= from the URL $url = "https://accounts.google.com/o/oauth2/token";; $params = array( "code" => $authCode, "client_id" => $clientId, "client_secret" => $clientSecret, "redirect_uri" => $callbackUrl, "grant_type" => "authorization_code" );

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-12-10 Thread Christian Gibbs
I GOT IT! After getting the ?code= from the URL $url = "https://accounts.google.com/o/oauth2/token";; $params = array( "code" => $authCode, "client_id" => $clientId, "client_secret" => $clientSecret, "redirect_uri" => $callbackUrl, "grant_type" => "authorization_code" );

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-10 Thread bgao
Hi Takeshi, Just wonder if there's any update on this. We're still seeing the same error every day. Thanks, Bin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-a

Re: Location extension bug?

2013-12-10 Thread GDZ
Yes, I'm using code from example. I removed 'old' location extensions, created new ones (with no modifications to the code) and they got "Approved" status almost immediately this time. How do I close the ticket? Can't find any button/link to do so. On Monday, December 9, 2013 6:14:57 PM UTC-5

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-10 Thread Alex
we have the same problem -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Christian Gibbs
The OAuth login works fine, when I login myself. I can pull the data. But when I use another google account of mine I get the authorization error. I need to achieve this. Please dont say this is the result because the account is unlinked. Please give me some direction on how to achieve this. On

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Christian Gibbs
I updated everything over like you said with the OAuthHandler class. One of your staff said this. Takeshi Hagikura (AdWords API Team)[image: Google Employee] Nov 12 Hi Bikram, If the accounts are not linked to your MCC, you need to get a separate access token (and a refresh token) for each c

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Paul Matthews (AdWords API Team)
Hi Christian, When you say you've done many changes, what kind of changes? Are you able to get authentication working as per the screencast? Using the video is the easiest way to get the authentication working. The USER_PERMISSION_DENIED is served w

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-12-10 Thread Christian Gibbs
I am trying to access accounts that are not linked to our MCC by the consent of the user. It first starts here, $user = new AdWordsUser(); $user->SetOAuth2Info(array( "response_type" => 'code', "client_id" => $clientId, "client_secret" => $clientSecret, "access_token" => $access