Asset Group perf stats don't match it's pmax campaign stats

2023-03-21 Thread Rich Johns
Given a pmax campaign, my expectation is that performance stats fetched at the campaign level will match the performance stats fetched at the asset group level. They are not. The campaign stats report larger numbers than the asset group stats. In an experiment I fetched a single day of perf sta

Re: GetTargetingIdeaService stopped working

2010-07-04 Thread Rich Johns
The customerId is now expected to be correct. We had been using 0 for months with out issue but now, apparently, the code on the back end MSN server handling the API call has begun to validate the customerId. On Sun, Jul 4, 2010 at 6:43 AM, dvadim13 wrote: > Hello. > > I am trying to execute the

Re: AdWords API Re: Correct way to delete a keyword

2010-01-28 Thread Rich Johns
There may be more doc somewhere, but following the link provided, I only find this: "Current user set state of criterion. During an ADD operation: It may not be set to DELETED. Defaults to UserStatus.Active if unspecified." which is ambiguous wrt to SET. Not trying to get pissy here, just fyi.

Re: AdWords API Re: BulkMutateJob and extra identifiers

2010-01-28 Thread Rich Johns
Just a couple of thoughts... when updating a keyword's destinationUrl, there is edit review period. Do each of the bulk operations block until the edit review period completes? Another thought (although this seems unlikely and would suck if it were true) is that the AdGroup is placed in some sort o

Re: AdWords API api v2009 - how to set negative keywords at campaign level?

2010-01-26 Thread Rich Johns
If you're working in java, here is a list of objects that you'll use. Read up on these: CampaignCriterionServiceInterface ( AdWordsService.V200909.CAMPAIGN_CRITERION_SERVICE ) CampaignCriterionOperation NegativeCampaignCriterion Basically, you cobble things together and call mutate. On Tue, Jan

Re: AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-19 Thread Rich Johns
Should'nt the number of results always be 800? In otherwords, start at index 801, get me the next 800; start at index 1601, get me the next 800, and so on. I would also think that you'd set things up such that the next start index was the prevIndex+numActuallyReturned. Isn't the case that most of t

Re: AdWords API Define the MaxCpc of a Keyword

2010-01-14 Thread Rich Johns
The BiddableAdGroupCriterion has a data member 'bids' that holds a Bid instance that holds a Money instance that specifies the actual cpc value. For example, in Java one might do the following : assuming the following args are passed in: long id, long adGroupId, long cpc Criterion keyword