Re: What are these two fields in performnace reports?

2012-06-19 Thread Oliver
Thanks David. 1) So what is the semantics of the 'IsNegative' field in the Keywords Performance Report? Is it saying this is a negative keyword in the adgroup? 2) Which keyword is the 'keywordId' in the SearchQuery Report referring to? Is this the keyword that triggered this search query? Th

Re: Using reports to sync account structure

2012-06-19 Thread Oliver
Thanks David. How else would you recommend one gets only the account structure in a way that remains consistent? Is there any other way an account structure can be fetched without using the method I described? Oliver On Tuesday, June 19, 2012 1:31:39 AM UTC+1, David Torres wrote: > > Hi Oliver

Keywords disappear

2012-06-19 Thread Artur Meinzer
I was trying to delete some keywords and I got an error which says "INVALID_ID". It seems that these keywords don't exist in the live account, but in my database they exist. They were downloaded some time ago using the keywords performance report and I update them every day. How can this be? I

Re: Reports without the Totals line

2012-06-19 Thread Artur Meinzer
Hi Daniel, I'm also using the LOAD DATA feature to import the reports. A simple way is to import the data and afterwards delete the total line. Works good for me. Artur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Re: how adwords maintains frequency cap time unit

2012-06-19 Thread Danial Klimkin
Hello rr, This forum is focused on the questions specific to the API part of the AdWords. I suggest to check with the general AdWords support resources for product-related questions like this one, see: http://support.google.com/adwords/ I believe it is the latter. -Danial, AdWords API Tea

Re: Sandbox not generating 5 new accounts

2012-06-19 Thread Danial Klimkin
Hello John, Once you made a getCampaigns request, your sandbox account is initialized. The next step is to get the list of accounts (see example) and choose a

Re: Number of failed operations

2012-06-19 Thread Danial Klimkin
Hello Vitaly, We do not provide this information via the API currently. I suggest keeping logs with all operation results (including units cost) on the client side for monitoring and statistics. -Danial, AdWords API Team. On Friday, June 15, 2012 10:08:50 PM UTC+4, vitaly.b...@gmail.com wro

Re: Birth date api

