Hi, Nirmita

I'm facing an issue similar to Mounir's. It happens that in one same 
account we have app campaigns and remarketing campaigns, however when 
downloading the report (via API) the data doesn't include app campaigns; if 
I ask for ConversionTypeName in either Account or Budget report, through 
this request body:

# Python script
report_query = (adwords.ReportQueryBuilder()
          .Select('AccountDescriptiveName',
                       'ConversionTypeName', 
                       'Impressions', 'Clicks',
                       'Cost', 'Interactions','Conversions','Engagements')
         .From('BUDGET_PERFORMANCE_REPORT')   # .From(
'ACCOUNT_PERFORMANCE_REPORT')
         .During(start_date=since,end_date=until)
         .Build())

I get a reportDownloadError that starts like this and lists all of the 
incompatible metrics:

         "*Cannot select a combination of ConversionTypeName and 
AverageCost,AverageCpc,AverageCpe,AverageCpm...*"

Using the API, is it any way I can get my app campaigns related data either 
together with the other campaigns or separately? 

Kind regards,
Julio

On Thursday, April 23, 2020 at 12:04:42 PM UTC-5 adsapiforumadvisor wrote:

> Hi Mounir,
>
>
> Thanks for reaching out. With regards to your concern about missing data 
> in Ad Group Performance Report, Looking at your account i see that all of 
> your missing campaigns are App Campaigns. Unfortunately, Ad Group 
> Performance Report doesn't support the app campaign type. Please make sure 
> you are using one of the supported reports for app campaigns listed here 
> <https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns#reporting>
> .
>
>
> Let me know if you have any questions.
>
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5001UaS38J:ref
>

-- 
AVISO DE CONFIDENCIALIDAD
Este correo electrónico es confidencial y para 
ser leído y utilizado exclusivamente por la(s) persona(s) a quien(es) se 
dirige. Si el lector de esta transmisión electrónica no es el destinatario, 
se le notifica que cualquier distribución o copia de la misma está 
estrictamente prohibida. Si ha recibido este correo por error le suplicamos 
notificar inmediatamente a la persona que lo envió y borrarlo 
definitivamente de su sistema.

CONFIDENTIALITY NOTICE
This electronic mail 
transmission is confidential, may be privileged and should be read or 
retained only by the intended recipient. If the reader of this transmission 
is not the intended recipient, you are hereby notified that any 
distribution or copying hereof is strictly prohibited. If you have received 
this transmission in error, please immediately notify the sender and delete 
it.  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3bdc406e-f483-45ce-a667-d747121e00f2n%40googlegroups.com.

Reply via email to