Re: want to know the status of the basic api access to google ads mcc account

2023-05-10 Thread Mrinal Pant
Where i can find that link to the support ticket?? On Wed, 10 May 2023 at 2:27 PM, Google Ads API Forum Advisor wrote: > Hi Mrinal, > > Thank you for your response. As mentioned, we already reached out to the > Google Ads API Compliance team on your behalf and as per checking, it > appears that

Re: Fetching Cost per install and Install Data

2023-05-10 Thread Phúc Đinh Minh
Here is image for getting metrics Install and Conversion separately from Google Data Studio So I hope, you guys can update API so that we can call metrics Install and metrics Conversion separately [image: image.png] On Thursday, May 11, 2023 at 9:57:52 AM UTC+7 Phúc Đinh Minh wrote: > Hi Google

Re: Fetching Cost per install and Install Data

2023-05-10 Thread Phúc Đinh Minh
Hi Google Ads API Team, Is there any update to this issues or new feature. Why Googles don't provide API for getting Metrics Install while we can see it in the Dashboard or Google Data Studio? Thanks & Regards Phuc On Monday, April 24, 2023 at 8:58:21 PM UTC+7 Google Ads API Forum Advisor wrot

Re: Discrepancies in Historical monthly search volumes between API and web keyword planner

2023-05-10 Thread Dan Thies
Answered here - https://groups.google.com/g/adwords-api/c/LASHwRCl1xQ/m/PegUXzurEAAJ On Wednesday, May 10, 2023 at 1:31:19 PM UTC-7 William Turrell wrote: > If I add terms to a Keyword Plan and retrieve historical data, it's common > for a few months in the web UI (via a CSV download) to have d

Pull Campaign Type from Google Ads API

2023-05-10 Thread Courtney Persinger
Hi - looking to pull the campaign type field (UI named) in through the API and cannot find something similar. Already tried ad_group_ad.type. Can you point me in the right direction? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: Conversions value per cost (ROAS) - Cannot select or filter

2023-05-10 Thread Zeyuan Gu
Hey, Were you able to pull roas (conversion_value_per_cost) from campaigns? On Tuesday, May 31, 2022 at 7:28:25 AM UTC-5 Hubert Jaworski wrote: > How do I do that in Python? > > Here's a snippet of how I use the Python library to send requests to the > API: > ga_service = googleads_client.get

Update negative keyword shared set

2023-05-10 Thread Qihuai Duan
Hello, How could I update negative keywords shared set in python pls ? I have searched over the forum but I don't fin any hints. Thx in advance Qihuai -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~

Discrepancies in Historical monthly search volumes between API and web keyword planner

2023-05-10 Thread 'William Turrell' via Google Ads API and AdWords API Forum
If I add terms to a Keyword Plan and retrieve historical data, it's common for a few months in the web UI (via a CSV download) to have different search volumes to the same data retrieved via the API. Is this a known issue? Something I'm missing? (The geo_target should be the same for both, not

Re: know if an account has image extensions enabled

2023-05-10 Thread Florencia Pereira
Thanks for your response. I have all the information I need now. Thanks, Florencia On Wednesday, 10 May 2023 at 15:10:59 UTC-3 Google Ads API Forum Advisor wrote: > Hi Florencia, > > Thank you for your response. > > With regard to your concern for what could happen or what errors you get > wh

Re: know if an account has image extensions enabled

2023-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Florencia, Thank you for your response. With regard to your concern for what could happen or what errors you get when an account does not meet the following requirements, in API perspective, accounts that have been migrated will reject mutate calls for feed-based entities. Furthermore, thes

Re: Setting a total budget at campaign level

2023-05-10 Thread Juan Costamagna
Hi, I was wondering if this is still not possible. I was to trying to create a Campaign (Search|Display) with a total budget amount, using Custom Period and I receive the error : "The period of the budget is not allowed". There is something missing from my side or it's just not possible to creat

Re: ad_group_ad_asset_combination_view.served_assets "servedassetfieldtype":"unknown"

2023-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, You may send the requested details privately via the “Reply To Author” option. If that option is not available to you, send it directly to googleadsapi-supp...@google.com instead and let us know here once it is provided. Regards, Google Ads API Team ref:_00D1U1174p._5004Q2lBRac:ref

Re: ad_group_ad_asset_combination_view.served_assets "servedassetfieldtype":"unknown"

2023-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, Thank you for coming back to us. I hope you are doing well today. With regards to your concern, UNKNOWN field type is working as expected based on the document ServedAssetFieldType (https://developers.google.com/google-ads/api/reference/rpc/v13/ServedAssetFieldTypeEnum.ServedAssetFie

RE: cannot see the result from request

2023-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Qihuai, Thank you for reaching out to us. With regard to your concern, for us to further check this can you confirm if you're seeing data in the UI but unable to get results in the API? If this is the case, can you provide us with complete request and response logs with request ID so we can

how to avoid empty result when dimension is not set on data

2023-05-10 Thread Pablo Fernandez
Hi. with the following query I'm able to collect costs with country and city as columns. SELECT segments.date, geographic_view.country_criterion_id, segments.geo_target_region, metrics.clicks, metrics.impressions, metrics.cost_micros, customer.id, customer.resource_name, geographic_view.r

Re: Having trouble fetching asset group performance data

2023-05-10 Thread Brandon Farber
For the benefit of others who may come across this conversation - the support rep has confirmed the metrics we see broken down on the "Asset Groups" page is not currently available via the API, and a feature request has been submitted internally to make them available. On Tuesday, May 9, 2023 a

Re: know if an account has image extensions enabled

2023-05-10 Thread Florencia Pereira
OK, thanks for the information. Sorry to insist, but I still need to know what is the result in case the account does not meet the requirements to have image assets because I need to distinguish the case. What happens or what errors do we get when an account does not meet the following requireme

RE: create audiences based on a url

2023-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I'm from the Google Ads API team. With regard to your concern, I suggest to check out this guide (https://developers.google.com/google-ads/api/docs/remarketing/overview?hl=en) to get an overview of Audience management in Google Ads API. Here's another guide (https://developers.google.com/

Re: ad_group_ad_asset_combination_view.served_assets "servedassetfieldtype":"unknown"

2023-05-10 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks guys! I've sent details in private message. On Monday, May 8, 2023 at 9:53:31 PM UTC+3 Google Ads API Forum Advisor wrote: > Hello Oksana, > > Welcome to Google Ads API Support team. Thank you for reaching out to us. > > The ServedAssetFieldType UNKNOWN means that the received value is no

Cannot see the result from request

2023-05-10 Thread Qihuai Duan
Hello, I had executed my first request in Python for test, using service account, with the code below : AUTH_PATH="lib/google-ads.yaml" client = GoogleAdsClient.load_from_storage(AUTH_PATH) ga_service=client.get_service("GoogleAdsService",version="v13") query = """ SELECT campaign.id, ad_group.

Create audiences based on a url

2023-05-10 Thread Yonatan
Hello, How can I create audiences based on a URL in Google Ads API. In the UI I do it like this: [image: Untitled.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: having trouble with app install campaign api

2023-05-10 Thread Satheesh M
ok thanks On Tuesday, May 9, 2023 at 10:14:26 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thanks for getting back with us. > > Please note that you can still use reporting to retrieve campaign data. > However, you can’t retrieve data that is in the production level. > > With regar