2012-06-19 Thread Danial Klimkin
Hello maruti, This forum is for AdWords API technical questions only. Please check with your product specific support team with this question. -Danial, AdWords API Team. On Friday, June 15, 2012 7:36:37 PM UTC+4, maruti wrote: > > I am not able to update the Birthdate. (using c# google API )

Re: Reports without the Totals line

2012-06-19 Thread Daniel Altman
Thanks Davis! On Monday, June 18, 2012 9:38:42 PM UTC-3, David Torres wrote: > > Hi Daniel, > > There is no way at this moment to prevent the totals from appearing in the > report, but I'll pass your feedback to the team. > > Best, > > -David Torres - AdWords API Team > > On Thursday, June 14, 2

Re: Reports without the Totals line

2012-06-19 Thread Daniel Altman
Yes, that is what we ended up doing. We LOAD DATA into an intermediate table and then we use a stored procedure to copy from there to the "real" table. As the first column in the report is numeric, but the "Total" word is on that column, we had to make that column a varchar on the intermediate t

invalid CATEGORY_PRODUCTS_AND_SERVICES

2012-06-19 Thread Sander Blokzijl
Hi, i'm glad to see that there is a solution for the CATEGORY_ID from the TargetingIdeaSelector, Good Work! the only problem i'm having now is that the service returns CATEGORY_PRODUCTS_AND_SERVICES id's that aren't in the resource document 'Products & Service Categories'. so the following q

Sandbox and accounts hierarchy when MCC manages another MCCs

2012-06-19 Thread Łukasz Śliwa
How to make accounts hierarchy in the sandbox? We need to test some cases when our MCC account can manage another MCCs and their clients. Is it possible to create account with can_manage_clients=true? I see in references that can_manage_clients is readonly. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: What is the correct way to link Merchant Center to Adwords account via API?

2012-06-19 Thread Kevin Winter
Hi, I apologize for the delay, I wanted to research this and make sure I had the full answer. Product Extensions cannot be created via the API at this time - they must be added via the UI. This blog post explains this in more detail: http://adwordsapi.blogspot.com/2011/02/discover-v201008-p

Re: AddAdGroups.php gives error

2012-06-19 Thread Kevin Winter
Hi, Did you have any luck trying the error handler as I suggested? You might want to also enable logging and check the log after making the request: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README#129 - Kevin Winter AdWords API Team On Friday, June 15, 2012 6:06:05

Re: What Combination of API Reports Equals the Web GUI's MCC Accounts View?

2012-06-19 Thread Kevin Winter
Hi, In an ideal world, running any report and a campaign report with no predicates should have totals that match. However, due to various objects, criteria, etc that are currently not exposed via the API, when you run a lower level report, any criteria (such as zip codes) which are not avail

Re: AddAdGroups.php gives error

2012-06-19 Thread Roy Roes
Hi, Nope, can't catch the Exception (see my previous post)... I tried $user->LogAll() But nothing in the log files. So I'm stuck right now... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

YouTube Promoted Video ad -- possible to create in sandbox?

2012-06-19 Thread Dave Seidel
I would like to model the creation of a YouTube Promoted Video ad using the API, but I'm blocked by not having a valid MediaId for the video. I there any way in a sandbox context to obtain or simulate a valid MediaId for a YT video? Or is the lack of a code sample for this operation a hint that

Re: AddAdGroups.php gives error

2012-06-19 Thread Kevin Winter
Hi, One of my colleagues suggested that PHP's error logs may contain some useful info. He said that it sounds like PHP itself could be crashing - which can't be caught by the script. If that doesn't work, another thing to try is to try running this from commandline - it may write something t

Re: What is the correct way to link Merchant Center to Adwords account via API?

2012-06-19 Thread API2Go
Thank you Kevin - we will move forward accordingly. Allowing this functionality through the API would be of great benefit to us - and we would welcome any news on that front- On Tuesday, June 19, 2012 10:09:02 AM UTC-4, Kevin Winter wrote: > > Hi, > I apologize for the delay, I wanted to rese

Re: Tracking site-link performance.

2012-06-19 Thread cdugg1708
I am also looking for a way to track which sitelink text was clicked on. What's the best way to do this? On Friday, June 15, 2012 10:40:03 AM UTC-4, jstedman wrote: > > Does the Destination URL Report allow us to track individual site-link > performance? > > The fields I want to use to track th

NoMethodError on TrafficEstimatorService using Ruby 1.9

2012-06-19 Thread Roman Fuchs
Hi, I'm using Ruby to query the TrafficEstimatorService: srv = self.get_service(:TargetingIdeaService) selector = { :requested_attribute_types => ['CRITERION', 'GLOBAL_MONTHLY_SEARCHES'], :search_parameters => [ { :xsi_type => 'RelatedToKeywordSearchParameter', :keywords => keyw

trouble using sandbox in Java

2012-06-19 Thread nachomac
Hello, I'm going crazy trying to get a sandbox AdWordsUser in Java. This is my adwords.properties: email=a_non_mcc_acco...@gmail.com password=mypassword clientId=9xx-xxx-xxx userAgent=Mozilla/4.0 (compatible; MSIE 6.1; Windows XP) developerToken=a_non_mcc_acco...@gmail.com++USD alternateUrl=https:

Re: API usage costs

2012-06-19 Thread jeremy brooks
The current rate card says 1 unit per ReportDefinition 1 unit per ReportDefinitionField

RateExceededError retryAfterSeconds

2012-06-19 Thread Minh
Hi Today I noticed that the sandbox is returning retryAfterSeconds of zero seconds. I have my application set to wait exactly the number of seconds returned before retrying the api call. It retries up to a certain limit before giving up. Because the value returned is zero, my application would