Decimal precision of metric AbsoluteTopImpressionPercentage

2019-07-08 Thread Marie P-Lavoie
Hi! I noticed that the AdWords API returns the value of AbsoluteTopImpressionPercentage with 2 decimals only (for example, 0.42, which will be 42.00%). However, in the AdWords UI, the value has 4 significant digits (for example: 42.22%). Why is it not the case when fetching the data from the

Get Custom Columns thru the AdWords API (201809)

2019-10-22 Thread Marie P-Lavoie
Hi! In the AdWords UI, we can create Custom Columns: [image: custom_column_ui.PNG] Is there a way to get the created Custom Columns thru the AdWords API (latest version)? Thank you! Marie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

How to get Html5UploadAd data

2022-04-05 Thread Marie P-Lavoie
Hi! So I'm trying to get the file and name of a Html5UploadAd. I first go through the ad_group_ad view to get the field ad.display_upload_ad.media_bundle , and then, I try to get

Re: How to get Html5UploadAd data

2022-04-07 Thread Marie P-Lavoie
Hi Peter! Thank you for your quick response and sorry for the delay. Actually, I was looking for a way to just get basic data, such as the ad's images in the zip bundle and the names of these images, to identify the DisplayUploadAd, as I was able to do so in the Adwords API. I was able to go t

Re: Expanded Dynamic Search Ads not returning through Google Ads API ad_group_ad query

2022-04-12 Thread Marie P-Lavoie
Hi! I get the exact same issue. Did you find a solution? On Friday, January 14, 2022 at 9:04:20 AM UTC-5 bdrzew...@gmail.com wrote: > When I review my Customer's ad performance through the Ads Manager > Dashboard I see an expanded dynamic search ad with stats. When I query the > ad_group_ad re

Expanded Dynamic Search Ads missing from ad_group_ad query response

2022-04-12 Thread Marie P-Lavoie
Hi! I am currently comparing responses from the Adwords API with responses from the new Google Ads API and I see that ads of type Expanded Dynamic Search Ads are missing from the responses of the new Google Ads API. Here is my request: SELECT ad_group_ad.ad.call_ad.description1, ad_group_ad.a

Re: Expanded Dynamic Search Ads not returning through Google Ads API ad_group_ad query

2022-04-13 Thread Marie P-Lavoie
Hi! I just replied privately to Carmela on this post https://groups.google.com/g/adwords-api/c/J7_JJGRpIbE Thank you! Marie On Tuesday, April 12, 2022 at 10:01:07 PM UTC-4 adsapi wrote: > Hi Marie, > > Thank you for reaching out to our team. > > To investigate the issue, could you provide the

Re: Missing Image Ads in ad_group_ad view

2022-04-27 Thread Marie P-Lavoie
Hi, So I investigated further my own issue and discovered that if I remove the field "segments.keyword.info.text" from my request, all the missing ads now show up in the response. Is this normal behaviour? Thanks, Marie On Wednesday, April 27, 2022 at 11:26:17 AM UTC-4 Marie P-La

Re: Expanded Dynamic Search Ads missing from ad_group_ad query response

2022-06-27 Thread 'Marie P-Lavoie' via Google Ads API and AdWords API Forum
Hi! I found a similar solution as the one @Rajesh proposed: I removed the field "segments.keyword.info.text" in my query and the missing ads started showing up in the API response. I also received this private response from someone on the Google Ads API support team to provide further informat