Re: [8-5077000025924] get reports from different accounts

2019-04-08 Thread uatetracom3
Hi! Thank you about clearly explanation. I try to get report "PAID_ORGANIC_QUERY_REPORT" class GetReportFields { const PAGE_LIMIT = 500; public static function runExample( AdWordsServices $adWordsServices, AdWordsSession $session ) { $reportDefinitionServic

RE: [8-5077000025924] get reports from different accounts

2019-04-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you confirm if the following accounts are in the same hierarchy with your production manager account? If it is not of the same hierarchy with the production manager account, the production manager account must be granted access first before you could use the OAuth2 credentials (created

Re: [8-5077000025924] get reports from different accounts

2019-03-29 Thread uatetracom3
Thank you. Okey, I'm understand that refresh_token we will generate once, but how to say Adwords by API call that in request #1 give me data of campaign from account 000-000-, in request #2 give me data of campaign from account 111-111-? If I right understand process of linking accounts

RE: [8-5077000025924] get reports from different accounts

2019-03-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I could see that you already generated a refresh token. Refresh token is only generated once and doesn't have to be different for each of your client accounts. If this does not answer your concern, feel free to write back. Regards, Dave Paurillo Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=

Re: [8-5077000025924] get reports from different accounts

2019-03-28 Thread uatetracom3
Hi. Please, help me to understand. 1. I had to register my aplication in console.developers.google.com 2. I got *client_id *and *client_secret* 3. using GetRefreshToken.php I got the *link* 4. went to link 5. applied permission 6. got *code* 7. with *code *I got a *refresh_token* 8. I written data

RE: [8-5077000025924] get reports from different accounts

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Apologies for the confusion. In AdWords API , the DEVELOPER_TOKEN_NOT_APPROVED occurs when you try to use an unapproved

Re: [8-5077000025924] get reports from different accounts

2019-03-27 Thread uatetracom3
Thank you for the answer. I have 2 questions. You give me a link to google ads but I already installed google adwords (installed library and get refresh_token). [1] Can I do all by google adwords library? I already tried the first API call but have the answer: "[QuotaCheckError.DEVELOPER_TOKE

RE: [8-5077000025924] get reports from different accounts

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. If you want to use the Google Ads API to generate reports, first you have to apply for a developer token if you don't already have one by following this guide