Pervasive CANNOT_SET_ID_FOR_ADD errors with location extensions starting today

2012-11-06 Thread Jim McCabe
Today we started noticing massive failures when posting location extensions, receiving CANNOT_SET_ID_FOR_ADD errors when we post new location extensions using the v201206 API. It is causing maybe 90% or more of our location extension calls to fail. This is very unexpected because we did not ch

Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-06 Thread Jason Stedman
Kevin, The original link seems to have been removed, but there is still a Selector link in this section that links to the BudgetOrderService.Selector: https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService#SelectorError -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: excluding content keywords

2012-11-06 Thread F.Pers
Oki i think i can exclude them by excluding the id 300 (dont know if this is the best practice so i'd appreciate any hint if its not). I am still interested what they are about!? Where can i read about that? Am Dienstag, 6. November 2012 21:45:25 UTC+1 schrieb F.Pers: > > Hi > > i have a bu

Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-06 Thread Kevin Winter
Thanks for the suggestion Jason. The code example does it slightly differently: https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/reporting/DownloadCriteriaReport.java#64 That link unfortunately won't work - the latest version o

Re: LOGIN_COOKIE_REQUIRED error with Perl Library on V201109 after I changed MCC Login password

2012-11-06 Thread Kevin Winter
Hi, The Perl library defaults to the file in the home directory. You can override this when constructing the Client object, see the documentation for more details and an example: http://google-api-adwords-perl.googlecode.com/svn/trunk/docs/Google/Ads/AdWords/Client.html#new Obviously you'll

Re: java client lib require jaxb

2012-11-06 Thread Kevin Winter
Hi, Some searching with Google found me this page: http://grails.1312388.n4.nabble.com/Repost-QName-Linkage-Error-with-CXF-client-in-run-app-but-not-in-run-war-td3398746.html which indicates this is a problem with included jars providing the same class file. Could you try the steps they sugge

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
I managed to fix it by removing the clientId from the auth.ini and setting one of the clientCustomerId's in the PHP code after receiving the accountHierarchy by doing this: $user->SetClientId(2731918***); Thanks for your help! Op dinsdag 6 november 2012 17:23:30 UTC+1 schreef Jeremy Aube het

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
I managed to fix it by removing the clientId from the auth.ini and setting one of the clientCustomerId's in the PHP code after receiving the accountHierarchy by doing this: $user->SetClientId(2731918***); Op dinsdag 6 november 2012 17:23:30 UTC+1 schreef Jeremy Aube het volgende: > > auth.ini

java client lib require jaxb

2012-11-06 Thread Wilson MacGyver
To download adhoc report using the java client, is jaxb required? I'm having problem with jaxb class path issue I keep getting Caught: java.lang.LinkageError: loader constraint violation: when resolving method "javax.xml.bind.JAXBElement.(Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljava/lang/Ob

Perl API examples appear to be broken - help??

2012-11-06 Thread Noah
Just started looking into the adwords API today. 1) Downloaded, and installed the api library directly from Google. All code and dependencies installed without any problems. 2) I want to use the sandbox to play around, so changed three items in the adwords.properties file (copy located in my h

excluding content keywords

2012-11-06 Thread F.Pers
Hi i have a bunch of keywords that are labeled content. What are these and where can i read more about them? Furthermore, how can i exclude them from my keyword report (API)? thx -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwo

What steps are taken when determining if ad text is too long, when the ad includes dynamic keyword insertion and ad params?

2012-11-06 Thread Chris
Hi Guys, So, I was wondering exactly what steps happen when AdWords receives a Text Ad that contains both Dynamic Keyword Insertion and an Ad Param e.g. Description Line 1: Buy our {KeyWord:stuff} Today at price ${param1:xx} My question relates to specifically the order in which the length of the

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-06 Thread Jarrett Croll
Hi Paul, Yes I must concur. Is it my understanding that we must now wait 5-6 weeks for approval to get access back to the API? Much Thanks, Jarrett On Tuesday, November 6, 2012 5:14:31 AM UTC-8, Przemysław Oleksy wrote: > > Last i make it work even though the status was Developer token: Pendin

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-06 Thread Sébastien de Salvador
So my code is actually right, thanks for your answer, but the business wants those exact figures, I'm just the dev in the story so I'll stick to the older API :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Re: Using Adword .Net api for just Campaign management

2012-11-06 Thread ashford.com
HI!! im also in a similar situation, so i would like to know if u got somewhere?? im looking for a good example how to get started, i know well c# but i had never used yet an api On Monday, August 27, 2012 5:38:32 PM UTC-4, Longtail wrote: > > Hi, > My company is currently using Adwords a

Re: Create Search Network Only campaign

2012-11-06 Thread Jeremy Aube
After some additional troubleshooting, it looks like the issue occurs when the campaign add request also contains an add request for a deleted campaign. I'm using bulk mutate, so I get an error back for each campaign, but the CANNOT_MODIFY_CONTENT_CONTEXTUAL error is confusing because it only h

Re: Problems setting up Sandbox account

2012-11-06 Thread Jeremy Aube
auth.ini should work. Did you include hyphens in your clientCustomerId? On Tuesday, November 6, 2012 8:51:58 AM UTC-5, Stefan den Hartog wrote: > > I tried adding the clientCustomerId to the auth.ini but that doesn't make > any difference, should I set it in the PHP bit? > $user->setCustomerId('

Create Search Network Only campaign

2012-11-06 Thread Jeremy Aube
I was testing some changes in sandbox and started getting CANNOT_MODIFY_CONTENT_CONTEXTUAL errors. It looks like I can no longer set the network settings for a new campaign. How can I make a Search Network Only campaign if I can't modify the network settings? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-06 Thread Sébastien de Salvador
Ah well, I guess we'll stick to v201109 for now since it returns the right numbers... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-06 Thread Sebastiaan Moeys
Sebastien: 1) Match type is no longer supported in newer API versions. One does wonder why it is still present in the Web UI, still waiting for a response from Google there. 2) SEARCH_VOLUME will return local results if you specify location targeting criteria. Those results seem to be slightly d

