How to set campaign goals as custome goals through google ads api

2021-11-15 Thread ping Lee
I can't get Custom goals SELECT campaign_conversion_goal.resource_name, campaign_conversion_goal.category, customer.resource_name FROM campaign_conversion_goal I can get Custom goals through custom_conversion_goal, but resource_name cannot be used to modify campaign goals Please help me th

Re: how to get the geo data of google ads one day?

2021-11-15 Thread 'chaoming chen' via AdWords API and Google Ads API Forum
Another idea can you provide the results of customer ID: 2326004878 ran the follow SQL: SELECT ad_group.id,geographic_view.resource_name, segments.geo_target_province, segments.geo_target_region, segments.geo_target_county, segments.geo_target_county, segments.geo_target_postal_code,segments

RE: how to get the geo data of google ads one day?

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chaoming, Thank you for providing further details to your concern. I am afraid that our team would not be able to investigate the issue with current details. With this, please provide instead the following details as it will greatly help in our investigation: complete request and response l

RE: all account list

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thank you for reaching out. You can utilize the get account hierarchy feature to retrieve all your accounts under a specific MCC / manager account. Then, for reach client account returned, you may then generate the performance report you wish to to extract. An example can be found in

RE: Ad Group Operating System Restriction

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lonny, Thank you for reaching out to our API support team. Upon checking this guide, it is indeed not possible to target / exclude operating systems using the OperatingSystemVersionInfo at the ad group level. So that I may raise a feature request, could you share a more complete screenshot

RE: Getting criterion ID for one keyword

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, If you have enabled logging, the complete resource name (including the ID of the keyword) of your keyword that had just been created via the API should be returned in the response logs. Otherwise, you would need to use the change_event service to retrieve details of the most recent ch

Re: how to get the geo data of google ads one day?

