gender_view data for PMax campaigns

67 views
Skip to first unread message

cv

unread,
Jan 10, 2024, 5:35:11 AM1/10/24
to Google Ads API and AdWords API Forum
hi,

I am not able to get gender_view data for PMax Campaigns.

My Query:

SELECT

                    segments.date,


                    campaign.id,

                    campaign.name,

                    campaign.status,

                    

                    ad_group_criterion.gender.type, 

                    

                    metrics.clicks, 

                    metrics.conversions, 

                    metrics.cost_micros, 

                    metrics.all_conversions, 

                    metrics.average_cpc, 

                    metrics.ctr, 

                    metrics.impressions, 

                    metrics.cost_per_all_conversions, 

                    metrics.cost_per_conversion, 

                    metrics.all_conversions_from_interactions_rate, 

                    metrics.conversions_from_interactions_rate,

                    metrics.view_through_conversions  

                FROM 

                    gender_view 

                WHERE 

                    campaign.status IN ('ENABLED', 'PAUSED') 

                    AND campaign.advertising_channel_type IN ('PERFORMANCE_MAX') 

                    AND segments.date >= 20230714 AND segments.date <= 20240109



Thanks,


Google Ads API Forum Advisor

unread,
Jan 10, 2024, 6:03:43 AM1/10/24
to chirag....@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

By reviewing your query, I understand that your concern is regarding gender_view data for PMax Campaigns. In order to assist you further, please provide us with the complete API logs (request and response with request-id and request header) generated at your end.

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct private reply to this email.

 
This message is in relation to case "ref:!00D1U01174p.!5004Q02rVm43:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages