Re: mutatejobservice get question

2012-03-23 Thread Michael Ni
thanks, i will try this approach On Friday, March 23, 2012 10:55:41 PM UTC-7, Ewan Heming wrote: > > You should use the report service for this instead of get operations. Pull > a keyword report with the following fields: > > - CampaignName > - AdGroupName > - KeywordText > - KeywordMatchType >

Re: mutatejobservice get question

2012-03-23 Thread Ewan Heming
You should use the report service for this instead of get operations. Pull a keyword report with the following fields: - CampaignName - AdGroupName - KeywordText - KeywordMatchType - CampaignId - AdGroupId - KeywordId You'll then be able to write a script that would match your Excel sheets to t

Re: mutatejobservice get question

2012-03-23 Thread Michael Ni
if i have 1 million groups, should i "get" the id of each group? that would be 1 million requests to get the id of each group, then afterwards i would do 1 million / 1 bulk requests to mutate, that would take extremely long time On Friday, March 23, 2012 4:46:46 PM UTC-7, Evgeniy Bogda

Re: mutatejobservice get question

2012-03-23 Thread Evgeniy Bogdanov
As I know - not, you can't do bulk searches of campaigns names. If I was you, I will go on other way. Just create one request to list all campaigns and search through it. Every match Campaign name -> Id will be saved in separate file. пятница, 23 марта 2012 г. 2:33:31 UTC+3 пользователь Michael N

Re: Dynamic Search Ads missing in Ad Performance Report

2012-03-23 Thread Richard
I've noticed that the stats still show in the Campaign Performance Report as well as the AdGroup Performance Report. They have just disappeared from the Ad Performance Report. On Wednesday, March 21, 2012 2:03:38 PM UTC-4, Antonio Tajuelo wrote: > > Hello everyone, > > I'm downloading an Ad P

Re: Campaign Costs

2012-03-23 Thread Ewan Heming
You should just need to set the clientId property of the user to the customer id you obtained from the ServicedAccountService: $customerId = "1234512345"; $user->SetClientId($customerId); Then the campaigns for that account will be returned. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Campaign Costs

2012-03-23 Thread Gareth Whittaker
Having used ServicedAccountService to get all the client accounts/MCC's I manage, how do I then specify which account I want to use CampaignService on? Originally, I just tried using the CampaignService on it's own to bring back all campaigns, but this came back with No campaigns were found, so

Re: Ad's disapproval reason in Ad Performance Report

2012-03-23 Thread Dmitriy
Thanks, Pete. Yeah, I know it, just ask for opportune (imho) feature. пятница, 23 марта 2012 г. 14:55:30 UTC+2 пользователь Pete Lavetsky (AdWords API Guru) написал: > > Dmitriy, > > I don't believe so. You actually need get the Ad object > : adGroupAd.getAd().​getDisapprovalReasons() > > Pete

Carrier Targeting CriterionError.CANNOT_TARGET_CRITERION

2012-03-23 Thread Eric Liu
Hi Adwords Team, I have a campaign with carrier targeting as follows: EuskaltelES Spain 70334 JazztelES Spain 70335 OrangeES Spain 70332 SuperCarrierES Spain 70359 TelefonicaES Spain 70330 VodafoneES Spain 70331 Yoigo

Re: Filter Search Query Performance report by keywordId?

2012-03-23 Thread mm
That's interesting - I hadn't noticed that it was a long rather than Long. I have pretty much assumed that if something is listed as an Attribute, then I should be able to create a working Predicate for it. I also had assumed that the whole move to the new Reports system was for parity with wha

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-03-23 Thread Rodrigo Berlinck
the documentation says that we need to associate an account Adwords api developer in"igning up is easy. All you need to get started is an active AdWords account. Once youhave registered as a developer, Can you access your AdWords API Center to manageyour token and budget settings. " click on li

Efficient AdHoc report downloads

2012-03-23 Thread Adam Weiss
We successfully switched from MCC reports to multiple AdHoc reports, but are finding that it is taking significantly more time to finish than it did in v13. We are doing up to 10 concurrent threads downloading reports via the ReportUtilities in the .NET client library. Each thread is doing the

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2012-03-23 Thread Neil Kirk
Hi Eric, Our keywords aren't new, but I still randomly get this error. This is the Parameter XML received when I requested it: http://www.w3.org/2001/XMLSchema-instance"; xsi:type="BiddableAdGroupCriterion"> 2010965785 BIDDABLE 12099920 KEYWORD Keyword sms marketing BROAD BiddableAdG

Re: javax.xml.rpc.ServiceException: Arguments to addParameter(String, String) cannot be null

2012-03-23 Thread AdWordsAPIAdvisor
Hello Daniel, You received 'No campaigns were found' as the request was executed against the MCC account which can have no campaigns. You need to specify the clientId in form of '123-456-7890' to access a particular account. -Danial, AdWords API Team. Original Message Follows: ---

Re: name limitations

2012-03-23 Thread AdWordsAPIAdvisor
Hello Dmitriy, Russian characters are represented as two bytes in the UTF-8 encoding. So the total length of the name is more than 128 bytes. -Danial, AdWords API Team. > On Saturday, 17 March 2012 16:16:37 UTC+5:30, Dmitriy wrote: > > > > Hello Danial. > > > > Please, could you explain why

Re: Adwords Tokens

2012-03-23 Thread Ewan Heming
For the record, I'm not a Google employee, so don't actually know why your specific application was rejected. However, I do a lot of work with the AdWords API, so I'm trying to get my head around the details of the TOS. I came across your post that suggested that the results of the TrafficEstim

TargetingIdeaService - AVERAGE_TARGETED_MONTHLY_SEARCHES

2012-03-23 Thread Maria Engström
Hi, I have just been switching over from v13 to v201109. I'm getting zero AVERAGE_TARGETED_MONTHLY_SEARCHES and competition for some keywords. Using the keywordtool the AVERAGE_TARGETED_MONTHLY_SEARCHES shows correct results, but not in the API. Is this a known problem or am I doing something

Re: Adwords Tokens

2012-03-23 Thread adwo...@seonative.de
> I was wondering about your tool called sitefactor; The tool sitefactor has nothing to do with with our api application. > where exactly are you getting your Google Ranking data from? The Google API doesn´t offer any ranking data. sitefactor is violating none of t