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
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
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.
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
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
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
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