Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-01 Thread Anash P. Oommen
Hi, One easy way to get the xml templates is to download a client library, turn its SOAP logging on and write a test script (or you could use one of the code examples available with the library distribution. Since you are on ASP, I'd recommend the Adwords API .NET library (code.google.com/p/go

Re: Report download Bad request. (v201109)

2011-12-01 Thread Anash P. Oommen
Hi Darko, Does the code work if you call to production instead? Which version of the AdWords API .NET library are you using? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Re: Campaign and AdGroup-IDs reported as invalid

2011-12-01 Thread Anash P. Oommen
Hi Daniela, The most likely issue is that your code is still somehow trying to access the campaigns using clientEmail instead of clientCustomerId. The best bet is to turn on SOAP logging in the library and take a look at the outgoing and incoming soap messages to confirm that your code is indee

Re: How do i give image campaign precedence over text ads campaign?

2011-12-01 Thread Anash P. Oommen
Hi, This is probably a question better suited for the general AdWords forum: http://www.google.com/support/forum/p/AdWords. That said, you could probably explore ad delivery options in AdWords : http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=37611 Cheers, Anash P .Oommen, AdWo

Re: How can I get "real search terms" with API ?

2011-12-01 Thread Anash P. Oommen
Hi Olivier, AdWords API has TargetingIdeaService and TrafficEstimatorService, but they give keyword ideas and their traffic estimates from an advertiser point of view, not purely from search traffic point of view. Documentation are available at http://code.google.com/apis/adwords/docs/referenc

Help on approach for migrating to new Selector

2011-12-01 Thread Rick L
I am new to this API and I have been asked to migrate to the latest version. This includes updating a bunch of existing code that uses the old Selectors that are being sunsetted. I am considering using the below approach to minimize the impact of the change. My proposed approach introduces sev

Monthly Search Volume from > 12 months ago

2011-12-01 Thread Joe
Hi everyone, I am currently using the TARGETED_MONTHLY_SEARCHES attribute type in the TargetingIdeaSelector to get a rolling 12 months of data on my keywords. Unfortunately, I need to go back further than 12 months for the analysis that I'm doing. I haven't been able to figure out how to do tha

Re: Error while trying to set campaign language targeting

2011-12-01 Thread Eric Koleda
Hi Roberto, There are two problems with your request: 1) It is using the operator SET, when only ADD and REMOVE are supported. 2) The namespaces on your elements is incorrect, so the API is not correctly reading the required fields. We recommend that you use our client libraries rather that con

Method to get AdGroupCriterion.Type in Perl

2011-12-01 Thread Tim Chaney
I am successfully using get_operand()->get_xxx methods to retrieve various components of the AdGroupCriterion however having trouble figuring out how to retrieve the AdGroupCriterion.Type. I see that the value is "BiddableAdGroupCriterion" in the debugger. What method do I call to retrieve this val

Re: php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-12-01 Thread Eric Koleda
Hi Larry, Please read through the Sandbox documentation for more information on how to get started: http://code.google.com/apis/adwords/docs/sandbox.html You must first make a CampaignService.get() call, although that call can simply be made against the MCC account. Best, - Eric Koleda, AdWor

Re: Call Metrics

2011-12-01 Thread Eric Koleda
Hi Mark, Jason is correct, it's not possible to send metric data to AdWords. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=

Re: Upper limit on Operations per Request

2011-12-01 Thread Eric Koleda
Hi Ian, Can you provide more context on what services you are using when you hit this rate limit? Against the sandbox or production? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

How can I get "real search terms" with API ?

2011-12-01 Thread Olivier
Hi. I'm looking for "search terms" on Adwords API. Does it exist ? Thx -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

How do i give image campaign precedence over text ads campaign?

2011-12-01 Thread Soundman
I need the image ads to be appearing more and it's my text ads that are getting all the clicks.Is it just a case of pausing text ads? Or is there another way?Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

social settings

2011-12-01 Thread eko...@gmail.com
Is there a way through the API to indicate for a campaign that the ads should not include the "+1" button? Currently, it defaults to adding the +1 for all ads. thanks, eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2011-12-01 Thread Eric Koleda
Hi, Cross-client reporting functionality is no longer available in v201109, although there are ways to achieve the same results using a series of single-client reports: http://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-of-client.html The header "returnMoneyInMicros" header al

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2011-12-01 Thread iateadonut
Thanks. How do I download a report that has information for all my clients with adHoc reports? Also, through adHoc reports, selector 'Cost' is a microAmount? How can I change that back to a dollar amount? Thank you. On Nov 30, 6:07 pm, Eric Koleda wrote: > Hi, > > The customer ID shown is th

Re: InfoService v201109 error

