AdWords API Re: Not returning complete records

2009-11-20 Thread Kelvin
No, no changes occured for the amount of campaigns. About 20 campaigns are missing. On 11月21日, 上午2时05分, AdWords API Advisor wrote: > Hi Kelvin, > > Did this change increase the number of campaigns returned?  How many > are still missing? > > Best, > - Eric > > On Nov 20, 12:52 pm, Kelvin wrote

AdWords API Re: Not returning complete records

2009-11-20 Thread AdWords API Advisor
Hi Kelvin, Did this change increase the number of campaigns returned? How many are still missing? Best, - Eric On Nov 20, 12:52 pm, Kelvin wrote: > OK. I changed the value of maxBufferSize, maxBufferPoolSize, > maxReceivedMessageSize, and the tag . Please > check them up. > > The original in

AdWords API Re: Not returning complete records

2009-11-20 Thread Kelvin
OK. I changed the value of maxBufferSize, maxBufferPoolSize, maxReceivedMessageSize, and the tag . Please check them up. The original in app.config is:

AdWords API Re: Not returning complete records

2009-11-20 Thread AdWords API Advisor
Hi Kelvin, Can you explain in more detail what the problem and solution was with fetching ad groups? Perhaps the same problem is campaign retrieval. Best, - Eric On Nov 19, 8:01 pm, Kelvin wrote: > Hi, > > I've figured out the problem lies in the parameters set in the > serviceModel and I am a

AdWords API Re: Not returning complete records

2009-11-19 Thread Kelvin
Hi, I've figured out the problem lies in the parameters set in the serviceModel and I am able to get full records of adgroup for each campaign. But still, the campaign records are not complete compared to my google account. Since all of the campaigns might be created within a short period, I am w

AdWords API Re: Not returning complete records

2009-11-17 Thread AdWords API Advisor
Hi Kelvin, There should be no hard limit of 31 results in any of the services. Have you confirmed that the raw XML response only has 31 results? Best, - Eric On Nov 17, 1:28 pm, Kelvin wrote: > Thanks. Just now, I found that no matter what the method is > (getAllAdWordsCampaign, getAllAdGroups)

AdWords API Re: Not returning complete records

2009-11-17 Thread Kelvin
Thanks. Just now, I found that no matter what the method is (getAllAdWordsCampaign, getAllAdGroups), the corresponding webservice always return a set of 31 objects. So does the problem lie in some settings in application so that only fixed amount of objects are accessed? Best. On 11月18日, 上午12时38分

AdWords API Re: Not returning complete records

2009-11-17 Thread AdWords API Advisor
Hi Kelvin, The v13 and v2009 APIs are the only way to programmatically retrieve data from AdWords. Best, - Eric On Nov 16, 9:19 pm, Kelvin wrote: > Hi,thanks for the clarification. But is it possible to get all the > campaigns without using web interface? > > Thanks. > > On 11月17日, 上午5时19分, AdW

AdWords API Re: Not returning complete records

2009-11-16 Thread Kelvin
Hi,thanks for the clarification. But is it possible to get all the campaigns without using web interface? Thanks. On 11月17日, 上午5时19分, AdWords API Advisor wrote: > Hi Kelvin, > > There are some types of campaigns that the API cannot retrieve.  These > are often deprecated types of campaigns that

AdWords API Re: Not returning complete records

2009-11-16 Thread AdWords API Advisor
Hi Kelvin, There are some types of campaigns that the API cannot retrieve. These are often deprecated types of campaigns that you can no longer create using the AdWords web interface. Best, - Eric Koleda, AdWords API Team On Nov 16, 1:50 pm, Kelvin wrote: > Hi all, > > I am using adwords .net