RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 01/03/19 05:40:52 pn...@lockon-vn.com wrote: Dear Adwords API team, When I get "Account Performance Report" via AdWords API, I have a question: *- What's "display values" of "CONNECTED_TV" ?* Thank AdWords API team so much.

RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
abel/adwords_api https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 01/03/19 05:40:52 pn...@lockon-vn.com wrote: Dear Adwords API team, When I get "Account Performance Report" via AdWords API, I have a question: *- What's &q

About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-03 Thread pntan
Dear Adwords API team, When I get "Account Performance Report" via AdWords API, I have a question: *- What's "display values" of "CONNECTED_TV" ?* Thank AdWords API team so much. ** Ref image as below:* [

Re: AWQL to get Account Performance

2018-09-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
-multiple-accounts> (also available in other languages). Let me know if you have further clarifications. Thanks and regards, Luis AdWords API Team On Thursday, September 20, 2018 at 11:12:00 AM UTC+8, Albert Paolo Rogelio wrote: > > Hi I want to get Account Performance by customerId.

AWQL to get Account Performance

2018-09-19 Thread Albert Paolo Rogelio
Hi I want to get Account Performance by customerId. is it possible or is there another way to retrieve an account performance for each client in a mcc account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: How can I get account performance reports using python?

2017-05-31 Thread Rahat
Hi, I don't see any way to achieve your goal without fetching Account Performance Report using Python. I prefer to fetch report as stream with selector and parse my desired result. Parsing your desired result won't be difficult once you print the report as string. Check the source code below h

Re: Get account performance

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Camila, You may get the fields Ctr , Cost , and Impressions

How can I get account performance reports using python?

2017-05-25 Thread camila
I don't want to download the report. I just want to get the cost and the ctr in the account I manage. How can I do this with python? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Get account performance

2017-05-25 Thread camila
How can I get the ctr and impressions and cost for a specific account? I specifically don't want to download a report. I just want to get the data. I've been looking into the AWQL thing, but I don't understand how to use it with python. Can someone please help me? -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: how to get Account performance information

2016-06-17 Thread 'Peter Oliquino' via AdWords API Forum
Hello, Unfortunately, report generation for multiple accounts is not supported in the AdWords API. You must submit a different report request for each account as also mentioned in this link . Thanks

how to get Account performance information

2016-06-17 Thread Abdurrahman Al Faruqi
I'm currently get the account_performance_report but I can only get the single account. Now what if I want this information like this : Account | Impression | Clicks | CTR Account 1 100,123

Re: Get Account Performance & download report xml

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hello, I am not sure what you meant by BudgetUtilizationReport.cs, as I am only familiar with the report types listed here . To get the account performances, you can run Account Performance Report

Get Account Performance & download report xml

2016-06-12 Thread Abdurrahman Al Faruqi
First question, lets say I've a manager accounts and I want to get the list of all account performances? I've been tring using BudgetUtilizationReport.cs in example but thats only for each accounts. Second question, how can download report but get the xml file instead of csv? can you give me th

Re: Get Account Performance Report for Accounts with a Certain Label

2014-11-04 Thread Daniel Alvarado
Not much fun when we have 55 sub MCCs we need to loop through, with ~800 accounts to get data from. We're talking about 800+ API calls. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: Get Account Performance Report for Accounts with a Certain Label

2014-11-04 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the following post that covers cross-account reporting: https://groups.google.com/d/msg/adwords-api/gJ0F34V5daQ/8fdiyzCbW-kJ The quick answer is that you cannot retrieve report data for multiple accounts in a single reporting request. The post includes some suggestions for how t

Re: Get Account Performance Report for Accounts with a Certain Label

2014-11-03 Thread Daniel Alvarado
Hi Josh, Thanks for clarifying that Account-level labels are not currently supported, hopefully we'll see them on the next release :) Say within our Organization we have MCC folders within our main MCC, and I have the ManagerCustomerId for the folders which we are interested in getting data f

Re: Get Account Performance Report for Accounts with a Certain Label

2014-11-03 Thread Josh Radcliff (AdWords API Team)
Hi, The AdWords API does not support account-level labels at this time. I think the best you could do is pull a report from the MCC UI to get labels for your accounts and store that within your application for later use. You would, of course, have to periodically update that data as new account

Get Account Performance Report for Accounts with a Certain Label

2014-11-02 Thread Daniel Alvarado
Hi Team, I have been searching for days now in order to find a way to pull a report of type ACCOUNT_PERFORMANCE_REPORT for a subset of accounts that *match a particular label id*. That being said, I haven't been able to find anything. I know that the ACCOUNT_PERFORMANCE_REPORT does not have