Re: OAuth - didn't see it mentioned so I thought I'd ask

2013-01-08 Thread VijayRaj Chauhan
Hi, I have been using Google Adwords API for sometime now but couldn't find any solution for the couple of questions ... 1) Is it possible to get the list of modified campaigns after a given date (without using download API) ? I searched in forums but was not able to find any sol

Re: Sample code in java to add negative keywords at adGroup Level and AdCampaign level

2013-01-08 Thread Kapil
Also, please tell me how to add sitelinks in the ads. Thanks. On Wednesday, January 9, 2013 11:51:21 AM UTC+5:30, Kapil wrote: > > Please provide the sample code to add negative keywords in a campaign and > in a particular adGroup > > > Thanks, > > Kapil > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Sample code in java to add negative keywords at adGroup Level and AdCampaign level

2013-01-08 Thread Kapil
Please provide the sample code to add negative keywords in a campaign and in a particular adGroup Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=

Re: Waiting for test account approval

2013-01-08 Thread Ali
Hello Danial, I also applied for a test account through my MCC in mid-December. However, I too have not received any responses. I also emailed you guys twice to follow up on it to no avail. Please let me know what I should do. Thanks! -- Ali On Tuesday, January 8, 2013 3:23:54 AM UTC-6, D

authorization with perl client

2013-01-08 Thread Noah
Hello, I'm stuck with trying to get the examples running from the perl API. I have a test account, client ID, developer token and an authorization token. I have confirmed that they are valid by manually sending the example SOAP using curl (as described in the getting started docs.) Now, I p

Re: TemplateAd error AdError.MISSING_REQUIRED_TEMPLATE_FIELDS

2013-01-08 Thread David Torres (AdWords API Team)
Hi, I see you are sending back also the ad id and since you are adding an ADD operation the id should be not sent, could you try not sending the ad id and let me know if that fixes the problem. Best, - David On Thursday, December 20, 2012 8:23:41 AM UTC-5, Horhe wrote: > > Hello, > > anyone k

Where can I see the given API accesses?

2013-01-08 Thread mkr
Hi, I tried some Tools which have required access to the Adwords API. Now I would like to manage all the given accesses, but I can't find a single clue where this is managed. Have look all over again in my Adwords account. Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-01-08 Thread gpsdev
I'm getting error AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID. I think access tokens are fresh and proper. I'm using php library v201209. It is my first try to use test account. Also i must use method SetAuthToken to set auth token request header. Using SetOAuth2Info seems not to work as

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-08 Thread Danial Klimkin
Hello Bernardo, What kind of the account are you authorized with? Is this an MCC account or an advertiser account? MCS can only be used against MCC accounts. You also need to set the SOAPAction header properly: webRequest.Headers.Add("SOAPAction", "get") If you still receive the error, pleas

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-08 Thread Bernardo Alves
Hello Danial, Thank you so much for your help. It's truly apreciated. I tried the SOAP above, but I keep getting the same error: (500) Internal Server Error. I am using a valid developerToken and the authToken is refreshed before the call. I can confirm these two tokens work, because I am able

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-08 Thread gpsphpdev
I have this error too. But in my response i have reson [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:''] W dniu poniedziałek, 2 kwietnia 2012 14:07:41 UTC+2 użytkownik Zweitze napisał: > > Hi, > Since April 1st we get AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID >

GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-08 Thread gpsphpdev
AuthtToken is new so why i get this error? i'm using php library *v201209.* My request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201209"; xmlns:ns2="https://adwords.google.com/api/adwords/info/v201209";>

Re: zero impressions are only available in Keyword performance, not on Ad Performance

2013-01-08 Thread nf7588
Hi Oliver, we've tried to remove this field and still we don't see ads with imps 0. On Thursday, January 3, 2013 11:21:55 AM UTC+2, Oliver wrote: > > You're using this field: > > Conv. (1-per-click) ACE indicator > > which prevents zero impressions. Check the fields documentation here: > > https

Re: SOAP example to get ManagedCustomerPage

2013-01-08 Thread Danial Klimkin
See: https://groups.google.com/forum/#!topic/adwords-api/uFgQNjGtP4w On Thursday, January 3, 2013 3:09:08 PM UTC+4, Bernardo Alves wrote: > > Hi, > > Could anyone share an example of a SOAP request to get a > ManagedCustomerPage list from > ManagedCustomerService? > > > Thanks for any light you

