Can't create campaign negative user list criterion for VIDEO type campaign and conversion value rule set for PERFORMANCE_MAX campaign.

2024-05-09 Thread Nasser Oudjidane
Hello Team, I am unable to create negative user list criterion from API for VIDEO campaign (Works when creating from UI). Video campaign error: {"errors":[{"error_code":{"mutate_error":"MUTATE_NOT_ALLOWED"},"message":"Mutates are not allowed for the requested

RE: create campaign through google-ads-python api

2024-02-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shivam, Thank you for reaching out to the Google Ads API support team. After reviewing your concern, I understand that you are encountering an error with the message "The operation is not allowed for the given context." while trying to create a new campaign via the Google Ads API. In order

Create Campaign through google-ads-python api

2024-02-05 Thread Shivam Kumar
Hello there, I am trying to create a new campaign through google ads python api ( https://github.com/googleads/google-ads-python/blob/main/examples/basic_operations/add_campaigns.py ) but I am getting following error: Request made: ClientCustomerId: xxx, Host: googleads.googleapis.com,

Re: cannot create campaign in test account

2024-01-10 Thread Ryan Marks
I was attempting to create the campaign using the Google Ads UI. Ryan On Friday, December 15, 2023 at 1:36:32 PM UTC-6 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your concern, I understand that you have an

RE: failing to create campaign with maximize_conversions strategy

2023-09-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thank you for reaching out to us. Upon checking the request you have provided, I can see that it is working as expected and that you will get an error of "Invalid value at'mutate_operations[1].campaign_operation.create' (oneof), oneof field 'campaign_bidding_strategy' is already set.

Failing to create campaign with MAXIMIZE_CONVERSIONS strategy

2023-09-02 Thread Alex
Hi, we are trying to create a *SEARCH* type campaign asset with *MAXIMIZE_CONVERSIONS* as the bidding strategy, but are getting the following error: *Invalid value at 'mutate_operations[1].campaign_operation.create' (oneof), oneof field 'campaign_bidding_strategy' is already set. Cannot set

Create Campaign with ManualCPM bidding strategy

2023-03-16 Thread Adam Walters
Hello, I'm receiving the below errors/message when trying to create a campaign with: campaign.bidding_strategy_type = (client.enums.BiddingStrategyTypeEnum.MANUAL_CPM) Request with ID "HS6OcJJAmzZKyr9-SjsrLQ" failed with status "INVALID_ARGUMENT" and includes the following errors: Error

Internal Server Error when trying to create Campaign

2022-09-22 Thread Lars Hilsebein
I get this ApiException when i try to create a Campaign with the PHP API Google\ApiCore\ApiException : { "message": "Internal error encountered.", "code": 13,

RE: Create Campaign via GoogleAdsApi with AUDIENCE SEGMENTS

2022-08-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, The audience or userlist (see customer match) itself cannot be added directly into the campaign resource during creation. After the campaign is created, you can implement audience targeting using the CampaignCriterionService (see targeting). You may also note that for audiences, and as

Create Campaign via GoogleAdsApi with AUDIENCE SEGMENTS

2022-08-02 Thread Cantare John
Is it possible to set Audience Segment from GoogleAds Api when creating a new campaign? If there an enum type with all the audience segments? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Create campaign with geo-targeting

2022-06-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miqueas, Thank you for raising this concern to the Google Ads API team. Kindly note that our team can only provide support in English. If you keep sending your reply in different languages, then we will use Google translate to check your concern. Moving forward, you can use this Get

Create campaign with geo-targeting

2022-06-29 Thread Miqueas Delgado Morales
Estoy usando la libreira de PHP y me gustaria modificar el archivo ejemplo que esta en BasicOperations llamado AddCampaigns para añadirle segmentación geográfica según elija el usuario. Gracias -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Create campaign details using API

2022-06-17 Thread Manuela Calbaza
Hello, I'm trying to create a campaign with advertising_channel_type=SEARCH and I've seen that in the google ads UI there are some options for 'Select the ways you'd like to reach your goal'. I’ve read the Google API docs and could not find how to set these fields using google API. [image:

Re: How to create Campaign Extension through batch job using Google Ads API

2022-04-01 Thread Sailing Z
Thank you so much for your help. Can you please help to take a look at what was going wrong with the data I posted below? All were created successfully including the asset, except the Campaign asset highlighted. Appreciate your help! [ { "CampaignBudgetOperation": {

How to create Campaign Extension through batch job using Google Ads API

2022-03-28 Thread Sailing Z
Hi, I've searched for a while to find *batch job support to add Campaign level extensions*, but could not find any document or sample code so far. Is it supported? The tricky part for campaign extension is we need to create the Assets first so that we can get the Asset Resource Name that will

Re: Unable to create campaign from test manager account

2022-02-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Libsys, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you’ve encountered ‘USER_PERMISSION_DENIED' error. The ‘USER_PERMISSION_DENIED’ usually occurs due to incorrectly setting the 'login-customer-id’ in the request or not specifying

Re: Unable to create campaign from test manager account

2022-02-23 Thread Libsys Limited
I have now created a campaign from test account, but not able to fetch it through getCampaigns.java If I am sending customer id as the test manager account, the list returned is empty. If I am sending the test client account id, I am getting this error. Response Headers:

Unable to create campaign from test manager account

2022-02-23 Thread Libsys Limited
I have created a test manager account for testing api with developer token, but I am not able to create any campaigns under it. To create campaign I first need to create a test client account, but I'm not able to do so. Facing some issue in it. It is being shown that client has been created

RE: Create Campaign with Goal and Customer Action

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Unfortunately, creating campaign goals and creating actions shown on Ads UI are not yet supported in the API. We have already raised a feature request regarding this. Please keep an eye on our blog for the announcements and updates on

RE: UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meir, Thanks for reaching out. Can you please privately provide us with the complete request and response logs so we can take a closer look? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UilMH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
This is the response body from another request { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "requestError":

UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
Requests are only getting this error when attempting to create a campaign with a conversion action. The errorCode.requestError says "UNKOWN", and the message "The error code is not in this version." I find it really weird as this has been working fine for months. Request Id:

Re: create campaign on behalf of other user account

2021-12-07 Thread Dmitry Serkin
It works very well. Thank you! On Tuesday, December 7, 2021 at 10:01:41 AM UTC-8 adsapi wrote: > Hello Dmitry, > > Thanks for reaching out to the Google Ads API support. Yes, it is possible > once you have access to the account after sending the invitation >

RE: create campaign on behalf of other user account

2021-12-07 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Dmitry, Thanks for reaching out to the Google Ads API support. Yes, it is possible once you have access to the account after sending the invitation to the users. From your manager account’s “Access and security” menu, you can invite and manage users to the manager account. You can also

create campaign on behalf of other user account

2021-12-06 Thread Dmitry Serkin
Hello! I am confused with Google Ads API usage. Can it be used to create/manage ads campaigns on behalf of other google ads account. Assume they auth using oauth2 scheme. So far I was able to read information from other accounts, but never write (create campaign, budget, etc). E.g. campaign

Re: I cannot set selective_optimization to create campaign.

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Please see the update I just posted to the other thread: https://groups.google.com/g/adwords-api/c/v__tYGz6bIA/m/9bSzRFI2AgAJ Best regards, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2QGfbf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Create Campaign Error

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Please see the update I just posted to the other thread: https://groups.google.com/g/adwords-api/c/v__tYGz6bIA/m/9bSzRFI2AgAJ Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2PKjQV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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':

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

Re: Create Campaign Error

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Please see my colleague Nadine's response on the related thread at: https://groups.google.com/g/adwords-api/c/v__tYGz6bIA/m/kQsDogDPAQAJ I'll reply here and on that thread as soon as I have any updates. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2PKjQV:ref -- --

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

Re: Create Campaign Error

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posting on this forum thread. Could you confirm if you encountered “CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION” error while trying to set selective optimization on Search or Display campaign using AdWords API? If yes, then it’s intended behavior

Re: I cannot set selective_optimization to create campaign.

2021-11-04 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Greetings! Selective optimization was only supposed to be used for App campaigns. We hadn't documented that it could be used with Search and Display campaigns. There was an update to the code base that caught these unexpected requests, which is the errors you're seeing. It wasn't supposed to

Re: I cannot set selective_optimization to create campaign.

2021-11-04 Thread Tomerpop
Hi Guys, Any update regarding this issue? Thanks On Tuesday, 2 November 2021 at 17:09:00 UTC+2 adsapi wrote: > Hi Tomerpop, > > Thank you for chiming in. To ensure that your issue is taken care of, > could you privately send us a full request and response log of > communication with the API

Re: Create campaign error

2021-11-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, I wanted to give an update. As of today, there is now a way to set conversion goals for a campaign. We just released v9 of the Google Ads API (https://ads-developers.googleblog.com/2021/11/announcing-v9-of-google-ads-api.html). In the release, there is a concept called Conversion Goals

Re: Create campaign error

2021-11-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, While I'm working on trying to figure out if we can turn that on in the API, you should be able to set that value in the Google Ads UI. Cheers, Nadine, Google Ads API Team ref:_00D1U1174p._5004Q2QGtpw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Create campaign error

2021-11-02 Thread 娜娜
Hi Nadine, Thanks for reply. If there is any possibility to change our optimization on a display campaign by uploading a doc. caused the API is not supported now. 在2021年11月3日星期三 UTC+8 上午5:51:40 写道: > Greetings! > > It appears that you are setting selective optimization on a Display > campaign.

Re: Create campaign error

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Greetings! It appears that you are setting selective optimization on a Display campaign. This was never documented as being supported. Setting selective optimization was meant for app-based campaigns. There was a recent upgrade in your Google Ads account that caused the API to recognize this

Re: I cannot set selective_optimization to create campaign.

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tomerpop, Thank you for chiming in. To ensure that your issue is taken care of, could you privately send us a full request and response log of communication with the API in which you attempt to create a campaign with selective optimization of a conversion action in MCC account leads to this

Re: Create campaign error

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for providing the requested details privately. Allow me to discuss the issue to my team to have deeper analysis here. Rest assured that we will provide updates when become available. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2QGtpw:ref -- --

Re: I cannot set selective_optimization to create campaign.

2021-11-02 Thread Tomerpop
Same Here, Please let us know when you find a solution On Tuesday, 2 November 2021 at 07:51:03 UTC+2 adsapi wrote: > Hi Tohihiro, > > > > I'm Kevin from the Google Ads API Team. I'll try my best to assist you. > > > > Can you please provide a sample screenshot which shows the UI's expected

RE: I cannot set selective_optimization to create campaign.

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tohihiro, I'm Kevin from the Google Ads API Team. I'll try my best to assist you. Can you please provide a sample screenshot which shows the UI's expected values for the selectiveOptimization field as well as the complete request and response logs with request ID with unredacted IDs so I

Re: Create campaign error

2021-11-01 Thread 娜娜
I have privately replied to the complete request and response information, and hope to get a reply as soon as possible. Thank you in advance 在2021年11月2日星期二 UTC+8 上午1:16:50 写道: > Hello, > > > > Thanks for reaching out to the Google Ads API support team. > > > > To investigate the issue

RE: Create campaign error

2021-11-01 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. To investigate the issue further, could you please provide us with the complete request and response logs. Please send the requested details via the Reply privately to the author option. Best regards, Jakeia Sabrina

Create campaign error

2021-11-01 Thread 娜娜
hello When I create a campaign, I set the campaign_actions error This operation was OK a few days ago Error Message: The error code is not in this version. Request Id: GeKemt8DFkDM9QKmMTaiKA -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

I cannot set selective_optimization to create campaign.

2021-10-30 Thread Tohihiro Ogata
I cannot set selective_optimization to create campaign. In the WEB UI, it seems that it has been changed to specify the category instead of the conversion action, but in the API, the resource name of the conversion action is specified. If you specify the resource name of the conversion action

Re: Create Campaign Error

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Maxim, Thank you for commenting on this forum post. Allow me to provide support here. Before we proceed to your issue, I would like to inform you first that I am going to remove your latest post as it contains generated logs. However, I understand that you encountered the error

Re: Create Campaign Error

2021-10-25 Thread Maxim Serebryakov
Hi, we have faced the same problem. Now we can't create campaigns with conversions. Need help =) *AdWords API request:* CampaignOperation{operand=Campaign{advertisingChannelType=SEARCH, biddingStrategyConfiguration=BiddingStrategyConfiguration{biddingStrategyType=MAXIMIZE_CONVERSIONS},

RE: Create Campaign Error

2021-10-19 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Can you please privately provide us with your complete request and response logs so that we can take a closer look at this error? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2PKjQV:ref -- --

Create Campaign Error

2021-10-18 Thread xuantoi....@gmail.com
Hi, When I create campaign getting this error: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION What is it mean and how to fix it ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Issue in Create Campaign Budget in Google Search

2021-09-27 Thread Google Ads API Forum Advisor
Hi Paramjeet, Thank you for raising your concern. To take a closer look at the issue, could you provide the complete request and response logs with request ID generated on your end where we can see the error? If you haven't enabled the logging of the API transactions for the specific client

Issue in Create Campaign Budget in Google Search

2021-09-27 Thread Paramjeet Singh
Hello, I am Creating a campaign of google search but when going to create the campaign budget in Google search then getting "*OPERATION_NOT_PERMITTED_FOR_CONTEXT*" this exception message from google API. I'm using google version - *V8* . .. and if not using *Campaign Budget

RE: Error with: Create Campaign Negative Keyword with Google Ads Service

2021-08-26 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. So our team can better check on the issue, can you share to us the complete logs (request and response with request-id)? Please send the logs via the Reply privately to author option. If this option is not available, you may send the details directly

Error with: Create Campaign Negative Keyword with Google Ads Service

2021-08-24 Thread Vedran Presečki
Hi, there are several campaing criterions and all of them accept create and remove operations besides keywords using GoogleAdsServiceClient. In case I try to create new negative keyword using GoogleAdsServiceClient I will get error of this type: Failure message: errors { error_code {

RE: Could Google Ads API create campaign group?

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. This feature was not migrated to the Ads API. Please see this list of campaign features that were/were not migrated from the AdWords API. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Faep9:ref -- --

Could Google Ads API create campaign group?

2021-04-22 Thread Rukeith Tseng
I found adwords API could create campaign group. Could Google Ads API create campaign group too? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

RE: create campaign with total budget

2020-10-13 Thread Google Ads API Forum Advisor Prod
Hello, Can you please clarify if you are referring to the bulk upload utility from Ads scripts or the batch job service from the Ads API? Thanks, Matthew Google Ads API Team Matthew Google Ads API Team ref:_00D1U1174p._5004Q268nx8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

create campaign with total budget

2020-10-13 Thread KRISHNADAS D
when i am creating campaign from bulk actions , budget is adding as dialy budget , i want to give total budget for the campaign how can i give that in bulk upload i have this much fields Campaign Start Date End Date Campaign state Budget Campaign type Bid Strategy type Action -- --

RE: Can't create campaign on test account

2020-09-18 Thread Google Ads API Forum Advisor Prod
Hi Karl, Thanks for reaching out. With regards to your concern, can you please provide screenshot of the UI along with customer id so that i can further investigate issue. Please reply privately author option while sharing details. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team

Can't create campaign on test account

2020-09-18 Thread Karl Angelo Tanjuan
Hello there, I would like to ask for help. I have a test account and I would like to create a new campaign for it (test campaign) but the problem is that it says "No Account" when clicking the new campaign button. I need help regarding this issue. Thanks in advance. -- --

Re: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-17 Thread Google Ads API Forum Advisor Prod
Hi Vlad, I've passed your feedback to the team to have more descriptive error messages. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q21kPNh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-17 Thread Uladzislau Zayats
Hello. Thanks for your reply, but it is not true. I am using v3. I realized that to be able to create HTML5 ads - I need to apply for it: https://support.google.com/google-ads/contact/html_5_access Maybe it is good idea to adjust API error message to make it more obvious? BR, Vlad On Friday,

Re: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-17 Thread Uladzislau Zayats
Hello. Thanks for your reply, but it is not true. I am using v3. I realized that to be able to create HTML5 ads - I need to apply for it: https://support.google.com/google-ads/contact/html_5_access Maybe it is good idea to adjust API error message to make it more obvious? BR, Vlad On Friday,

RE: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-10 Thread Google Ads API Forum Advisor Prod
Hello, It looks like you are using v1 which is deprecated which will cause some issues. Please migrate to the latest version and try to run this call again. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q21kPNh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-09 Thread Uladzislau Zayats
1 more note to not confuse you: error happens when I am trying to create AdGroupAd -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-09 Thread Uladzislau Zayats
1 more note to not confuse you: error happens when I am trying to create AdGroupAd On Thursday, July 9, 2020 at 3:54:41 PM UTC+2, Uladzislau Zayats wrote: > > Hello. > > I am getting an error when I try to create google ads display campaign > (Beta API) that contains HTML5 or AMPHTML ad. >

GoogleAds API Beta: not possible to create campaign containing HTML5 ad

2020-07-09 Thread Uladzislau Zayats
Hello. I am getting an error when I try to create google ads display campaign (Beta API) that contains HTML5 or AMPHTML ad. This is the error: GrpcError: Unauthorized invocation of a service's method (get, mutate, etc.) Here I post more info to better describe what happens. Ad group ad

RE: how to create campaign using api in laravel ?

2020-06-15 Thread Google Ads API Forum Advisor Prod
Hi Hamza, Thank you for reaching out. The Adwords API provides the PHP library. You could follow this documentation to set up the PHP library. If you have any specific questions, please don’t hesitate to let us know. Thanks and regards, Xiaoming, Google Ads API Team

Re: how to create campaign using api in laravel ?

2020-06-15 Thread Hamza Ansari
url in local > > > https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/LaravelSampleApp > > Laravel sample code included get campaign and get reports. > > I want code for create campaign in laravel. > &

RE: Google Ads Community - "Adwords API: Test account: unable to create campaign"

2020-03-05 Thread Google Ads API Forum Advisor Prod
Hi Rajdeep, Thanks for reaching out. Could you please send me the complete SOAP request and response logs along with the client customer id via the Reply privately to the author option for me to further investigate the issue you have encountered? Thanks and regards, Xiaoming, Google Ads API

Google Ads Community - "Adwords API: Test account: unable to create campaign"

2020-03-05 Thread Rajdeep Debnath
I am using Google Adwords API and trying to create a campaign using the API. I am getting ADD_OPERATION_NOT_PERMITTED error. I can create budget though. I can read campaigns. I have developer token from production manager account with 'Test account access'. -- --

RE: how to create campaign using api in laravel ?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello I am afraid that we don't have sample code to create the campaign in laravel. However, you can check AdWords API create campaign code <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/BasicOperations/AddCampaigns.php> and use the same logic t

how to create campaign using api in laravel ?

2019-03-08 Thread Siroya Vijaybhai
Hi, I clone gittub laravel sample code from below url in local https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/LaravelSampleApp Laravel sample code included get campaign and get reports. I want code for create campaign in laravel. Anyone help me for that. Thanks

RE: Minimum field specifications to create campaign, ad group, ad etc.

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, You can check the fields if they are required by referring to the *Google Ads API Fields section* in here . For instance, for the ad group name, it is stated here

RE: Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, As of now Batch job service is not available via Google Ads API Beta. I will let my team know regarding your suggestion. Meanwhile you could keep an eye on our blog for information related to future releases.

Minimum field specifications to create campaign, ad group, ad etc.

2019-01-30 Thread john
Hello, How can I look up which fields are *required* to create a new campaign, ad group, or ad etc. For instance, the gRPC documentation for an AdGroup has all these fields (below). Do all of these fields need to be filled out to create? Fields resource_name string The resource name of the

Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

2019-01-30 Thread john
Hello all, Is it possible to create a campaign, an ad group (for that campaign), and ad (for that at group) at once in Google *Ads Beta API via gRPC*? I know in the Google Adwords API, you could use the BatchJobService with temporary IDs

Re: Create Campaign Soap Order

2018-11-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ran, Could you provide the complete SOAP request and response logs generated when the error was encountered via *Reply privately to author *so I could investigate this further? The ordering of the settings should vary on the situation. However, it is advised to follow the order (as shown

Create Campaign Soap Order

2018-11-12 Thread RAN HU
Hi Google, Following is working one soap request http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:tns="https://adwords.google.com/api/adwords/cm/v201809; xmlns:jaxb="http://java.sun.com/xml/ns/jaxb;>

Re: How can I create campaign without budgetId.

2018-02-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi, No worries as your English is good and I understood your concern. However, it appears that your shared library issue is more of a product level concern and being that it is, I would recommend that you contact the product experts through the AdWords Community Forum

How can I create campaign without budgetId.

2018-02-11 Thread 18824261965
Hi, I am develop a create google ads system by nodejs. I use a lots of 'SHARED LIBRARY',such as 'Portfolio bid strategies','Shared budgets','Placement exclusion lists'. Just now I got a surprise that there are limit to 'SHARED LIBRARY'. It means system can not run.Beause the create google ads

Re: can i create campaign in others accounts?

2017-10-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Che, You are right, you should use the OAuth credentials of your Manager account in this scenario. However, the clientCustomerId in the request header

Re: can i create campaign in others accounts?

2017-10-20 Thread Che Siri
I will set an example to develop my question. I have an account that handles other accounts. When I started my application I was authenticated with my main account. When I create (for example) a campaign I do it like this: CampaignService campaignService = (CampaignService) user.GetService (

Re: can i create campaign in others accounts?

2017-06-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, To create a campaign via the API, you can use the CampaignService . Pleas check this

can i create campaign in others accounts?

2017-06-23 Thread Che Siri
Hi, the app that i am developed create campaigns in the clients account. I have a MCC accounts and clients in this. how i can create a camp in other account? for create a campaing previously i do "login" with an account. thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Create campaign - adwords script - doesnt create the campaign

2017-04-26 Thread Ersin Uslu
there is no error on code. Problem is in the adwords page, The adwords page doesnt refresh the all campaigns after script runned. 1) I run the code. 2) Then I click the Google Adwords Logo. 3) New campaign is created and it can be seen there. -- --

Re: Create campaign - adwords script - doesnt create the campaign

2017-04-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we support queries related to AdWords API. Since this question is related to AdWords Scripts, you need to post your question on the AdWords Scripts Forum and your issue can be resolved

Create campaign - adwords script - doesnt create the campaign

2017-04-25 Thread Ersin Uslu
Hi, I copied this code from Adwords Script Samples section. But it doesnt create the campaign? What is missing? Please Help function createOrUpdateCampaigns() { var columns = [ 'Campaign', 'Budget', 'Bid Strategy type', 'Campaign type' ]; var upload =

Create Campaign

2017-04-25 Thread Ersin Uslu
Hi I have found this code in samples, I run it ,But it doesnt create the campaign. Are there another necessary settings. What is missing? function createOrUpdateCampaigns() { var columns = [ 'Campaign', 'Budget', 'Bid Strategy type', 'Campaign type' ]; var upload =

Re: Create campaign with topics

2016-11-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi Borislav, Thank you for your question. However, as this is already an old thread, could you create a new one containing your concern? We'll continue our discussion from there. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Create campaign with topics

2016-11-03 Thread Borislav Hristov
Hi Peter, I've just managed to create Verticals as a BiddableAdGroupCriterion for a Display Network Campaign via API(setting all topics.And I can see in the AdWords accoutn UI that the changes took effect.We're using the v201609 API version(on LIVE acount, not test). And I'm really wondering

Re: Create campaign with topics

2016-05-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You could refer to the below sample code : CriterionUserInterest userInterest = new CriterionUserInterest(); userInterest.setUserInterestId(80429L); // this will be the id field found in the Affinity or

Re: Create campaign with topics

2016-05-20 Thread dima
Hi, Can You please write example that shows where I cat set: path = new[] {"Hobbies & Leisure", "Outdoors", "Hiking & Camping"}; I need an code example that shows how can I set adgroup topics through API Thank You. On Thursday, May 19, 2016 at 9:28:20 PM UTC+3, Peter Oliquino wrote: > > Hi, > >

Re: Create campaign with topics

2016-05-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Unfortunately, Verticals have been deprecated and are no longer supported in the API. As a workaround, you can use the Affinity or In-Market

Create campaign with topics

2016-05-19 Thread dima
how to create campaign with topics ? when I am creating campaign like described: https://developers.google.com/adwords/api/docs/first-request I want to add topics: Vertical vertical = new Vertical(); vertical.path = new[] {"Hobbies & Leisure", "

Re: Can't create campaign by Adwords API when set attribute "biddingStrategyConfiguration.biddingScheme" of campaign is "TargetCpaBiddingScheme"

2016-04-19 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Yes, you are correct. The campaigns must meet specific eligibility requirements before they can use the Target CPA bid strategy

Re: i cant create campaign in test account

2015-08-19 Thread nick . horatiu
Thanks, this helped me as well! On Wednesday, August 19, 2015 at 11:24:24 AM UTC+3, Abdul 007 wrote: thank you so much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: i cant create campaign in test account

2015-08-19 Thread Abdul 007
thank you so much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

i cant create campaign in test account

2015-08-18 Thread Abdul 007
hi i just start using google ads api i can run get GetCampaigns.php from example folder which return no campaigns were found but when i try to add campaign and run addCampaigns.php it gives me the error An error has occurred: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ clas s

Re: i cant create campaign in test account

2015-08-18 Thread Umesh Dengale
Hello, You are getting the *no campaigns were found* message because you are using a top-level MCC account (Manager account) for making API calls like GetCampaigns

  1   2   >