RE: get reports from different accounts

2019-04-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I have redacted your previous post as it contains sensitive information. Moving forward, I was able to generate the PAID_ORGANIC_QUERY_REPORT from your account on my end. See below for the sample query I used: ReportQuery query = new ReportQuery.Builder() .fields("KeywordId", "AccountCurren

Re: [7-7885000025961] get reports from different accounts

2019-04-10 Thread uatetracom3
Hi! What I want to get from report - for example: campaign | source| medium | term | clicks| pay (cost) test 1 | test_sour | test_med| test_term | 50| 160 test 1 | test_sour2| test_med2 | test_term2| 42| 260 test 1 | test_sour3| test_med3 | te

RE: [7-7885000025961] get reports from different accounts

2019-04-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, To better assist you, could you further elaborate the issue that you are facing regarding the PAID_ORGANIC_QUERY_REPORT? Also, could you clarify what is the result you are expecting from the report? Regards, Dave Paurillo Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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

get reports from different accounts

2019-03-26 Thread uatetracom3
Hi! We want to get reports from Google Adwords by API. Get reports from account of our clients save this data and build special reports for clients for understand (show) efectivity ads. Please, help me to understand how it have to work. If I right understand: 1. i have to register manage account