2011-12-01 Thread Eric Koleda
Hi, We are aware that there is a gap in our offering when it comes to obtaining the customer IDs of unlinked accounts, and we are working on ways to address that. Asking the user for the CID is the only workaround at the moment, but we recognize it's not ideal. That said, API version sunsets

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread Eric Koleda
Hi Carver, That error message is very common, and likely has a different cause in your case. Please see the following for more information: http://code.google.com/apis/adwords/docs/troubleshooting.html#InternalApiError Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Error getting monthly searches with targeting_idea_service using Adwordsservice.v201109

2011-12-01 Thread o.maert...@uniquedigital.de
Hello, we are having trouble to get the ‘average targeted monthly searches’ with the ‘targeting_idea_service’. We are using the newest Adwords Api v201109. When we call multiple Keywords, we get a search volume of 0 for some keywords, but if we call them separately, we receive the search volume we

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread carver
Hi Eric, I'm getting a similar error when using CampaignCriterionService: AdwordsApi::V201109::CampaignCriterionService::ApiException: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] -- =~=~=~=~=~=~=~=~=~=~=~=~

how can I know in the API if an AdGroup is attached to a remarketting (audience) ?

2011-12-01 Thread Edward Bells
Hey all, Can someone please help me with that problem. The question: Using the API, How can I know if an AdGroup using remarketting or not ? The reason: I want to change the destination URL for the entire campaign with the API. usually for normal ads which uses Keyword, I just update the keyword

Re: AdWords API v201109 is now available

2011-12-01 Thread IndexTools
bump Inclusion in v13 Whitelist required, yet unable to find what the process for said inclusion is. We need this for the same reasons articulated by Rob. Thanks for any clarity. Stefan On Nov 8, 11:31 am, Rob wrote: > Could you please explain how the whitelist process will work for the V13 >

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread Eric Koleda
Hi All, The root cause of this issue has been identified and resolved. Let us know if you see the error return. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Campaign and AdGroup-IDs reported as invalid

2011-12-01 Thread Daniela
After updating to V201109 and the Java-Libraries 8.4.1 and today also 8.4.2 I get the following errors using the AdGroupService and the CampaignService on all operations (get and mutate with add and set): -[EntityNotFound.INVALID_ID @ operations[0].operand.id; trigger:'CampaignId: xxx'] -[Entit

problem with creating sandbox acc v201109 No such operation: (HTTP GET PATH_INFO: /v201109/CampaignService)

2011-12-01 Thread sgrgic
Hi, Since I'm new to Google AdWords API I need some help with creating sandbox account. I went through steps described on http://code.google.com/apis/adwords/docs/sandbox.html: 1. created google account 2. get authToken (http://code.google.com/apis/adwords/docs/headers.html#authToken

Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-01 Thread HughAJWood
Cheers chap, I see where I didn't understand the documentation now I should fly through the rest. On Nov 30, 4:33 pm, "Anash P. Oommen" wrote: > Hi, > > You can ignore Ad.Type. It is meant to help dynamic languages deserialize a > type correctly at runtime. You should specify xsi:type as TextAd a

Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-01 Thread pablo
I have the following code in php: *try {* * * * $user = new AdWordsUser();* * $user->LogAll();* * * * $report_date = date("Y-m-d" ,strtotime('yesterday'));* * * * for ($f=11;$f<=$count;$f++){* * $clientId = $clientes['id'][$f];* * $user->SetClientId($clientId);* * $user->LoadService('ReportDefinit

Report download Bad request. (v201109)

2011-12-01 Thread darko
Hi, When i try to download a report in sandbox with this method ReportUtilities(user).GetClientReport(definition) it returns. 400(Bad Request) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

2011-12-01 Thread tony
Hi, when I invoke UserListService try to add RemarketingUserList in sandbox, it always return "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]". Does anybody meet the same problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~

AuthenticationError.CUSTOMER_NOT_FOUND

2011-12-01 Thread fdb10
Hi All, I'm having problem with running the example codes from the PHP Client Library. I'm using sandbox with library version v201109. Im also using "clientEmail" instead of "clientCustomerId". What configuration should I do to run the example. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Client Email header is not supported in v201109

2011-12-01 Thread Anash P. Oommen
Hi Sadanandam, Try using the ClientCustomerId header instead. GetAccountHierearchy.cs can be used as a starting point to get a mapping for all your clientEmails to clientCustomerIds. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: AD_PERFORMANCE_REPORT is empty

2011-12-01 Thread pablo
Hi Eric, I solved the problem another way. By inserting some data fields (Clicks) has completed thereport. Thank you very much -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Cant get Campaigs in sandbox Adwords

2011-12-01 Thread Anash P. Oommen
Hi Morteza, The configuration is almost fine, here's what you need to do to make calls to sandbox. 1. Run GetAllCampaigns.cs. This initializes the sandbox with 5 test accounts, but since you haven't added any campaigns, you will get an empty list. 2. Run GetAccountHierarchy.cs. This will give