Re: How to separate specific dates from daterange?

2012-05-17 Thread Kevin Winter
Hi, You'd have to use a selector with fields and a predicate to pull a single campaigns stats no matter what. I suppose if you didn't want to bother processing the XML/CSV and had a SOAP toolkit that handled the SOAP, then making the web service call may be simpler (but cost more units, 1).

Are Trueview ads available through the API?

2012-05-17 Thread Eli Kagan
Trying to develop a platform to run my TrueView units on Youtube. Can't find any documentation about whether these kinds of units are supported by the API. Thougths? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: What is the recommended batch size for MutateJobService

2012-05-17 Thread Danilo
Hi HS, I had the same issue a time ago and after some tests I used 5K keywords as a batch size. Too large batches caused some problems when API errors was returned (In these cases was necessary resend all the batch again and I don't know why but I got more API errors when the size of batches we

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED error

2012-05-17 Thread marc
Additional information (request id: 0004c03e32aa8d100a422c6e761b) Here's an example of a case where I am able to GET the criteria ids for an adgroup, but when trying to SET the adparam values, the errors at the bottom resulted And I did successfully set a number of adparams for older adgrou

API not pulling in sub-MCC

2012-05-17 Thread Andrew Tchabovsky
We are setting up a new API connection and it is only pulling in account data from our main MCC, it is not pulling data from the sub-MCCs within the main MCC. Has anyone encountered this before? Any ideas on how we can pull the data from the sub-MCCs in the same API? -- =~=~=~=~=~=~=~=~=~=~=

Re: How to separate specific dates from daterange?

2012-05-17 Thread Brandon Parise
What would be a good use case to pull stats at the Campaign entity rather than through a performance report? On Tuesday, May 15, 2012 10:15:44 AM UTC-4, Kevin Winter wrote: > > Hi, > Alexander is correct - you should use reports. The CampaignService will > return aggregated stats for the date

Re: Create unique criterion id's for same criterion text

2012-05-17 Thread Brandon Parise
Keywords are AdGroupCriterion which means they are unique to the AdGroup they were created. Whenever you perform a mutate() on the AdGroupCriterion (keyword) you must specify the scoping AdGroupId. I can only assume it's this way because if each AdGroup would create a unique Keyword ID then th

Re: Google Ads APIs Client Libraries for python 3

2012-05-17 Thread markus.padou...@adjug.com
Hi, thanks for the answer, the error I am getting is RefactoringTool: Python 3 does not support string exceptions I tried to look into that, but have hardly any experience with Python exceptions (come from a Web Developer background, so don't have too much experience with exceptions at all) If

Create unique criterion id's for same criterion text

2012-05-17 Thread Natalia
I have been creating keywords on *different adroups *but with the same text and I expected each of them to have a different ID but it seems that even though the adgroup id's are different when the text is the same I get the same criterion id's returned. I am baffled as to how I am supposed to wo