Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Okay.. Figured it out...: { "operations": [ { "create": { "type": "LISTING_GROUP", "status":"ENABLED", "adGroup": "customers/7803661715/adGroups/150631446858", "resourceName":"customers/7803661715/adGroupCriteria/150631446858~-1", "listingGroup": { "type": "SUBDIVISION" } } }, { "create": {

Calculating the climate impact of Google Ads impressions

2023-05-25 Thread 'Ted Power' via Google Ads API and AdWords API Forum
Hello, I'm co-founder / ceo of Bend (http://usebend.com/) and also a former Googler. Our goal is to build an integration with Google Ads, via the Google Ads API, such that our customers can pull in their campaign info, and understand the climate impact of their ad spend (essentially the ads

Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Okay, so of course it works now but I do have a follow up question . I need to exclude the "everything else in All Products" listing group but the JSON is still generating both product groups as active. I was reading the REST documentation but could not find anything about the exclusions. I'm

RE: creating single product listing groups through rest api

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, In addition to our previous response. You may send the requested details privately via “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. This message is in relation to

Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Oh, damn, that might be it. I will try in a bit. I knew it was gonna be something super simple like this after seeing so many java/python hints. DZ On Thursday, May 25, 2023 at 8:47:16 PM UTC+2 Google Ads API Forum Advisor wrote: > Hello, > > Welcome to Google Ads API Support team. Thank you

RE: creating single product listing groups through rest api

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Welcome to Google Ads API Support team. Thank you for reaching out to us. With regards to your concern, it appears that the resource name in your request is malformed as it has adGroups instead of the expected adGroupCriteria. Resource name

RE: frequency cap video ad sequences is one sequence per person in a 30-day period

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Tanuj, Thanks for reaching out to the Google Ads API Team. Upon checking further, Sequence Path and Frequency Capping Sequence is not yet supported in the Google Ads API. Kindly note that, our team already raised a feature request for this to become available in the API, this is subject

Re: Unable to create Asset Group Signal via. API call

2023-05-25 Thread lezhne...@gmail.com
I just encountered the same problem (funny, exactly one year later). Does the above mean that asset group creation must follow asset creation in order to succeed? On Wednesday, 25 May 2022 at 04:23:54 UTC+2 Google Ads API Forum Advisor wrote: > Hi, > > > Thanks for reaching out to the

Unable to get APP Campaign GCLIDs from CLICK_VIEW

2023-05-25 Thread Chad Wood
Hello, I am not able to get any GCLIDs pertaining to APP campaigns from the CLICK_VIEW resource. Can someone verify that this issue is on my side? Or is it on Google's side? Can you try to query for a GCLID from an APP campaign and see if you can retrieve it? Thanks, See my Query: SELECT

Get remaining account budget through Google Ads API

2023-05-25 Thread lsy
Hi, Is there any method in Google Ads API to get the remaining budget as shown in red in the following picture? [image: google budget.png] Thanks, Shiying -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: unlink accounts

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mario, Thanks for reaching out to Google Ads API Forum. With regards to your concern, can you confirm if your issue is related to the tracking of spend amount using the Google Ads API? If so, then you may refer to our Billing documentation, which lets you programmatically manage end-to-end

Re: how should i get reports for a specific time zone?

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tony, Thank you for your response. We are glad to help. Please feel free to get back to us if you have any other Google Ads API related concerns and technical implementations. We will be happy to assist you. Reference Link: Google Ads API:

RE: able to create report in ui but not from api

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to Google Ads API Forum. I see that you have tried queries from different reports but unable to get the exact data from the UI. It also appears that these queries contain invalid fields. Please note that when you specify a resource in the FROM clause, some

GEO_TARGET_COUNTRY REPORT

2023-05-25 Thread 林灿
Hi, I need to get report data similar to the image below. I found user_location_view and geographic_view, what is the difference between these two, which one can get accurate data subdivided by country similar to the picture below. In neither of these I found a way to segment by country

Re: Get info about budget account when using auto payments

2023-05-25 Thread Borys Dziundziuk
Hi! I'm referencing to this, please check the attached screenshot - Automatic payments: You're automatically charged *after* your ads run, either on the first day of each month or when you reach a preset amount (known as your threshold), whichever comes first. You can also make

Re: Get info about budget account when using auto payments

2023-05-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Borys, Thank you for getting back to us. It appears that you have encountered a BILLING_SETUP_NOT_ON_MONTHLY_INVOICING error (https://developers.google.com/google-ads/api/reference/rpc/v13/InvoiceErrorEnum.InvoiceError#billing_setup_not_on_monthly_invoicing). Please note that as per this

Get ad_group_ad statements

2023-05-25 Thread Tony Z
Is there any way we can get the ad report information for all sub-accounts under the manager account at once through the API? Like on the UI? What I'm doing is traversing each sub-account and getting the reports separately, is there a better way to do this? -- --

Re: audience in google ads version 13

2023-05-25 Thread Tung Le
So lookback_window_days and membershipLifeSpan is the same value? In the media screen, I dont see membershipLifeSpan so this field is not used? Or which field is not used for "web page visit" audiences? lookback_window_days or membershipLifeSpan On Wednesday, May 24, 2023 at 8:10:58 PM UTC+7