Re: Cannot get, or add ProductAdExtensions

2013-01-09 Thread John Lister
Hi, is there any news on when this feature may be added to the api? That and being able to assign labels would be extremely useful. Thanks On Tuesday, 18 December 2012 02:30:44 UTC, Takeshi Hagikura (AdWords API Team) wrote: Hi Unfortunately ProductionExtension can't be still added via

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-09 Thread Paul Matthews
Hi gpsphpdev, It seems that seems that there is an error with the authToken, is there any chance you could post the code you used to create this request? Remembering to anonymize the code. Possible issues with the request are: - The authToken line in the auth.ini could contain incorrect

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-09 Thread Bernardo Alves
Hello Danial, I am using an account which I believe is MCC, with access level configured as Administrative Access. I work for a media agency and we handle many client accounts. I have also tried with the Client Manageraccount we use, which is configured with User interface and API access type.

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-09 Thread Danial Klimkin
Hello Bernardo, Make sure the endpoint you are sending the request to matches the namespace. It should be https://adwords.google.com/api/adwords/mcm/v201209/ManagedCustomerService Also, see article on how to capture SOAP messages with the DotNet library:

Re: Waiting for test account approval

2013-01-09 Thread Danial Klimkin
Hello Ali, Please let me know your test account CID. -Danial, AdWords API Team. On Wednesday, January 9, 2013 9:29:34 AM UTC+4, Ali wrote: 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

Re: MCM service - GetClientCustomerId : The remote server returned an error: (500) Internal Server Error.

2013-01-09 Thread Danial Klimkin
Hello Kiran, A correct request should look like: ?xml version=1.0 encoding=UTF-8? env:Envelope xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xmlns:wsdl= https://adwords.google.com/api/adwords/mcm/v201209; xmlns:env=

Re: Getting Empty XML Reports

2013-01-09 Thread Danial Klimkin
Hello Jeff, Are you sure you use exactly the same report definition? If so, please send me your account CID and I will try to reproduce the issue. -Danial, AdWords API Team. On Saturday, January 5, 2013 2:06:07 AM UTC+4, Jeff Freeman wrote: Hi, I am trying to download a report through

We ahve to implemnet teh goodle sandbox API

2013-01-09 Thread Munesh Singh
We are website development company Flexsin Technologies and we are developing it a portal to fetch the records regarding Google ad word in the portal so that we can manage its data as per the client requirements. Please provide us the way how we can access the data. Thanks, Flexsin team --

Re: Geolocation Targeting by Postcode

2013-01-09 Thread Adam Weiss
I this still the case? If proximity targets and zip codes are not available for estimates, what is the suggested way to provide estimates that are more accurate when the advertiser wants to use radius targeting? Thanks, -Adam On Tuesday, June 5, 2012 4:00:19 PM UTC-4, David Torres wrote: Hi

DISPLAY_KEYWORD_PERFORMANCE_REPORT not working

2013-01-09 Thread Martin Panelati
Just saw on the report types documentation a new type of report consisting in the display keywords performance: https://developers.google.com/adwords/api/docs/appendix/reports#display-keyword But when I make the request via the API I get the following message: cvc-enumeration-valid: Value

Re: INCOMPLETE_SIGNUP error

2013-01-09 Thread Danial Klimkin
Hello, Please make sure your MCC account is set up properly and has billing information included. If still in doubt, let us know your account CID (can be found in the top right corner in the user interface). -Danial, AdWords API Team. On Sunday, January 6, 2013 2:12:56 AM UTC+4,

Re: Test Account Approval

2013-01-09 Thread Danial Klimkin
Hello Dave, Please send us your MCC and Test Account CIDs over email. -Danial, AdWords API Team. On Monday, January 7, 2013 6:30:56 PM UTC+4, google+g...@leadkarma.com wrote: Hello, I requested an API Test account on 12/18/12 and have not heard anything back regarding this. I believe

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