Re: Waiting for test account approval

2013-01-08 Thread Danial Klimkin
Hello Vicki, If you still haven't received the confirmation email, please let us know your MCC and test account CID via email so we could check for you. -Danial, AdWords API Team. On Thursday, January 3, 2013 6:16:16 PM UTC+4, Vicki Gore wrote: > > Hi, > > I filled out the online form early

Re: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID.

2013-01-08 Thread Danial Klimkin
Hello gpsphpdev, This topic is more than 2 years old. Please create a new thread describing your problem. Make sure to let us know if you use any of the client libraries. -Danial, AdWords API Team. On Tuesday, January 8, 2013 1:00:23 PM UTC+4, gpsphpdev wrote: > > I have same problem > > W

Re: Problems using adwords api in php

2013-01-08 Thread Danial Klimkin
Hello bibudha ranjan, It looks like you are trying to access sandbox which is now shut down. Make sure you have the production server in your settings.ini file: DEFAULT_SERVER = "https://adwords.google.com"; -Danial, AdWords API Team. On Saturday, January 5, 2013 2:16:38 PM UTC+4, bibud

Re: AdGroup TargetingSettings via Report

2013-01-08 Thread Danial Klimkin
Hello Ian, This field is currently not available via the reporting. -Danial, AdWords API Team. On Friday, January 4, 2013 3:13:41 AM UTC+4, Ian wrote: > > Is there a way to obtain an AdGroups TargetingSettings via the Report > Service? We are trying to sync our accounts' adgroups w/o having

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-08 Thread Danial Klimkin
Hello Bernardo, We strongly recommend to use one of our libraries available here: https://developers.google.com/adwords/api/docs/clientlibraries but if you prefer SOAP, here is the request example for you: http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

Re: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID.

2013-01-08 Thread gpsphpdev
I have same problem W dniu poniedziałek, 25 stycznia 2010 18:47:09 UTC+1 użytkownik Ryan napisał: > > Hi, > > I'm having a problem with running calls to the Google Awords 2009 API. > I've managed to successfully retrieve an access token and it does > appear in the account. So there's no problem t

Re: Time Zone and Currency question

2013-01-08 Thread Danial Klimkin
Hello Ro, Please see this article: http://support.google.com/adwords/bin/answer.py?answer=1704358 -Danial, AdWords API Team. On Thursday, January 3, 2013 2:51:19 AM UTC+4, Ro wrote: > > Hey, > I hope you all had great holidays! > If I create an account with European time zone and currency

Re: OAuth2 and Suds Not Working (Python)

2013-01-08 Thread Danial Klimkin
Hello Skylude, Currently we only support SOAPpy with the python client library. -Danial, AdWords API Team. On Friday, December 28, 2012 1:57:40 AM UTC+4, Skylude wrote: > > Does anyone have any examples of how to get OAuth2 and suds working > together in harmony? > -- -- =~=~=~=~=~=~=~=~=

User with Gaia ID Does Not Exist

2013-01-08 Thread alex . malone
Hi There, We've recently been approved for a production environment developer token and have thus had to change our credentials within the pickle files. However, we are getting an interesting error when trying to do anything: ** failed end: HTTP Error 400: Bad Request AuthenticationError.NOT_

how to add/update destination url of a keyword using adword api

2013-01-08 Thread Kashif Aziz
Hi, I am using "https://adwords.google.com/api/adwords/reportdownload/v201209"; adword API and i want to add destination URLs of keywords. Here is my complete scenario: I download CRITERIA_PERFORMANCE_REPORT using the API and in predicates i check "CriteriaDestinationUrlDOES_NOT_CONTAIN_IGNO

Test Account Approval

2013-01-08 Thread google+googlemcc
Hello, I requested an API Test account on 12/18/12 and have not heard anything back regarding this. I believe it said we would hear back within 10 days but it has obviously been longer than that. Is there any update on this? Thanks, Dave -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Trying to migrate .NET/C# application to OAuth 2.0, Service Account, keep getting "access_denied"

2013-01-08 Thread capitolmcc
I have EXACTLY same problem On Friday, January 4, 2013 7:56:38 PM UTC-5, sandm...@gmail.com wrote: > I work for a company that uses Google AdWords, and we have a .NET > application (written in C#) that makes use of the Google AdWords API. We > are using the latest version (201209) of the Go