Re: ReportUtilities.DownloadClientReport error (v201209)

2012-11-06 Thread Tom
Ok, I figured it out. While modifing my app.config I accidently removed my DeveloperToken along with the ClientCustomerId. Maybe the error message should indicate which field it is missing... On Tuesday, November 6, 2012 11:33:17 AM UTC+1, Tom wrote: > > Hi, > > until now I was creating and down

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-06 Thread Sébastien de Salvador
Actually I've just noticed that using the attribute SEARCH_VOLUME returns the value from the "Google Search Network" column, how can I get the value from the "Local Monthly Searches" column? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-06 Thread Sébastien de Salvador
Same problem here with the .NET API, here's the code: TargetingIdeaPage page; var user = new AdWordsUser(); var searchVolumes = new Dictionary< string, long >(); var targetingIdeaService = ( TargetingIdeaService )user.GetService( AdWordsService.v201

Re: ReportUtilities.DownloadClientReport error (v201209)

2012-11-06 Thread Tom
Hi Paul, yes, I am using v201209 (from awapi_dotnet_lib_v15.1.0). Also tried v201206, same result. When using v201109 the trigger differs ("You are accessing an AdWords API version v201109 that has been discontinued..."). Now trigger is "Missing client information", whatever that means... Regar

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
I tried adding the clientCustomerId to the auth.ini but that doesn't make any difference, should I set it in the PHP bit? $user->setCustomerId('4856529***') for example? On Tuesday, November 6, 2012 1:45:55 PM UTC+1, Jeremy Aube wrote: > > Try setting clientCustomerId to one of the 5 custome

Re: ReportUtilities.DownloadClientReport error (v201209)

2012-11-06 Thread Paul Matthews
Hi Tom, Are can you confirm that you're no longer using the API version v201109 and have switched to v201206 or v201209 as per this post ? Regards, - Paul, AdWords API Team. On Tuesday, 6 November 2

Re: ReportService keeps failing with "The remote server returned an error: (400) Bad Request"

