AdWords API Re: Can't seem to update an adGroupCriterion object

2010-02-26 Thread PPC Awesome
*( On Feb 25, 9:40 pm, PPC Awesome wrote: > The trigger is the adGroupID it says is invalid.  The docmentation > clearly states it's a long.  I'm accessing using VB.NET.  I'll try > using a CDbl to see if it works, but that would be VERY weird. > > From the API Docs: > > adGroupId xsd:long  The a

AdWords API Re: Can't seem to update an adGroupCriterion object

2010-02-25 Thread PPC Awesome
The trigger is the adGroupID it says is invalid. The docmentation clearly states it's a long. I'm accessing using VB.NET. I'll try using a CDbl to see if it works, but that would be VERY weird. >From the API Docs: adGroupId xsd:long The ad group this criterion is in. This field is required an

AdWords API Re: Can't seem to update an adGroupCriterion object

2010-02-25 Thread Tyler
I received the same error the other day but with a different trigger id. I'm using the php library and the problem was with the length of the criterion ID for the data type it was set to in PHP. I fixed the issue by casting the variable I had for criterion ID to a float. Something like this: $cri