RE: campaign performance report rest api

2023-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meganathan, Thank you for reaching out to Google Ads API support team. With regard to your concern, the Campaign Performance Report is now campaign in the Google Ads API. You may check our resource mapping for more information. For it's REST method, you can try this customer.campaign

Campaign Performance Report rest api

2023-04-25 Thread MEGANATHAN P
Hello Team, Any one share the Campaign Performance Report google ads rest api documentation Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Discovery campaign not present in campaign performance report

2022-12-15 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hello, let me copy paste the answer I got in private messaging in case it could be helpful for other people. -- --- Hi Oksana, Thank you for your response. Upon checking your account and campaign, I can see that this campaign's subtype is *Discovery pro

RE: Discovery campaign not present in campaign performance report

2022-12-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API support team. To answer your questions, please refer to my answers below: I need your help to understand why particular campaign was not included in https://developers.google.com/google-ads/api/fields/v12/campaign report. In order to

Discovery campaign not present in campaign performance report

2022-12-13 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi Google Ads API team! I need your help to understand why particular campaign was not included in https://developers.google.com/google-ads/api/fields/v12/campaign report. This campaign has 'Discovery' type which is supported per documentation https://developers.google.com/google-ads/api/fields/

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: Need to find video campaign PERFORMANCE REPORT.

2022-05-30 Thread Chirag Vaghela
Thank you for your response. On Mon, May 30, 2022 at 3:50 PM Google Ads API Forum Advisor wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forum. > > You may refer to this *PHP code example* > >

Need to find video campaign PERFORMANCE REPORT.

2022-05-27 Thread vagh...@gmail.com
Hello Guys, I am try to fire this query to get all the fields. "SELECT campaign.id, ad_group.id, ad_group.name, metrics.impressions, metrics.video_views, metrics.clicks, metrics.video_view_rate, metrics.average_cpv, metrics.cost_micros, metrics.video_quartile_p25_rate, metrics.video_quartile_

RE: Data in reports Geo Performance Report do not match to Campaign Performance Report and other reports

2022-04-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mari, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, "the data obtained through the API in reports Geo Performance Report does NOT match to other reports data", we need your logs for us to investigate the issue. That said, could you provide the

Data in reports Geo Performance Report do not match to Campaign Performance Report and other reports

2022-04-21 Thread Mari Mizuki
For half of the accounts we are managing, the data obtained through the API in reports Geo Performance Report does NOT match to other reports data. We started to use API v9 this month. There was no issue with the previous version API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Campaign Performance Report Missing Data

2022-03-05 Thread 'Hao Long' via Google Ads API and AdWords API Forum
und there have huge gap between Adwords and Ads API >> download data. >> >> let's take Campaign Performance Report as example: >> >> Download Query from Google Adwords API: >> >> SELECT >> Date >> , CampaignId >> , AccountCurr

Re: Campaign Performance Report Missing Data

2022-03-04 Thread Anita Gupta
n from Adwords API to Ads API, during >> the migration we found there have huge gap between Adwords and Ads API >> download data. >> >> let's take Campaign Performance Report as example: >> >> Download Query from Google Adwords API: >> >> SELECT

How should the results of campaign performance report in Google ads API be consistent with Adwords API

2022-02-23 Thread xmarcle
Hi, the query: SELECT campaign.status, campaign.name, campaign.serving_status, metrics.clicks, metrics.impressions, metrics.interaction_rate, metrics.average_cpc, metrics.cost_micros, metrics.conversions, metrics.conversions_from_interactions_rate, metrics.cost_per_conversion, metrics.bounce_

RE: Campaign Performance Report and Performance Max campaigns

2021-12-06 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Dom, Thanks for reaching out to the Google Ads API support. Can you confirm if you are already using v9 of Google Ads API? If yes and you're still encountering some issues, please provide the complete request and response logs with request ID so I can further investigate. You may send the

Campaign Performance Report and Performance Max campaigns

