Hi, I try to retrieve some parameters from published campaigns using PHP 
api v201406. In CampaignService documentation is written in Campaign > 
Budget section 
<https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Budget>
 
"Amount of budget in the local currency for the account. This field can be 
selected using the value "Amount"".  
When I add "Amount" in the selector then this key just disappear from the 
result. E.g:

...
[startDate] =>
            [endDate] =>
            [budget] => Array
                (
                    [budgetId] =>
                    [name] =>
                    [period] => DAILY
                    [deliveryMethod] => STANDARD
                    [referenceCount] =>
                    [isExplicitlyShared] =>
                    [status] =>
                )

            [conversionOptimizerEligibility] => Array...

If I don't add "Amount" in the selector this key appears but with empty 
content (normal behaviour when a parameter is not requested). E.g:

...
[startDate] =>
            [endDate] =>
            [budget] => Array
                (
                    [budgetId] =>
                    [name] =>
                    [period] => DAILY
                    [amount] =>
                    [deliveryMethod] => STANDARD
                    [referenceCount] =>
                    [isExplicitlyShared] =>
                    [status] =>
                )

            [conversionOptimizerEligibility] => Array...

Sounds like a bug ?

Thanks for your help,
Gaëtan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55baac80-5b6e-424b-a251-70e248bfe294%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to