Keywords bidding

2021-11-09 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello, can i set bid modifier to ad group criterion via google ads api ? I just saw how to set bid modifier to campaign and ad group level -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Change Status Service suffers from daylight savings time bug

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jonathan, For us to assist you further, could you please provide the following details via Reply privately to author option? If this option is not available, then send it instead on this email address googleadsapi-supp...@google.com.​​ Customer ID login-customer-id complete 2 GAQL comple

Re: Create Campaign Error

2021-11-09 Thread san...@knorex.com
Hi, We used selectiveOptimization for years in Search campaign, Adwords API v8. We created many Search campaign with conversions. But only this conversion id "*796663821*" in customer id "*2535838416*" having above error. Pls check it again. Thanks! On Monday, 8 November 2021 at 20:49:17 UTC+7 a

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-09 Thread san...@knorex.com
Hi, We also used selective optimization for Search and Display campaigns for years. But recently Adwords APIs take it down without formal announcement. Now we are rushing to implement Google Ads. Be little disappointed. Martin. On Monday, 8 November 2021 at 15:38:28 UTC+7 m.m...@doveconviene.co

Google Ads API - PHP

2021-11-09 Thread Abdullah Jatu
[image: Clipboard01.jpg] Hii, I am using php lib in local host to fetch reporting data . I am getting this error Google Ads failure details: authorization_error: The developer token is not approved. Non-approved developer tokens can only be used with test accounts. -- -- =~=~=~=~=~=~=~=~=~=

RE: Create a smartcampaign and smartcampaign Adgroup return error

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posting your concern to us. Smart campaigns is in open beta and is available for all users. However, the error you’ve encountered is a known issue that will be resolved soon. That said, you may need to wait a few days to create a smart campaign and ad group without needing to be

Re: Setup Billing - the error code is not in this version.

2021-11-09 Thread Viktor Shchepkin
Hello! Client library version: v12.0.0 Google Ads API version: v8 PHP Version => 7.3.31-2+ubuntu20.04.1+deb.sury.org+1 System => Linux dadicc 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 Build Date => Oct 22 2021 12:34:45 Server API => Command Line Interface Virtual Di

Estimated performance

2021-11-09 Thread Filip Pećanac
Hi, I am trying to accomplish the same thing as in the Google Ads UI when a new campaign is being created - get estimated performance. The idea is that once I enter some targeting criteria, such as keywords, languages, locations, demographics, etc. I am able retrieve the estimation. I would li

RE: Keywords bidding

2021-11-09 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. The AdGroupCriterionService allows you to set bid modifiers for ad group criteria. You can see the list of supported criteria here. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Googl

RE: Google Ads API - PHP

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for raising your concern. I understand that you’ve encountered the error 'authorization_error'. Please note that our team does not have the authority to provide access for developer tokens. Our token review team will contact you if they need more information, but you can also

Re: fieldMaskError: "FIELD_HAS_SUBFIELDS" when updating campaign bidding strategy

2021-11-09 Thread quan zhang
Hi, What is the default value of the *campaign.TargetSpend.CpcBidCeilingMicros ? * It seems I must set some value to bypass this issue. Can I put the value to be 0 if I don't want to specify a *CpcBidCeilingMicros ?* Thanks, Quan On Thursday, 16 September 2021 at 23:32:01 UTC-7 adsapi wrote:

relationship between AdGroupAd , AdGroup and Ad

2021-11-09 Thread Evgeniy Lepikov
What is the relationship between AdGroupAd , AdGroup and Ad? I can't find any mention of AdGroupAd in the description of the structure https://developers.google.com/google-ads/api/docs/concepts/api-structure But when I look at the Google Ads API code example https://developers.google.com/google

AddKeywords issue

2021-11-09 Thread Oleg Disrupt
Hello I want to add keyword "+a +b+c" using google api. It doesn't work well with above keyword because of "+" sign. It works well for general words. $keywordText="+a+b+c"; $keywordInfo = new KeywordInfo([ 'text' => $keywordText, 'match_type' => KeywordMatchType::BROAD

RE: 自动回复: Create a smartcampaign and smartcampaign Adgroup return error

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Please note that the Smart Campaigns API is currently in open beta. We expect the interface and behaviors outlined in this guide to change as we make improvements and add new features before general availability. So our team can better check on the issu

RE: AddKeywords issue

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thank you for reaching out to us. With regard to your concern, are you getting an error upon submitting your keywords request with special characters? If so, could you provide the full error message, which is usually included in the complete logs (request and response with request-id)

Re: fieldMaskError: "FIELD_HAS_SUBFIELDS" when updating campaign bidding strategy

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Quan, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. Yes, you may try to set 0 to that field. Let me know how it goes after. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google A

Google Ads API don't return all available entities

2021-11-09 Thread Jeffrey Yamamoto
I am migrating our API ingestion from googleads to google-ads in python and I noticed that the campaign resource only returns entities that have status "ENABLED". In the googleads version, it returns all entities by default when you request for it. I tried modifying the GAQL to include filter

Re: AddKeywords issue

2021-11-09 Thread Oleg Disrupt
E:\xec\Test\google-ads-php>php examples/BasicOperations/AddKeywords.php --customerId 9641267633 --adGroupId 129982595255 ApiException was thrown with message '{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ {

How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
Hey everyone, I was wondering if it's possible to create a campaign with a goal through the API as it's done through the UI. For instance, I would like to create a Lead Campaign. I haven't been able to find anything about it in the API Docs. Given the case that we cannot set campaign goals dir

Re: How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
I forgot to mention, I'm referring to the Google Ads API (not AdWords) El miércoles, 10 de noviembre de 2021 a las 6:55:42 UTC+1, Meir Mouyal escribió: > Hey everyone, > > I was wondering if it's possible to create a campaign with a goal through > the API as it's done through the UI. > > For in

RE: Estimated performance

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Campaign estimates prior to creating them is not available in the API. Since you mentioned that this is available in the Google Ads UI, and so our team can create a feature request (subject for review), could you share to us the complete screenshot where these estimates can be viewed?

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Martin, Thanks for your feedback. We'll make sure that our messages in the future are clear enough for everyone. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5004Q2QHfA2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-09 Thread xuantoi....@gmail.com
Hi Thanet, I can see Api v9 was released. https://ads-developers.googleblog.com/2021/11/announcing-v9-of-google-ads-api.html But Java Maven library still in v15.0.0. When will it update? On Wednesday, November 10, 2021 at 1:59:47 PM UTC+7 adsapi wrote: > Hello Martin, > > Thanks for your feedbac