Hey Shwetha, Yep I'm currently using 32-bit PHP. After doing a little bit more research, I now see that that's the problem.
I don't know of a simple way to convert all intval() to floatval() across all files (if you know, please tell me). But now I know what the problem is. Thank you! On Thursday, July 13, 2017 at 10:42:47 PM UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Garik, > > Could you check if you are using a 32-bit PHP? If you're using 32-bit PHP, > you'll need to change all instances of intval() to floatval() before > running an example. This is due to some IDs exceeding the 32-bit > PHP_INT_MAX that intval() changes your value to. Please retry this example > after performing this change and let me know if it works. > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/fa0e3e8e-e5f7-4e5a-afd6-8e749c20333b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
