*(
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
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
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