Re: Performance Max Placement and Asset reporting via Google Ads API

2023-03-03 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 hope you are doing well 
today.

Thank you for showing your interest in placement reporting. Moving forward to 
your concern, can you please provide us a UI screenshot (uncropped) of the 
placement report that you are retrieving? This will help us to provide right 
information and recommendations.

Have a great day.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/jcTRJ0RQYLV100j5YCNHa5RnWLNN1fdHy1kw%40sfdc.net.


Re: Performance Max Placement and Asset reporting via Google Ads API

2023-03-03 Thread 'Kazuhiro Miyamoto' via Google Ads API and AdWords API Forum
Hello there,

I had the same question as Jeff and came to this thread.
In the above post, I can get Asset Reporting via API, but how about 
Placement Reporting?

Could you please let me know if there is a way to get Placement Reporting 
for Performance Max Campaign via API?

Best,

2022年5月21日土曜日 0:44:52 UTC+9 Google Ads API Forum Advisor:

> Hello Jeff,
>
> Glad to hear that from you, you found the expected reports from your end. 
> Let me know if you can help with anything else.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/4cec1f0f-3e75-4cd1-b677-edd2b0d57f57n%40googlegroups.com.


Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
Quick update for anyone looking for this in the future - the  Asset 
Reporting 

 for 
Performance Max can be replicated by pulling from the "asset_group_asset" 
resource.  The specific "performance" field from that report is " 
asset_group_asset.performance_label " My GAQL query pulls a few other 
interesting fields and looks like this:
SELECT

customer.id,
customer.descriptive_name,
campaign.name,
asset_group_asset.field_type,
asset.name,
asset_group.name,
asset.call_to_action_asset.call_to_action,
asset.type,
asset.text_asset.text,
asset.image_asset.full_size.url,
asset.youtube_video_asset.youtube_video_id,
asset_group_asset.performance_label

FROM asset_group_asset
WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX'
On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote:

> Hi Jeff,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I can confirm that it will return similar reports. If you are not getting 
> similar report, can you please provide full screen screenshot of the UI of 
> what you are looking for? so that i can further investigate the issue. Let 
> me know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/13966016-1c06-4ef4-abb9-83a3b1352f42n%40googlegroups.com.


Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
Quick update for anyone looking for this in the future - the  Asset 
Reporting 

 for 
Performance Max can be replicated by pulling from the "asset_group_asset" 
resource.  The specific "performance" field from that report is " 
asset_group_asset.performance_label " My GAQL query pulls a few other 
interesting fields and looks like this:

SELECT
   
customer.id,
customer.descriptive_name,
campaign.name,
asset_group_asset.field_type,
asset.name,
asset_group.name,
asset.call_to_action_asset.call_to_action,
asset.type,
asset.text_asset.text,
asset.image_asset.full_size.url,
asset.youtube_video_asset.youtube_video_id,
asset_group_asset.performance_label
   
FROM asset_group_asset
WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX'

On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote:

> Hi Jeff,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I can confirm that it will return similar reports. If you are not getting 
> similar report, can you please provide full screen screenshot of the UI of 
> what you are looking for? so that i can further investigate the issue. Let 
> me know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/112bb45c-d58a-430e-9b54-eb36f54a3e9en%40googlegroups.com.


Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
Quick update for anyone looking for this in the future - the  Asset 
Reporting 

 for 
Performance Max can be replicated by pulling from the "asset_group_asset" 
resource.  The specific "performance" field from that report is " 
asset_group_asset.performance_label " My GAQL query pulls a few other 
interesting fields and looks like this:

SELECT

customer.id,
customer.descriptive_name,
campaign.name,
asset_group_asset.field_type,
asset.name,
asset_group.name,
asset.call_to_action_asset.call_to_action,
asset.type,
asset.text_asset.text,
asset.image_asset.full_size.url,
asset.youtube_video_asset.youtube_video_id,
asset_group_asset.performance_label

FROM asset_group_asset
WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX'



On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote:

> Hi Jeff,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I can confirm that it will return similar reports. If you are not getting 
> similar report, can you please provide full screen screenshot of the UI of 
> what you are looking for? so that i can further investigate the issue. Let 
> me know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/4d3ba1bd-8f30-4e58-b2fd-330879d4e052n%40googlegroups.com.


Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-18 Thread Jeff Strome
Hi Carmela,

Thank you for your response.

When querying managed_placement_view for my Performance Max campaign, I do 
not get any results.  Before I start testing the asset report you listed, 
can you please confirm that both of these will return similar reports to 
what I have linked to above?  Both of these reports are for Performance Max 
campaigns:
Placement Reporting 

Asset Reporting 


I'm happy to send along logs if that would be helpful once we confirm that 
both resources you've linked to support Performance Max, giving the reports 
I have listed.

Thanks,
Jeff

On Wednesday, May 18, 2022 at 4:08:14 AM UTC-4 adsapi wrote:

> Hi Jeff,
>
> Thank you for raising this concern to the Google Ads API team.
>
> Moving forward, it appears that you are looking for the placement and 
> asset report documentation. That said, for the *placement reporting*, 
> kindly check this documentation 
> 
>  where 
> you can see that the managed_placement_view 
> 
>  report 
> is the equivalent of the placement report in the Google Ads API. As for 
> *asset 
> reporting*, please see this asset report documentation 
> .
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2atY7e: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 
"Google Ads API and AdWords 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/e4a76aed-9b64-44b1-bb4a-2e587a0b3edbn%40googlegroups.com.


Performance Max Placement and Asset reporting via Google Ads API

2022-05-17 Thread Jeff Strome
Hey there,

We have currently begun experimenting with Performance Max campaigns.  I'm 
trying to pull as much reporting information as I can for my team via the 
Google Ads API.  I am able to successfully query metrics and conversions 
using the campaign resource 
.
 
No complaints there!

When searching through documentation, I found the following reports 
available in the UI:
Placement Reporting 

 
Asset Reporting 


However, I am having trouble locating them in the Google Ads API 
documentation.  Could anyone please point me to the resource that will 
allow me to access those reports?  If they are not accessible via Google 
Ads API I would like to request that feature.

Thanks,
Jeff

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/fd76f12c-996d-4d25-adeb-040ffa719bf6n%40googlegroups.com.