I'm getting the targeted monthly searches by the Google Adwords API. The 
problem is, the response looks like this:
Array ( 

[KEYWORD_TEXT] => StringAttribute Object ( 

[value] => zeemeerminpak [AttributeType] => StringAttribute [_parameterMap:
Attribute:private] => Array ( [Attribute.Type] => AttributeType ) ) [
TARGETED_MONTHLY_SEARCHES] => MonthlySearchVolumeAttribute Object ( [value] 
=> Array ( [0] => MonthlySearchVolume Object ( [year] => 2016 [month] => 3 [
count] => 7963946667997179586 ) [1] => MonthlySearchVolume Object ( [year] 
=> 2016 [month] => 2 [count] => 6192852671664926392 )) 
... more months ... 
[AttributeType] => MonthlySearchVolumeAttribute [_parameterMap:Attribute:
private] => Array ( [Attribute.Type] => AttributeType ) ) )


As you can see, I get a 64 bit integer 
(7963946667997179586,6192852671664926392) response. I've to handle this 
with PHP.


How can I create a decimal from a 64 bit integer with PHP?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/7c3733d1-c062-43c6-9821-c8cb73a5b6bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • 64-bit signed ... Frank Martens

Reply via email to