2012-11-06 Thread Soapy
Fixed it, removed the client email from the header and it works again. Hope this helps someone else. On Tuesday, 6 November 2012 10:47:48 UTC, Soapy wrote: > > I'm also gettnig this error. Anash, there is no XML response to give you > as the server is saying there is something wrong with this

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-06 Thread Przemysław Oleksy
Last i make it work even though the status was Developer token: Pending approval. And so? 5-6 weeks process wait? You can not speed up as an exception? W dniu wtorek, 6 listopada 2012 13:46:35 UTC+1 użytkownik Paul Matthews napisał: > > *Update*: > > For those accounts displaying "Developer tok

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-06 Thread Paul Matthews
*Update*: For those accounts displaying "Developer token: *Pending approval*" or similar. Please follow instructions in this post to reapply for API access. To find the status of your developer token: 1. Login

Re: Problems setting up Sandbox account

2012-11-06 Thread Jeremy Aube
Try setting clientCustomerId to one of the 5 customer ids. On Monday, November 5, 2012 3:43:23 PM UTC-5, Stefan den Hartog wrote: > > I'm trying to set up a fresh Adwords account, at this moment I can get the > account hierarchy and I get this back: > > (Customer Id, Account Name/Login) 9607306**

Re: TargetingIdeaService with broad match

2012-11-06 Thread Paul Matthews
Hi Terrafant, We've recently published an article explaining the difference in numbers. This is currently the best source of information on the Targeting Idea Service and the data returned. Cheers, - Paul, AdWor

Re: Determining specific AdGroupAd type and AdGroupCriterion type

2012-11-06 Thread Bhavin Shah
Thanks for response. Unfortunately, switching to report-download is not a option for us now. We must use Services.get calls. As per the documentation in get calls "Although this field is returned in the response, it is ignored on input and cannot be selected." So if selecting Type is not possible

Re: report error

2012-11-06 Thread Paul Matthews
Hi F.Pers, Could you provide more context? Such preferably the xml from a failed request (ensuring you don't send any personally identifiable information). Cheers, - Paul, AdWords API Team. On Monday, 5 November 2012 18:47:06 UTC, F.Pers wrote: > > Hi > > irregularly i get the following error

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-06 Thread Paul Matthews
We are looking into this but have no new updates yet. As soon as we have any information, we'll update this thread. Cheers, - Paul, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-06 Thread laid kalkoul
Hi Paul, Any solutions for this problem???and how long it will take to fix it? Regards. Le lundi 5 novembre 2012 12:45:58 UTC+1, Paul Matthews a écrit : > Hi All, > > I'm looking further into this and will update this thread when I have more > information. If you've not already, please send m

Re: ReportService keeps failing with "The remote server returned an error: (400) Bad Request"

2012-11-06 Thread Soapy
I'm also gettnig this error. Anash, there is no XML response to give you as the server is saying there is something wrong with this request. It does not return any XML data.The error I am getting is "The remote server returned an error: (400) Bad Request." It's my understanding a 400 co

ReportUtilities.DownloadClientReport error (v201209)

2012-11-06 Thread Tom
Hi, until now I was creating and downloading AdHoc-Reports with v201109 with ClientLogin authentication. I switched to oAuth2, but when I try to download a report, I get an error: ReportDownloadError.INVALID_PARAMETER (Trigger: Missing client information). I did not change the ReportDefinition

Re: Determining specific AdGroupAd type and AdGroupCriterion type

2012-11-06 Thread Zweitze
In my understanding the type field should never be NULL, it must have a value. When you encounter this situation again look at the SOAP response (XML) and see whether the problem is in your code processing the SOAP response or indeed in the SOAP response itself. If the problem is indeed the resp

Target Ideas problem with CategoryProductsAndServicesSearchParameter

2012-11-06 Thread Donizetti
Hello, I was used to use TargetingIdeaService with the CategoryProductsAndServicesSearchParameter. Since yesterday when I try to use this parameter I get back an error: SoapFault exception: [soap:Server] [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error