2013-01-09 Thread Danial Klimkin
Hello Kashif, See this example on how to add a keyword with destination URL: https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201209/BasicOperations/AddKeywords.cs and this one on how to update an exiting criterion:

Re: User with Gaia ID Does Not Exist

2013-01-09 Thread Danial Klimkin
Hello Alex, What authorization type do you use? Is this clientLogin (email + password) or OAuth? Did you set up the library configuration file? -Danial, AdWords API Team. On Monday, January 7, 2013 2:58:44 PM UTC+4, alex@junari.com wrote: Hi There, We've recently been approved for a

Re: Where can I see the given API accesses?

2013-01-09 Thread Danial Klimkin
Hello Martin, You can find your OAuth grants in the account section: https://www.google.com/settings/account Click 'Security' on the left, 'Manage access' under 'Connected applications and sites'. -Danial, AdWords API Team. On Tuesday, January 8, 2013 1:47:30 PM UTC+4,

placement returned by value tracking does not always match with url in auto placement performance report

2013-01-09 Thread haiku
Hi, We have observed that 1] For Google Domains: - Same url is returned in auto placement performance report as well as through value tracking. - For Eg: Both value tracking and performance report return sub domain strings like 'mail.google.com', 'maps.google.com', 'finance.google.com'

Re: keyword match settings ???

2013-01-09 Thread Paul Matthews
Hi Noah, You say you're trying to create a campaign. Firstly, I'd strongly recommend using a client libraryhttps://developers.google.com/adwords/api/docs/clientlibrariesfor this operation as there are multiple steps to it. Secondly, can I check that you've created a budget for use with this

Re: We ahve to implemnet teh goodle sandbox API

2013-01-09 Thread Paul Matthews
Hi Munesh, The late last year we announcedhttp://googleadsdeveloper.blogspot.in/search/label/sandboxthat we're sunsetting the sandbox and now use test accounts https://developers.google.com/adwords/api/docs/test-accounts. For more information on how to request data from our APIs, please

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

2013-01-09 Thread Paul Matthews
Hi Kapil, Please take a look at this example codehttps://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201209/AddNegativeCampaignCriterion.java, that is packaged with the java client library. Regards, - Paul, AdWords API Team. -- --

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

2013-01-09 Thread Paul Matthews
Hi, Any fields you include that have a behavior of Segment will prevent the report from including zero impressions. For more information on this, please see this articlehttp://googleadsdeveloper.blogspot.co.uk/2011/12/zero-impression-data-in-adwords-api.html . Additionally, please check the

Feature Request: Notes Field

2013-01-09 Thread Yeison Rodriguez
Dear API Team, There are times when we need particular information about an object, such as a ManagedCustomer, that is not part of the object. For example, in our organization we split up our Accounts into Search Accounts and Content Accounts. Each contains search/content keywords

Feature Request: Notes Field

2013-01-09 Thread Yeison Rodriguez
Dear API Team, There are times when we need particular information about an object, such as a ManagedCustomer, that is not part of the object. For example, in our organization we split up our Accounts into Search Accounts and Content Accounts. Each contains search/content keywords

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-09 Thread Bernardo Alves
Hello Danial, Thanks again for your support. The endpoint is correct. I managed to capture the xml response alon with the (500) Internal Server Error and the actual error is GOOGLE_ACCOUNT_COOKIE_INVALID. I'm sorry, I can't find your email to send you the full xml response... (or G+). The

Re: DISPLAY_KEYWORD_PERFORMANCE_REPORT not working

2013-01-09 Thread Paul Matthews
Hi Martin, You are right in pointing out that it is a beta feature, this means that it's a feature only enabled for users on the beta program. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Getting Empty XML Reports

2013-01-09 Thread Jeff Freeman
Were you able to reproduce the issue? On Wednesday, January 9, 2013 7:00:17 AM UTC-5, Danial Klimkin wrote: Hello Jeff, Are you sure you use exactly the same report definition? If so, please send me your account CID and I will try to reproduce the issue. -Danial, AdWords API Team.

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime you create a

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime you create a

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime you create a