RE: Not able to get campaign performance report

2022-09-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I understand that you wanted to get daily data of campaign performance. You may use a campaign report. Here’s the below sample GAQL: SELECT campaign.name, campaign.status, segments.device, metrics.impressions, metrics.clicks, metri

Not able to get campaign performance report

2022-09-08 Thread Audit XPLAIN
Hi!, I want to get daily data of campaign performance but i am unable to get any google ads api .. please assist me how can we get daily data of campaign Thanks & Regards, -- -- *This email and all attachments are confidential and are intended solely for use by the in

RE: Get Campaign performance

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay, Thank you for reaching out to our API support team. Regarding your concern, instead of using the Campaign Performance Report, you can use this "campaign" for your report. For more information on the AdWords API report to the Google Ads API resource mapping, click here. To illustrate h

Get Campaign performance

2022-06-22 Thread Ajay.R
Hi Google Ads Team, Where can I get Campaign performance report like in old adwords Campaign_Performance_Report view, I am using Python client. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: How to get Get campaign performance report using Google Ads Query

2021-06-15 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. We recommend you query the campaign performance via the Google Ads API. You could refer to this guide on how to write the query for the campaign resource. You could use this code example as a template to query the campaign resource. Thanks and regards, Xiaoming,

How to get Get campaign performance report using Google Ads Query

2021-06-14 Thread RainMaker Rainsoft
Hello, Can you tell me how to get Get campaign performance report using Google Ads Query? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Is ReportDownloader the best way to get campaign performance?

2018-07-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ruby, Through the API, the performance metrics are available only through the Report Downloader. It is currently not possible to pull the metrics data through API Services. Let me know if you have any other questions. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Is ReportDownloader the best way to get campaign performance?

2018-07-17 Thread 'Ruby Liao' via AdWords API and Google Ads API Forum
Hey Guys, I am trying to get campaign daily performance metrics (Clicks/CTR/Cost/Impression/..) and store it into database. Following the API guides, I am able to get the data from ReportDownloader now. Just want to double check is there any Service available that can return similar data? (L

Re: Get campaign performance report with API

2017-03-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jimmy, You will need to login using your production MCC account and not your test accounts to get your developer token via the AdWords API Center. Once you get your developer token, you will need to include it in your configuration file to fix the issue, as the error you encountered indicate

Re: Get Campaign Performance Report using webrequest c#

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arun, ReportDefinitionService.getReportFields can be used to fetch the information related to report fields only. For example, to fetch all the fields listed on the Campaign Performanc

Get Campaign Performance Report using webrequest c#

2017-03-02 Thread arunk
Hi All, I am trying to get campaign performance report using adwords ReportDefination service with Campaing Performance Report type. It is working fine and I am getting the response back from the API, but it just include the report fields not actual values which are present in ad account

Get Campaign Performance Report in c# using soap request

2017-03-02 Thread arunk
Hi All, I am trying to get campaign performance report using Report Definition Service and able to get response back from API which contains all report fields but not actual values which was present in ad account. Any suggestion what I am missing here? Thanks, Arun

Re: Get campaign performance report with API

2017-03-02 Thread jimmyrkfeaturetech
Hi peter, please help me on somewhat same i have test account for google adword i got source code from provided by google adwords but it stuck with me below error *[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'INSERT_YOUR_DEVELOPER_TOKEN_HERE']* while i am searching for developer token the

Re: Get campaign performance report with API

2016-09-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, I had to delete your previous response as it contained sensitive information. I highly recommend that you revoke that refresh token using the Account Settings page as described in the OAuth guide . Please

Re: Get campaign performance report with API

2016-09-12 Thread Eric Christoph
eed in campaign report in > c#.net using API. > Can you help me out? > > On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, > ros...@rlogicaltechsoft.onmicrosoft.com wrote: >> >> How to get campaign performance report with adword API? >> > -- -- =~=~=~=~=~=

Re: Get campaign performance report with API

2016-09-12 Thread roshni
PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adword API? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: Get campaign performance report with API

2016-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, My apologies for the delay. You will need to indicate the name of the report file you wish to generate like for example "campaign_performance_report_file". Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

Re: Get campaign performance report with API

2016-09-09 Thread roshni
Have you got this post? reply immerdiately please. On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adword API? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Get campaign performance report with API

2016-09-09 Thread roshni
tps://developers.google.com/adwords/api/docs/guides/awql for AWQL " + "documentation."; } } In description I got error of - no suitable method found and form filename which file name i write? On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicros

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, You may refer here for the example code in .NET . Please also refer to the Campaign Performance Report

Re: Get campaign performance report with API

2016-09-09 Thread roshni
can i get campaign report using test account? I know that generate campaign in it but i need it but with .net code API. On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adwo

Re: Get campaign performance report with API

2016-09-09 Thread roshni
>From which code i have to use? because i need in campaign report in c#.net using API. Can you help me out? On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with a

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, Yes, you may still be able to generate reports using your test account. However, it will not provide any actual data since test accounts don't serve impressions and don't produce actual metrics. You may refer here

Re: Get campaign performance report with API

2016-09-09 Thread roshni
from created test accounts campaign am i able to get the campaign performance report? On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adwo

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, You may refer to our reporting guide in order to get the basics on how to generate reports such as the Campaign Performance Report

Get campaign performance report with API

2016-09-09 Thread roshni
How to get campaign performance report with adword API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You