2021-11-15 Thread 'chaoming chen' via AdWords API and Google Ads API Forum
I use the official website laravel demo code, and the screenshot cannot be taken. The core code is as follows: public function getAgeRangeReporting(GoogleAdsClient $googleAdsClient, $customer_id,?string $customer_name,$report_type=0) { if($report_type==1){ //get gender report $sql = "SELECT gend

Re: Create campaign error

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, To update the custom conversion goal, you'll want to send a request like the following example, with your customer, campaign, and custom goal IDs substituted. { operations': [ { 'update': { 'resourceName': 'customers/YOUR_CUSTOMER_ID/conversionGoalCampaignConfigs/YOUR_CAMPAIGN_

Re: Request had insufficient authentication scopes

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, If you click the three vertical dot button on the right side of this post, you can select 'reply privately to author'. This option will route your response to our private email. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the

Re: Bid Modifier for User Lists

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, You can reach out to product support to request this functionality, the API can only be a conduit to the product. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards, Aryeh Baker Google Ads API Team ref:

all account list

2021-11-15 Thread Oleg Disrupt
Hi I want to get all account list in accounts->performance using php, google ads api. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

RE: Get Ad Details From Webhook Request Data

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. Unfortunately, we are unable to deal with your request, as our team specializes in Ads API technical support. I recommend please reach out to the Lead form Webhook support team here. Let us know if you have any Ads API related

Re: Ad Group Operating System Restriction

2021-11-15 Thread Lonny Kapelushnik
The screenshot from the UI is for a campaign with 'Display' ads. On Monday, November 15, 2021 at 11:16:01 AM UTC-7 Lonny Kapelushnik wrote: > In the UI you can set the operating system in the ad group settings > (screenshot attached). > > I am not seeing an operating system criterion in the AdGr

Getting criterion ID for one keyword

2021-11-15 Thread Filip Pećanac
Hi, When I run GetKeywords.php it displays info about all criterion keywords. So, how should I structure my GAQL query when I want to get *just the criterion ID* for only one keyword that I have previously added? Thanks in advance! Regards, Filip -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: setting language parameter in new campaign class

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, There isn't a way to set the language of a campaign through the CampaignService. However, you can set language as a campaign criterion using the CampaignCriterionService. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021

RE: Any update on feed base to asset base extension migration?

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Boris, The migration isn't happening in one shot and it may have n ot happened yet to some customers. Could you privately send us your account number? Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards, Aryeh

Re: How to properly update the assets in an ad group

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy, I found out if you want to change the assets associated with the Campaign you can call AdService to change the assets on the Creative that is enabled instead of AdGroupAdService. Regarding samples for a 'get' call in Python library you can reach out to their issue tracker. With th

Re: How to get the number of conversions for a certain conversion

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for letting us know that problem is solved. Feel free to contact us again if you have any concerns related to our API’s and we will be happy to assist you. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual

Take our Google Ads (AdWords) API Annual Developer Survey for 2021

2021-11-15 Thread 'Cory Liseno' via AdWords API and Google Ads API Forum
Hi Everyone! *TLDR; Please take 10-15 minutes to share your feedback about the Google Ads API and the AdWords API on our Annual Google Ads API Developer Survey for 2021 .* As 2021 comes to a close, we’re looking forward to nex

Re: Bid Modifier for User Lists

2021-11-15 Thread Will Schymik
Thanks for the reply. How would I then ensure that the ad group targets a global audience? It was my understanding that associating an ad group to a user list using an AdGroupCriterion caused the ad group to only be shown to users in the list. Instead I would like to target all potential Google

RE: App list for app extension

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Unfortunately, listing all the available apps to add an app extension is not possible. You may use MobileAppAsset to identify app details, if you want to create these via the Google Ads API. Regards, Reminder: Share your feedback about the Google Ads (AdWord

RE: how to get the geo data of google ads one day?

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Upon checking the attached screenshots, could you provide us the screenshots translated in English labels in order to investigate further? Also, could you please provide us with the following details below, so that we can check better? Provide the complete re

Re: Request had insufficient authentication scopes

2021-11-15 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
Hello, can you send me an email address so we can communicate in private about this topic? Have a nice day, Miloš Dne pátek 12. listopadu 2021 v 20:30:26 UTC+1 uživatel adsapi napsal: > Hello, > > Thanks for reaching out. Your developer token MCC does not have to be > connected to the accoun

Re: Create campaign error

2021-11-15 Thread 娜娜
hello I have upgraded the google ads api to V9, but I still don’t know how to set the conversion goal of the campaign. Are there any relevant examples? Thank you very much! The screenshot was used for my test, but it seems to be incorrect [image: 2025204227.png] 在2021年11月4日星期四 UTC+8 上午6:40

Re: Uploading Image Assets via REST API

2021-11-15 Thread 'Greg Asquith' via AdWords API and Google Ads API Forum
Hi, Has there been an update on this issue please? Thanks On Wednesday, 10 November 2021 at 19:41:42 UTC adsapi wrote: > Hi Greg, > > Thank you for sharing the video and the logs, I reproduced this behavior > where a picture uploaded via API didn't get a saved crop while an upload in > the UI

Any update on feed base to asset base extension migration?

2021-11-15 Thread Boris DETRY
Feed based extensions should have been migrated after October 10 automatically. But none of our extensions have been migrated yet, they still use the "old paradigm". Any update on the automatic migration? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

RE: googleadsapi-supp...@google.com

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. I can see that you’ve created another duplicate of the forum thread for the same issue and we will respond to you on this thread for better issue tracking. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API

setting language parameter in new campaign class

2021-11-15 Thread Oleg Disrupt
Hello, I want to add the language that I want when i created the new campaign. for example $campaign = new Campaign([ 'name' => 'campaign1', 'language' => english ]); I can't see 'language' parameter in campaign class. Can you help me? Regards oleg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

googleadsapi-supp...@google.com

2021-11-15 Thread Oleg Disrupt
Hello I want to get all accounts in my manager account. I tried to get the account list using below example php examples/AccountManagement/ListAccessibleCustomers.php but I can see all manage accounts like top right in my account. so I want to get all accounts in accounts->performance. I tried t

RE: get all accounts under my manage account.

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posting your concern to us. Could you provide us with the complete request and response logs with the request-id generated when an error is encountered, so our team can better check? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client l

RE: unsupported language

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Prashant, Thanks for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Please confirm if it is indeed related to the said APIs, and provide more details to it so that I can investigate. If enc

Re: How to properly update the assets in an ad group

2021-11-15 Thread Evgeniy Lepikov
Hi Aryeh, Thank you for help! Perhaps there is an example of a query using GetAdGroupAd via API ? What parameters are returned? Optimally if for python пятница, 12 ноября 2021 г. в 20:07:32 UTC, adsapi: > Hi Evgeniy, > > I reproduced this behavior that and app ad cannot be removed with a remov

RE: budget issue in creation new campaign.

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi everyone, Thank you Jindong for your input regarding the explicitly_shared attribute. @Oleg, you can also check here, for more information on how to set a campaign budget only for a single campaign. If you continue to encounter issues, you may provide our team with the complete request and r

Get Ad Details From Webhook Request Data

2021-11-15 Thread Anant Trivedi
I have created a webhook API so that when any lead is captured on extension form, the details flows to our CRM and we can store details at our end. >From the lead details we got from Google as request data, we need to get Ad details like AdId, AdName, etc. We are able to get the ad_group details

RE: What is the request limit of google ads api per day?

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jindong, Thank you for reaching out to our API support team. To better assist you, could you provide to our team with the complete request and response logs, with the request-id, generated when you encountered the limit errors? You may then send the requested information via the Reply priva

Re: budget issue in creation new campaign.

2021-11-15 Thread jindong o
Yes, Sample code use shared budget. you can use non-shared budget like this... $budget = new CampaignBudget([ 'name' => 'non shared budget#' . Helper::getPrintableDatetime(), 'delivery_method' => BudgetDeliveryMethod::STANDARD, 'amount_micros' => $campaign_budget

What is the request limit of google ads api per day?

2021-11-15 Thread jindong o
I manage campaigns for over 2000 sites. Weekly campaign parameters are updated using api. However, google sometimes processes about 2000 requests, but on some days, it processes 600 campaign updating requests and displays an error message "too many requests, Retry 79040 seconds". I want to know g

Re: budget issue in creation new campaign.

2021-11-15 Thread jindong o
you should use budget resource. and you can check Campaign resource class. It is important to look at the class definition and variable types and names while using the google ads api. this is my past working code snippet. $budgetResourceName = self::addCampaignBudget($googleAdsClient, $cam_infos

RE: budget issue in creation new campaign.

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thank you for posting your concern. You may try to remove the implementation for creating a budget, then you may insert a report for campaign_budget to get the resource name of the campaign budget. After retrieving the resource name, then set it to the campaign_budget field of the Cam