Re: CreateAccountService InternalApiError

2011-12-14 Thread Alexander Yeliokoums
Problem is reproduced. Can anybody help me? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

using clientCustomerId instead of clientEmail, but what about the AuthToken?

2011-12-14 Thread Dr.g.
I thought that the change will required me to ask the user for his clientCustomerId instead of clientEmail. But actually I need to ask him for both new because I still need his eMail to create the AuthToken. Am I missing anything? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

v13 Cross Client Report Service

2011-12-14 Thread rh
Hi, I run keyword reports, at an MCC level for all sub accounts that we manage via the v13 Cross Client Report Service. Is this functionality being sunsetted or not? I have found conflicting information. Thanks RH -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Does the language make any difference on results?

2011-12-14 Thread calford
Hi, any news about this question? thanks On Dec 7, 3:43 pm, calford jonathan.cifuen...@gmail.com wrote: You can try the web keyword tool and see the results there. On Dec 5, 7:59 pm, David Torres davi...@google.com wrote: Hi, Can you please post your sanitized SOAP request? I'll

Re: No Results for October 2011

2011-12-14 Thread calford
Hi, Any news? it is December 14 and still no results for October. thanks On Dec 7, 5:40 pm, David Torres davi...@google.com wrote: Hi, Thanks for reporting, we are now investigating, I'll update this thread when having more information. Best, -David --

Re: v13 Cross Client Report Service

2011-12-14 Thread TompiT
I have found these official information from the Google AdWords API Team : As we announced (http://adwordsapi.blogspot.com/2011/11/120-days- until-deprecation-deadline.html) earlier this month, with the recent release of AdWords API v201109 (http://adwordsapi.blogspot.com/2011/10/

[perl v201109] add_campaign.pl breaks if modules load in different order

2011-12-14 Thread Ovid
In testing the Perl interface to the sandbox for examples/v201109/ add_campaign.pl, I repeatedly got the following error: == start == Error deserializing message: A fault was returned by the server: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element

InternalApiError TargetingIdeaService

2011-12-14 Thread Springest
Why developing something based on the TargetingIdeaService I'm getting this Internal API error. Any clue on what's going wrong? SOAP Log: ?xml version=1.0? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header ResponseHeader

Re: api for getting info using gclid

2011-12-14 Thread Kevin Winter
Hi, There's currently no way to tie the gclid back to your campaigns and keywords. However, you can make use of ValueTrack to include some of this information in your destination URL: http://support.google.com/adwords/bin/answer.py?hl=enanswer=178482 - Kevin Winter AdWords API Team --

Re: Keyword Details in Ad Perfomance Report in v201109

2011-12-14 Thread Kevin Winter
Hi, The AdPerformanceReport contains details about the ads, whereas the Keyword performance report contains details about the Keywords. Since both have KeywordId, you can run both reports separately and collate the information based on AdGroupId and KeywordId to include the details about

Re: Distinguishing between Country and Province / Getting country code or Province code (v201109)

2011-12-14 Thread Kevin Winter
Hi KD, The DisplayType returned with Locations with indicate if it is a Province or a Country. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Keyword Details in Ad Perfomance Report in v201109

2011-12-14 Thread Amit Vimal
Thanks. we are able to join the Keyword details in the Ad Performance report. On Dec 14, 7:46 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   The AdPerformanceReport contains details about the ads, whereas the Keyword performance report contains details about the Keywords.  Since both

C# API v201109 GetAllAdGroups returns always NULL.

2011-12-14 Thread Carballal Claudio
Hi, I'm using C# API for Adwords, updating from v201101 to v201109. Using v201101, I get all the groups for a certain campaign without problems, but when I use the v201109 for the same campaign I get always null in page.entries. Using the example provided in v201109 I'm getting the same

GetAllAdGroupCriteria.php returning incorrect data

2011-12-14 Thread Bogdan
I've populated my sandbox API account using AddCampaign.php, AddAdGroups.php and PerformBulkMutateJob.php found in the 201109 folder files. Now my account has 1 campaign, 2 AdGroups, several Ads and AdGroup Criterions. The problem is that when I run GetAllAdGroupCriteria.php I get `No ad group

Connecting to Adwords API in C#

2011-12-14 Thread Biznick
I've spent the last day trying to connect to the adwords api and do a simple getallcampaigns test, but have run into problems and could use some help. Here's my situation. I have a PPC account, lets call CompanyPPC with a client id of 111 and then I created an MCC account, CompanyMCC with an id

V201109 Exclude Location Criterion

2011-12-14 Thread Pete Lavetsky (AdWords API Guru)
I've poked around the docs but simply don't see how to mark a Location Criterion as excluded. Is the paradigm to make it a NegativeCampaignCriterion ? Thanks Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

v13 Geographical Report differs from other reports

2011-12-14 Thread Alexander Alex
Hello! I'm using v13 cross-client reporting, and we have problem with geo report. It shows more clicks and more money than other types of reports, and interface quick stats. We double, even triple-checked all, error persists. Here's job ids of reports, which returns different data; 2003507704 -

Re: Distinguishing between Country and Province / Getting country code or Province code (v201109)

2011-12-14 Thread K D
Thanks Kevin, that was very helpful. I should have looked into the example before asking this *blush* If somebody wants to see the example, it is at http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/GetLocationCriteria.java On an unrelated note, is it

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

2011-12-14 Thread iateadonut
How do you suggest requesting 10 reports at a time (from an array of 300 customerId's) using php? or is this impossible? On Dec 12, 12:33 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   Given that AdHoc reports cost 0 units, the cost of requesting the report to you as a developer is