AdWords API Error:QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2010-01-15 Thread James604
I have been working on google adwords for couple of day, it just works fine when testing on sandbox. but when I switch the developer token, application token and clientemail for the RequestHeader, and try to add a campaign, i got the following error. QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAP

AdWords API ERROR:AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'406-034-XXXX'

2010-01-19 Thread James604
I am using Google adwords 2009 API, there is no issue when testing in sandbox, when I switch over to Production, it give me this error: AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'406-034-' I am using .net with C# --- RequestHeader header = new RequestHeader(

AdWords API Couldn't get all keywords

2010-01-27 Thread James604
Hi, I am working on Adwords API on behalf of a customer. We have over 5000+ AdGroups and 75,000 keywords. I just want to pull them down to integrate with our current application. I can successfully grab down all of Campaigns and AdGroups, but I do experience the error "SizeLimitError.RESPONSE_SIZ

AdWords API Re: Couldn't get all keywords

2010-01-27 Thread James604
Hi Reed, Thank you for your quick reply. What you mentioned is that I should use V13 ReportService instead. I have never used V13 before. Basically, the goal for us is to update keyword CPC everyday. So I need to grab AdGroups & Criterions and they relationship as well. Can ReportService accompli

AdWords API Re: Correct way to delete a keyword

2010-01-27 Thread James604
If you want to delete a keyword, you should use AdGroupCriterionOperation.operator = Operator.REMOVE, not just set the user status on BiddableAdGroupCriterion. James On Jan 27, 12:36 pm, Manish Khettry wrote: > I was trying to delete a keyword by setting its UserStatus to deleted and > then ca

AdWords API Re: Couldn't get all keywords

2010-01-28 Thread James604
ality of the > selector allows for the same functionality. > > Account Structure Reports can be a great way to download large amounts > of data from the AdWords API, but keep in mind that not every field in > the v2009 objects is available as a column in the report. > > B

AdWords API Questions about Automatic Placement??

2010-01-29 Thread James604
Hi there, I have successfully pulled down over 60,000 criterions along with the mapping with Adgroups. When I am reviewing my data, I found that those automatic placements are not pulled down. But I did pull down all of the managed placements. C# code --- AdGroupCr

AdWords API Re: Questions about Automatic Placement??

2010-01-30 Thread James604
CampaignCriterionService is for negative criterion. so how to get those automatic placements? James On Jan 29, 11:45 am, James604 wrote: > Hi there, > > I have successfully pulled down over 60,000 criterions along with the > mapping with Adgroups. When I am reviewing my data, I foun

AdWords API Re: Upcoming Sandbox DB Refresh: Jan. 29th

2010-02-01 Thread James604
Hi Gagan, Sandbox works for me,too. (Feb.1,2010). BTW, I am using V200909 Sandbox, for V13, Eric said that you need to recreate your account. James On Feb 1, 9:18 am, AdWords API Advisor wrote: > Hi Gagan, > > I'm able to make requests to the sandbox successfully.  Is it still > down at this p

AdWords API Get newly added Campaigns?

2010-02-14 Thread James604
Hi, I have grabbed all campaigns and saved them into our local database, but few days ago, we added several new campaigns in, i try to grab them down, i found the campaign selector only accept Id ( but this Id is included id, MY QUESTION again, can i pass in EXCLUSIVE Ids, then get the rest campai

AdWords API Re: How can I know a keyword CPC is from its AdGroup default CPC?

2010-02-18 Thread James604
Ok. I got it. Thanks as always. James http://www.myclapperboard.com On Feb 16, 3:05 pm, AdWords API Advisor wrote: > HiJames, > > The ManualCPCAdGroupCriterionBids object contains a bidSource field > that indicates if the bid came from the ad group or the criterion: >

AdWords API Re: "Could not get ClientLogin token for user" error.

2010-02-22 Thread James604
If you are frequently requesting the API service, you should cache the token for 10 days (not sure it is 2 weeks or longer, but 10 days should be safe), there is limit call for clientlogin API in a day (probably 100 times, not sure the exact number, though). Found you are using the class library,

Re: Get Information About campaign

2010-08-05 Thread James604
I will say the "selectors" just give us very limit functionality. We only can do included "ids". can we do set "excluded" ids? What I mean is if I set a list of campaign ids, get all rest campaigns which are NOT in the given list. And wondering what are new features in 201003 API, any documents?

Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
Recently, I have noticed that the keyword match type has 5 types: keyword = broad match "keyword" = match exact phrase [keyword] = match exact term only -keyword = don't match this term +keyword = broad match keyword with modifier but in the API document only has 3 types, my question is that

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
"Buy +Cheap Movie ticket" on "Broad" Match Type then > Google will not match misspellings, synonyms etc on the word > "Cheap" (or all the words followed by a plus sign[+]). Here, the > actual Match Type is broad only. > > I hope that helps. > > T

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
w.myclapperboard.com Buy More, Save More On Feb 28, 5:57 pm, Navneet wrote: > Yes, Keyword Id will be different for both the keywords but match type > will be same ("Broad").. > > On Feb 28, 5:20 pm, James604 wrote: > > > > > > > > > My client wan

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
so furthermore, google adwords will treat "Buy +Cheap Movie ticket" , "Buy Cheap +Movie ticket" and "Buy Cheap Movie ticket" as different keywords with same match type? How google Adwords to save those keywords, Google keywords will save "Buy +Cheap Movie ticket" [will save + sign] in their d

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
I have figured this thing out. Thank you for your input. Google Adwords saves + , and treat them as two keywords with same match type "Broad", so Google will do better job if he sees the "+" sign. James - http://www.myclapperboard.com Buy More, Save M