Re: Missing data in AdGroups Performance Report

2020-04-23 Thread Mounir Hamoudi
Hi Nirmita,

Thank you so much for the quick reply! It looks like we missed this detail 
from the documentation. 

According to your link, we ended up by changing to Campaign Performance 
report 
.
 
However, we are no longer able to get the AdGroup name  from this report. 
The only available field is CampaignGroupId.

How can we get this information? Can we download the AdGroups referential 
with another query and then join with the Campaign Performance Report on 
the ID column to get the group name?

Thank you again for your help. 

Mounir

On Thursday, April 23, 2020 at 7:04:42 PM UTC+2, 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 
> 
> .
>
>
> Let me know if you have any questions.
>
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5001UaS38J:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/160c79d0-0dba-4eb4-ab33-ff25b64ed2b4%40googlegroups.com.


Missing data in AdGroups Performance Report

2020-04-23 Thread Mounir Hamoudi
Hello,

We are using the Adwords API to download performance reporting data 
(ADGROUP_PERFORMANCE_REPORT) and we have noticed some discrepancies between 
the Google Ads UI and the downloaded CSV file: there are fewer campaigns in 
the CSV file.
There are no filters applied to the API query, we tried to add these 
predicates to the query: AdGroupStatus IN [‘ENABLED’, ‘PAUSED’, ‘REMOVED’] 
and CampaignStatus IN [‘ENABLED’, ‘PAUSED’, ‘REMOVED’], but we weren’t able 
to get the missing data.

The only common point between the missing campaigns is that they are of the 
same “Application” type.

Can anyone help us to understand why? How can we address this behavior?

Thanks in advance!

 
Some additional information:

Our Client Customer ID: 998-342-7323
Nb of missing campaigns: 11 (example: campaign name = 
**.tv-UAC-iOS-Auto, Ad group= Ad group 1)
Report definition query:


ADGROUP_PERFORMANCE_REPORT = {
'reportName': 'Last Day AdGroup Performance Report',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'ADGROUP_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'dateRange': {
'min': '{{ds_nodash}}',
'max': '{{ds_nodash}}'
},
'fields': [
'Date', 'AdGroupName', 'AdGroupType', 'AdGroupStatus', 
'CampaignName', 'CampaignId',
'CampaignStatus', 'Clicks', 'Impressions', 'Ctr', 'AverageCpc', 
'Cost', 'Conversions',
'ViewThroughConversions', 'CostPerConversion', 'ConversionRate'
]
}
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9498d0b-4a95-4bfd-8ae7-de141f9e52f8%40googlegroups.com.