AdWords API Re: Correct soap body of a request to TargetingIdeaService

2010-02-11 Thread SaravananTopgun
Hi Eric, Is that possible to get the ideas(keywords) specific to individual day/ month using PHP? Thanks, Warm Regards, Saravanan On Jan 20, 10:39 pm, AdWords API Advisor wrote: > Hi Michal, > > The first thing to remember is that all data returned from sandbox for > the TargetingIdeaService wil

AdWords API Re: Keyword Variation - Daily/Monthly report generate option..

2010-02-11 Thread SaravananTopgun
FYI..currently, am using V13 and on the other hand , i have setup V200909 as well. Thanks, S On Feb 11, 7:03 pm, SaravananTopgun wrote: > Hi, > > I have used "get_keyword_variations.php" script to generate keyword > variation report, which is producing the following output. > > Array ( [moreSpec

AdWords API Re: keyword stats

2010-02-11 Thread d3onlinemarketing
Hello, Doing the following on the on the campaign level works perfectly CampaignSelector selector = new CampaignSelector(); StatsSelector statsSelector = new StatsSelector(); DateRange dateRange = new DateRange(); dateRange.setMin("20090121"); dateRange

AdWords API Re: keyword stats

2010-02-11 Thread d3onlinemarketing
Hello, thanks for a reply. however, adding the dateRange line StatsSelector statsSelector = new StatsSelector(); DateRange dateRange = new DateRange(); dateRange.setMin("20090121"); dateRange.setMax("20090121"); // this line was mis

AdWords API Re: using adwords .net library for dummies

2010-02-11 Thread jamesJ
Hi David, I think you need to change some values on app.config file such as your google account info and tokens.etc. and you have to change the URL as well. I am using .net with c#,too. I took a quick look this .net library, it can be your good reference, but I won't take them into my project. J

AdWords API Re: AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-11 Thread AdWords API Advisor
Hi Daniel, We are still working on a fix for the policy errors and hope to have that resolved soon. As for the currency codes, this is a good point and I will raise the issue with the core engineering team. Best, - Eric On Feb 11, 6:53 am, Daniel Bergholm wrote: > We just encountered this prob

Re: AdWords API Re: future campaign startDate would pause campaign in v13 but not in v2009

2010-02-11 Thread AdWords API Advisor
Hi Kumar, The status field in v2009 indicates the status set by the user, which can be ACTIVE, PAUSED, or DELETED. There is now a separate field which indicates whether or not the campaign is actual serving ads, which is called servingStatus: http://code.google.com/apis/adwords/v2009/docs/ref

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-11 Thread AdWords API Advisor
Hi, The PENDING status means the job has not started. This could happen for two reasons: 1) The job hasn't received all of the defined parts yet (the parts received is less than the numRequestParts field). 2) There are jobs ahead of it in the queue that are PROCESSING or PENDING (only one job ca

AdWords API Re: keyword opportunities

2010-02-11 Thread AdWords API Advisor
Hi Ralph, My apologies, I meant to type that those exact opportunities *aren't* exposed via the API. You can use the SeedAdGroupIdSearchParameter to generate similar results on your own. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.SeedAdGroupIdSearchParameter

AdWords API Re: v2009 AdGroupAdService AdGroupAdSelector by Ad.Type

2010-02-11 Thread AdWords API Advisor
Hi, Thank you for raising this concern again and I'll bring this up with the core engineering team. Best, - Eric Koleda, AdWords API Team On Feb 10, 11:53 am, dmitriy wrote: > Hello. > Please, can you add filtering by Ad.Type? -- You received this message because you are subscribed to the Goo

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-11 Thread AdWords API Advisor
Hi All, Thank you for reporting this issue. The core engineering team is aware of the problem and should be rolling out a fix soon. At this point there is no workaround for this error. Best, - Eric Koleda, AdWords API Team On Feb 10, 7:48 pm, Maxim wrote: > I have a theory that it only happen

AdWords API Re: keyword stats

2010-02-11 Thread AdWords API Advisor
Hi, Your code looks great, but I think you are missing just one step, which is to set your dateRange on the statsSelector. It looks like currently you are creating it and then never sending it in the request. In situations like these I recommend you take a look at the resulting SOAP XML, as this

AdWords API Re: AdParam greater than 1000

2010-02-11 Thread Peer Jakobsen (AdWords API Guru)
This is a known issue. Check out this thread for the details: http://groups.google.com/group/adwords-api/browse_thread/thread/4845ba0260c3394d/fc24ed8aacf22b85?lnk=gst&q=adparam#fc24ed8aacf22b85 -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" grou

AdWords API AdParam greater than 1000

2010-02-11 Thread majco
Hi, I get this error message from api: AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[0].operand.insertionText; trigger:'1001' AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[1].operand.insertionText; trigger:'3222' I can't set this parameter to value greater than 1000??? Thanks

AdWords API Keyword Variation - Daily/Monthly report generate option..

2010-02-11 Thread SaravananTopgun
Hi, I have used "get_keyword_variations.php" script to generate keyword variation report, which is producing the following output. Array ( [moreSpecific] => Array ( [0] => Array ( [text] => live cricket australia [language] => [advertiserCompetitionScale] => 3 [avgSearchVolume] => 40500 [lastMon

AdWords API using adwords .net library for dummies

2010-02-11 Thread David
I'm trying to use the library as recommended but not sure where to begin. I've used v13 directly without issues for a while. I've downloaded the latest library and placed elements of the src folder into my app_code folder namely lib, v13, 200906 and 200909, everything seems to compile. I then crea

AdWords API Re: v200909 AdGroupCriterionOperation mutate Unable to set new bid

2010-02-11 Thread TJG
Thank you very much for that information. It has certainly set me on the right path and I should be able to make much more progress now. On Feb 10, 11:30 am, AdWords API Advisor wrote: > Hi, > > I can see two problems with your request.  The first is that the > element and all sub elements nee

AdWords API DatabaseError.CONCURRENT_MODIFICATION or which concurrent modifications are allowed?

2010-02-11 Thread Magnus
Hi, When we have to upload changes to a campaign using the 200909 API we upload both ad and keywords changes at the same time using two threads. Sometimes we get a DatabaseError.CONCURRENT_MODIFICATION back. So my question is what concurrent modifications are allowed? Do we have to deal with one c

AdWords API Re: AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-11 Thread Daniel Bergholm
We just encountered this problem too. Unfortunately, including the comma separator only gets us past the validation, if we try to actually mutate an ad param with the insertiontext "5,990" we get AdParamPolicyError ... Another problem: for countries that do not have a single currency character whi

AdWords API Re: Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type

2010-02-11 Thread ipsita rout
yes,that was the actual reason of my problem.Thanks a lot for the response. On Feb 9, 10:15 pm, pete wrote: > Hi > > I've had these errors as well - in our case it generally meant we had > either specified a report column (in the > definedReportJob.selectedColumns) which is not available for the