Thank you for your response.

I found in documentation that object TargetingIdeaService returns dummy 
data for Test Accounts.

Is there any way to turn-on PRODUCTION mode in PHP API and work with real 
data? I can't find anything about it.

*Something like that: *

adwords = AdwordsApi::Api.new({
  :authentication => {
      :method => 'OAuth2',
      :oauth2_client_id => 'INSERT_OAUTH2_CLIENT_ID_HERE',
      :oauth2_client_secret => 'INSERT_OAUTH2_CLIENT_SECRET_HERE',
      :developer_token => 'DEVELOPER_TOKEN',
      :client_customer_id => '012-345-6789',
      :user_agent => 'Ruby Sample'
  },
  :service => {
    :environment => 'PRODUCTION'
  }
})

But it is for Ruby.


I 

Dne pátek 15. dubna 2016 23:10:12 UTC+2 Anthony Madrigal napsal(a):
>
> Hi,
>
> Looking at your code, it seems you have a STATS requestType. If you want 
> the data to return similar to the Keyword Planner 
> <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#mapping_to_the_keyword_planner>,
>  
> you should use IDEAS instead.
>
> Regards,
> Anthony
> 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/505fcc21-d116-44e8-ac95-296b8564ec76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to