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

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

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
Do you need to pull directly from .NET, or can you run a script and drop the report to a spreadsheet or database first then process it in .NET? On Friday, September 9, 2016 at 6:32:25 AM UTC-4, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > From which code i have to use? because i need in c

Re: Get campaign performance report with API

2016-09-12 Thread roshni
but first thing my developer token is not approve.. this is my developer token -T2mEDTRRfNiPEJyomP7owQ How to approve this? because now i get this error about developer token is not approved. my acount id is-roshnibrahmbh...@outlook.com Please check it.. On Friday, September 9, 2016 at 1:47:12 PM

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 our blog a

Re: Get campaign performance report with API

2016-09-09 Thread roshni
public static void Main(string[] args) { DownloadCriteriaReportWithAwql codeExample = new DownloadCriteriaReportWithAwql(); Console.WriteLine(codeExample.Description); try { * string fileName = "INSERT_FILE_NAME_HERE";* codeExample.Run(new AdWordsUser(), fileName); } catch (Exception e) { Console

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 adword API? > -- -- =~=~=

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 adword API? > -- -- =~=~=~=~=~=~=~=~

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 adword API? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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