2021-12-03 Thread Dom B
It seems using the Campaign Performance Report api query does not bring in any data about Performance Max campaigns $query = (new ReportQueryBuilder()) ->select([ 'CampaignId', 'CampaignName', 'Impressions', 'Clicks', 'Cost', 'Conversion

Re: How to filter the Campaign Performance Report based on where condition

2021-09-07 Thread Google Ads API Forum Advisor
Hi Anurag, Thank you for your follow up. Regarding using the = or equalTo operator, you mentioned "I tried the suggested approach but it does not do a filter based on CampaignId instead it return all the Campaigns.", it would be unlikely that all campaigns would be returned if the condition wa

Re: How to filter the Campaign Performance Report based on where condition

2021-09-03 Thread Anurag Sinha
Hi Team, Thanks for the quick Response. I am using CampaignCriterionServiceInterface for my Use Case., where I can to a filter on a specific CampaignId but I wanted to do a filter and get the results for a set of CampaignIDs and I tried both containsAny and containsAll. Both of them gives excep

Re: How to filter the Campaign Performance Report based on where condition

2021-09-02 Thread Google Ads API Forum Advisor
Hello, Can you please provide us with your customer ID so that we can take a closer look at the issue you're having? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Mk98O:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: How to filter the Campaign Performance Report based on where condition

2021-08-31 Thread Anurag Sinha
91) .build(); Regards, Anurag Sinha On Tuesday, August 31, 2021 at 12:43:16 PM UTC+5:30 adsapi wrote: > Hi Anurag, > > When using the CampaignId > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#campaignid> > (Lo

RE: How to filter the Campaign Performance Report based on where condition

2021-08-31 Thread Google Ads API Forum Advisor
Hi Anurag, When using the CampaignId (Long) as a predicate you should use other operators such as "=". This is because operators such as CONTAINS are designed more for string values. I hope this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2Mk98O

How to filter the Campaign Performance Report based on where condition

2021-08-30 Thread Anurag Sinha
Hi Team, I wanted to filter the Campaign Performance Report based on CampaignId, Can you please let me know how to do it? ReportQuery query = new ReportQuery.Builder() .fields( "CampaignId", "CampaignName"

RE: how to replicate the campaign performance report with Google Ads UI via API for for all campaigns

2021-06-22 Thread Google Ads API Forum Advisor
starting from MCC account to sub manager, then client customer id. Knowing that the max depth under MCC is 5. Referemce: # Script 1: get campaign performance report for 1 client customer id https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_campaign_stats_to_csv.py

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: Incompatible combination of ConversionTypeName and CostPerConversion in Campaign Performance Report

2021-05-17 Thread Google Ads API Forum Advisor Prod
Hi Manik, Thank you for posting your concern. Please note that we have added restrictions on certain combinations of conversion columns and we posted it on this blog post. The CostPerConversion field is affected by this restriction and it is now incompatible with the following fields: Convers

Incompatible combination of ConversionTypeName and CostPerConversion in Campaign Performance Report

2021-05-15 Thread Manik Sood
Incompatible combination of ConversionTypeName and CostPerConversion <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#costperconversion> in Campaign Performance Report. It used to work fine but suddenly stopped working. According

Re: Campaign Performance Report - Missing Fields?

2021-05-12 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for reaching out. If this is the case please send the requested information to our alias at googleadsapi-supp...@google.com. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2H9btJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Campaign Performance Report - Missing Fields?

2021-05-12 Thread Peter Petrov
I do not have permissions to reply privately to authors (in this group). If I can get in touch with you via email that would be great. You have my email address here so you can drop me an email. I would like to email you an example where fields are omitted in the JSON data that is returned

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter, I work with Xiaoming and let me continue the discussion for this concern. Allow me to provide my insights for the 2 items below: Not really, it's not so simple to tell, since we're managing a large number of reports with 25-30 data fields each. What you say here means I have to go thr

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks. Yes, I asked since I didn't see that kind of mapping documented. *"The mapping I shared with you earlier is the field mapping between the AdWords API and Google Ads API."* Yes, I understood that, thank you. *"You could simply tell..." * Not really, it's not so simple to tell, since we

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for reaching out. Actually this is a good question. However, there isn’t any mapping for the field names in different return formats. You could simply tell they are the same attributes by looking at the names. For example, metrics.average_cpc and metrics.averageCpc are the s

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks. So metrics.conversions_from_interactions_rate is what used to be ConversionRate ? The doc you linked to provides mappings from report definition (or say AWQL) field names to new GAQL field names. Correct? What about the field names returned in the JSON data e.g. one requests metri

RE: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for reaching out. The AveragePosition has been deprecated. However, you are still able to fetch the ConversionRate field which is mapped to metrics.conversions_from_interactions_rate in the Google Ads API. Please see the complete mapping for fields here. Thanks and regards,

Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
In the old AdWords reporting API (*v201809*) I was pulling e.g. a CAMPAIGN performance report (by date) and I had these two fields available (in the data returned back). *avgPosition* *convRate* These fields are *average position* and *conversion rate*. But in the new API (REST) when I

RE: Some campaigns id were not found in Campaign performance report

2021-04-08 Thread Google Ads API Forum Advisor Prod
Hi Fedor, Local campaigns are not supported through AdWords API. To get performance statistics on local campaigns, you can use the campaign report through Google Ads API. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2FWr96:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Device segment cannot be found in Campaign Performance Report

2021-03-24 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thanks for reaching out. We are unable to support the Azure Data Factory. You mention you are using AWQL -- can you please reply privately and provide us with the complete report definition along with the report results? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:

Device segment cannot be found in Campaign Performance Report

2021-03-24 Thread Daniel Heilig
Hi there, We are using Azure Data Factory and more specifically Azure's integrated Google AdWords connector to get the campaign performance reports from Google Ads. According to the Campaign Performance Report overview, the device as a segment should be part of the overall table: Cam

RE: Unconsistent number of impressions between Geo Performance Report and Campaign Performance Report

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hello Alberto, Thank you for reaching out to us. Please note that every Report will differ depending on the statistics aggregated to that specific report. As for the Geo Performance Report, statistics are aggregated at the country/territory level while the Campaign Performance Report

Unconsistent number of impressions between Geo Performance Report and Campaign Performance Report

2021-03-09 Thread Alberto
Hi, Im requesting a report for a campaign and GEO_PERFORMANCE_REPORT, adding all impressions for every item I get 358845 impressions, but if I query campaign data through CAMPAIGN_PERFORMANCE_REPORT I get 359463 impressions. Im aware Google Ads interface metrics doesnt match API response metric

Re: Campaign performance report

2020-09-18 Thread RAVI KUMAR
Thanks, I'll check them out. On Fri, Sep 18, 2020 at 12:11 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Ravi, > > > Thank you for reaching out. You could use something similar to the > following: > > > SELECT CampaignId, Impressions, Clicks, Cost > > FROM CAMPA

RE: Campaign performance report

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Ravi, Thank you for reaching out. You could use something similar to the following: SELECT CampaignId, Impressions, Clicks, Cost FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId = “xx” DURING LAST_7_DAYS Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API

Campaign performance report

2020-09-17 Thread RAVI KUMAR
Hi, How to get campaign performance report by using [campaignId]. Regards, Ravi Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Getting only zeros from Campaign Performance Report

2020-08-31 Thread Google Ads API Forum Advisor Prod
Hi Thead, If there is still an issue with the button, you can try re-posting the question or just sending the info directly to googleadsapi-supp...@google.com. Thanks, Nirmita Patel Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q23uQMl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting only zeros from Campaign Performance Report

2020-08-30 Thread theadsguy
Reply to author button is disabled. How do I reply privately with the details? On Tuesday, August 25, 2020 at 2:31:02 PM UTC-4 adsapiforumadvisor wrote: > Hi Theadsguy, > > Thanks for reaching out. With regards to your concern, can you please > provide complete downloaded report, and screensho

RE: Getting only zeros from Campaign Performance Report

2020-08-25 Thread Google Ads API Forum Advisor Prod
Hi Theadsguy, Thanks for reaching out. With regards to your concern, can you please provide complete downloaded report, and screenshot of the UI along with customer id of the call via Reply privately to the author so that I can further investigate the issue. You can find information on enablin

RE: Getting only zeros from Campaign Performance Report

2020-08-25 Thread Google Ads API Forum Advisor Prod
Hi Theadsguy, Thanks for reaching out. With regards to your concern, can you please provide complete downloaded report, and screenshot of the Ualong with customer id of the call via Reply privately to the author so that I can further investigate the issue. You can find information on enabling

Getting only zeros from Campaign Performance Report

2020-08-24 Thread theadsguy
Hi, I have been developing with the google ads api in Python for a few months now, and until today I was able to get real data. Now suddenly, all values I get are zeros. I've tried going back to old dates also, but the same thing. The query that is made is along the lines of (dumped from Repo

Re: "do not include" conversations in data in campaign performance report

2020-08-06 Thread Google Ads API Forum Advisor Prod
Hi Daniel, There is no field that corresponds to that column in the API. However, if you know the names of the conversion actions that you don't include in conversions, you can exclude them by the ConversionTypeName. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23HXcl:ref -- --

Re: "do not include" conversations in data in campaign performance report

2020-08-06 Thread Daniel Ahern
27;Include in "Conversions"' column. On Wednesday, August 5, 2020 at 5:16:50 AM UTC+9 adsapiforumadvisor wrote: > Hi Daniel, > > When using the Campaign Performance Report, you can add a filter on the > ConversionTypeName > <https://developers.goog

RE: "do not include" conversations in data in campaign performance report

2020-08-04 Thread Google Ads API Forum Advisor Prod
Hi Daniel, When using the Campaign Performance Report, you can add a filter on the ConversionTypeName to filter out any conversion actions you don't want in your report. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23HXc

"do not include" conversations in data in campaign performance report

2020-08-04 Thread Daniel Ahern
We have a few conversion types that we have set to 'do not include' as per this page: https://support.google.com/google-ads/answer/4677036?hl=en When I download data in a 'campaign performance report' through the adwords API, is it possible to get a column of data

RE: Discrepancies between ad-performance-report and campaign-performance-report

2020-06-19 Thread Google Ads API Forum Advisor Prod
Hi Andrew, Thank you for reaching out. The Ad Performance Report includes all statistics aggregated at the ad level while the Campaign Performance Report includes all statistics aggregated by default at the campaign level. Since both of these reports are aggregated at different levels, some

Discrepancies between ad-performance-report and campaign-performance-report

2020-06-18 Thread Andrew Pashkin
Hello! I use AdWords API to download performance reports and I've noticed that some campaigns are missing from the ad-performance-report in comparison with the campaign-performance-report and it leads to significant discrepancies in totals. I wonder what could be the reason of it? Did som

RE: Aggreagting or summing SearchImpressionShare from campaign performance report

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Dileep, As I mentioned in the previous post, you will need to run the report twice to get the total rows for each channel types: Run a Campaign Performance Report with a filter AdvertisingChannelType = SEARCH and include the field SearchImpressionShare Run a Campaign Performance Report with

Aggreagting or summing SearchImpressionShare from campaign performance report

2020-06-18 Thread Dileep Bandla
As metioned in my last post -> My last post i need to aggregate searchimpressionshares ,i have 4 rows of adchanneltype search ,i also have searchimpressionshare for that i want aggregate that searchimpressionshare and show i

RE: I can't get any data from all Reports except Campaign Performance Report [ about GEO PERFORMANCE REPORT]

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Hanseol, Thanks for reaching out. With regards to your concern, you can not combine the two report in the AdWords API. You would need to download a separate report to get data. can you please share the complete report definition and Screenshot of the UI along with customer id, So that I can

I can't get any data from all Reports except Campaign Performance Report [ about GEO PERFORMANCE REPORT]

2020-06-11 Thread hanseol kim
I need data like CountryCode, CampaignName, Click, Impressions but in Campaign Performance Report doesn't support geographic information so I am trying to use GEO PERFORMANCE REPORT. I don't know why, not only GEO PERFORMANCE, any other Performance Report don't send me an

RE: ConversionCategoryName - Campaign Performance Report API

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Raz, Thanks for reaching out. With regards to your concern about the conversion action category in the campaign performance report, unfortunately, The “submit lead form” category is not supported in the ApWordsAPI. so I would recommend keeping an eye on our Developer Blog for information

ConversionCategoryName - Campaign Performance Report API

2020-05-27 Thread Raz Rolnik
s://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#conversioncategoryname -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

RE: "removed" campaigns don't show up in Campaign Performance Report

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Maria, The field CampaignStatus is an attribute so the data reflected will always be the current state, regardless of date range. Removed entities shouldn't return by default. If you want me to take a look into the behavior, please reply privately to author your CID, and report results. Reg

Re: "removed" campaigns don't show up in Campaign Performance Report

2020-03-31 Thread Maria Ravander
Hi Anthony, > > it did not work out with the WHERE clause. After some more troubleshooting I realised the wrong timespan had been used in the DURING clause. When I change the timespan, removed campaigns are now include in the report although there is *no* WHERE clause? So should removed campaign

RE: "removed" campaigns don't show up in Campaign Performance Report

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Maria, By default, removed entities will not appear on reports unless you explicitly filter for them. You can add the WHERE clause "CampaignStatus IN [ENABLED,PAUSED,REMOVED]" to your report query. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZV88M:ref -- -- =~=~=~=~=~=~=~=~

"removed" campaigns don't show up in Campaign Performance Report

2020-03-30 Thread Maria Ravander
Hi, I wonder if campaigns with a "*removed*" campaign status are supposed to be left out in Campaign Performance Reports when adding the Date Segment? When requesting the report without the Date segment, "removed" campaigns are included in the report. Using the Adwords API. AWQL: SELEC

Re: Data mismatch between Campaign performance report request and Geo performance report in the adwords UI

2020-01-03 Thread Jsuhsai Hsushsiv
tks you On Thursday, 2 January 2020 16:39:40 UTC+7, Aishwarya Pardeshi wrote: > > I want the country/territory names from adwords. For this I am using the > GEO_PERFORMANCE report request, where I get the location id. > But, there is a mismatch of data in the adwords UI when I check for > campai

RE: Data mismatch between Campaign performance report request and Geo performance report in the adwords UI

2020-01-03 Thread Google Ads API Forum Advisor Prod
Hi Aishwarya, Thank you for reaching out. I would recommend reaching out to the product support team via help icon on the top right corner of your Google Ads account (once logged in) as they are better equipped to assist you with your UI related concerns. Feel free to reach out for any API rela

RE: Difference summary of clicks in Geo Performance Report and Campaign Performance Report

2019-12-27 Thread Google Ads API Forum Advisor Prod
Hi, The Geo Performance Report doesn't support app campaigns, so if you have app campaigns, they won't reflect in your report. If your campaigns are different, please provide your report definitions and your results through reply privately to author so I can further investigate. Regards, Antho

Difference summary of clicks in Geo Performance Report and Campaign Performance Report

2019-12-27 Thread Dũ Đoàn
Dear AdWords API and Google Ads API Support team, I have a question about the difference clicks total in Geo Performance Report and Campaign Performance Report. I send 2 request by Geo Performance Report and Campaign Performance Report with same clientCustomerId, same dateRange (min, max) but

RE: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Igor, Apologies for the delay in response. The App Campaigns for Engagement are currently supported through Google Ads API. You could use campaign resource to retrieve the campaign data where campaign.advertising_channel_sub_type field will give APP_CAMPAIGN_FOR_ENGAGEMENT for these campaign

Re: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-10-10 Thread Igor Selitsky
act/survey_transactional?caseid=6-137225447&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > > Hi, > I am pulling Campaign Perform

Extracting Unique users for campaign performance report (Adwords API)

2019-09-23 Thread 'Anders Busch Lindby' via AdWords API and Google Ads API Forum
://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report) or the Ads Api( https://developers.google.com/google-ads/api/fields/v2/campaign). Is it possible we are missing a field or that we should use another report type? Cheers Anders

Re: Error while getting the campaign performance report

2019-08-20 Thread Google Ads API Forum Advisor Prod
Hi, You may try and download the results of the report as objects as seen in this example. This way, it could be an easier approach than parsing the generated file itself. I hope this helps. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UHE1nM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Error while getting the campaign performance report

2019-08-20 Thread SML Analysis
Hi, Ok thank you I will give it a try and will let you know. what I am actually trying to do here is to read one by one rows and save it in our DB for reporting purpose. Is there a way I can save the response from Google into a C# Datatable and update it using bulk query into DB. Regards Ali

RE: Error while getting the campaign performance report

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if there are any implemented post processing in the reports after it has been downloaded? I asked because, based on the logs, the issue appears that it may not have originated from the AdWords servers. Could you try and generate the report using the client library example

RE: campaign performance report with location problem using new ads api

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Liren, You may use the location_view to pull the campaign level location criteria metrics. This is equivalent to the Geo Performance Report in the AdWords API. Could you please give this a try with this resource and let

campaign performance report with location problem using new ads api

2019-05-16 Thread li liren
Hi, I'm trying to get the breakdown of campaign level costs by country via API, using googleads-python-lib. but I couldn't find any fields about it in campaign resource at https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder . how to resolve it, thanks! -- --

RE: Placeholer performance report impressions not matching with campaign performance report?

2019-04-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Qaiser, The campaign level impressions may or may not match with the impressions at the extension level. It depends on different targeting criteria, ad extension settings. Please check this related post

Re: Placeholer performance report impressions not matching with campaign performance report?

2019-04-30 Thread Qaiser Javed
at 11:16:38 PM UTC+5, googleadsapi-forumadvisor wrote: > > Hello Qaiser, > > The different type of report types correspond to the data at different > levels. For example, the Campaign Performance Report will return data at > the campaign level where as the Placeholder Report wi

RE: Placeholer performance report impressions not matching with campaign performance report?

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Qaiser, The different type of report types correspond to the data at different levels. For example, the Campaign Performance Report will return data at the campaign level where as the Placeholder Report will return the data for the ad based extensions. The impressions for these report

Placeholer performance report impressions not matching with campaign performance report?

2019-04-29 Thread Qaiser Javed
Hi Members, I am facing an issue regarding impressions total mismatch. I am fetching data from following 3 reports 1. Placeholder Report 2. Placeholder feed Item Report 3. Campaign Performance Report total impressions different in each report. Please tell me what are possible reasons of this

RE: How to get installations from campaign performance report api

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
ds/api/docs/appendix/reports/campaign-performance-report which key words is the installation of the reports? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

How to get installations from campaign performance report api

2019-04-16 Thread 4399mkt
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report which key words is the installation of the reports? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: I cannot set a custom date to campaign performance report in JAVA API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please find the code snippet below as a reference to set the CUSTOM_DATE. ReportQuery query = new ReportQuery.Builder() .fields( "CampaignId, CampaignName" ) .from(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT) .during(ReportDefinitionDateRangeType.CUSTOM_DATE) .during(new Local

I cannot set a custom date to campaign performance report in JAVA API

2019-03-28 Thread killop2000
import com.google.api.ads.adwords.lib.jaxb.v201809.Selector; import com.google.api.ads.adwords.lib.jaxb.v201809.DateRange; import com.google.api.ads.adwords.lib.jaxb.v201809.ReportDefinition; import com.google.api.ads.adwords.lib.jaxb.v201809.ReportDefinitionDateRangeType; import com.googl

RE: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
;hl=en&ctx=1> Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api https://developers.google.com/adwords/api/community/ Hi, I am pulling Campaign Performance Report and it sends us metrics like spend/cost, impressions etc. for all UA

Re: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-22 Thread T2S
ontact/survey_transactional?caseid=6-137225447&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > > Hi, > I am pulling Campai

RE: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
=~ On 03/22/19 03:30:48 ketu.s...@apalon.com wrote: Hi, I am pulling Campaign Performance Report and it sends us metrics like spend/cost, impressions etc. for all UAC campaigns we are running EXCEPT UAC Re-engagement campaigns. Is it expected? how can I get spend metrics for UAC Re-engagement cam

UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-21 Thread T2S
Hi, I am pulling Campaign Performance Report and it sends us metrics like spend/cost, impressions etc. for all UAC campaigns we are running EXCEPT UAC Re-engagement campaigns. Is it expected? how can I get spend metrics for UAC Re-engagement campaigns? Looking forward to a resolution. Thanks

RE: Empty AdvertisingChannelType from Campaign performance report

2019-03-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 03/06/19 06:31:52 ducai...@gmail.com wrote: Hi there, It looks like we sometimes get back empty "AdvertisingChannelType" value from Campaign performance report. Can you please let us know in which cas

Empty AdvertisingChannelType from Campaign performance report

2019-03-05 Thread Caihua Du
Hi there, It looks like we sometimes get back empty "AdvertisingChannelType" value from Campaign performance report. Can you please let us know in which case the value will be empty? Thanks Caihua. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Blank Device value in Campaign Performance Report (related to CONNECTED_TV?)

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thanks for following up. Let me check back with the team on this and I will get back to you once I have more information Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper

Re: Blank Device value in Campaign Performance Report (related to CONNECTED_TV?)

2019-02-28 Thread mmunoz
Hello, There is an update on this issue? On Friday, February 1, 2019 at 4:26:14 AM UTC-3, googleadsapi-forumadvisor wrote: > > Hi, > > My apologies as we still do not have information on when this will be > fixed. Please stay tuned for updates. > > Thanks and regards, > Peter > AdWords API Team

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-13 Thread timlukin
ue. For last month, I can see the values > for ImpressionReach > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#impressionreach> > (3,536) > , AverageFrequency > <https://developers.google.com/adwords/api/docs/appendix/reports

RE: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, My colleague and I had reached out to you privately regarding this question as below: *I was able to replicate the issue. For last month, I can see the values for ImpressionReach <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-rep

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-13 Thread timlukin
Hello, is there any progress on the task? понедельник, 4 февраля 2019 г., 7:58:33 UTC+3 пользователь googleadsapi-forumadvisor написал: > > Hi, > > I can see that my colleague, Milind, has reached out to you privately > regarding your concern. You may continue your discussion on the private > t

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-11 Thread timlukin
Hello. Is there any progress on this task? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWor

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-04 Thread timlukin
from googleads import adwords import csv from io import StringIO API_VERSION = 'v201809' REPORT_TYPE_FIELDS = { 'ACCOUNT_PERFORMANCE_REPORT': [ 'ExternalCustomerId', 'Impressions', 'Clicks', 'VideoViews', 'Conversions', 'AverageCpc',

RE: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I can see that my colleague, Milind, has reached out to you privately regarding your concern. You may continue your discussion on the private thread for better communication. @demotestevent74 - If you are encountering issues with the AdWords API, you could open your concern on a new thread

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-01 Thread demotestevent74
Can you send the code which fetches this data On Friday, February 1, 2019 at 3:46:01 AM UTC+5:30, timl...@mmlab.io wrote: > > I use GoogleAds API to get CAMPAIGN_PERFORMANCE_REPORT, and the > information about periods in past differs from time to time. It differs > only in ImressionReach and Ave

RE: Blank Device value in Campaign Performance Report (related to CONNECTED_TV?)

2019-01-31 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, My apologies as we still do not have information on when this will be fixed. Please stay tuned for updates. Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

  1   2   3   4   5   >