Unable to create app ads - Err = VALUE_MUST_BE_UNSET

2024-08-16 Thread Darshan Dhabale
Hi Google Ads team, I have been trying to create an app ad for a while, I tried multiple combinations of campaign and adgroups but it still throws me an error that is not very descriptive Here is the curl I used curl --location 'https://googleads.googleapis.com/v16/customers/5023695848/adGroupAd

Re: unable to create customers with api

2024-08-13 Thread Darshan Dhabale
Hi Google Team, Please help me with this API, I really need to create customer ad accounts for my app users. Thanks On Monday, August 5, 2024 at 8:52:35 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > With regard to th

Re: creating dynamic search ads campaign - errors = resource_not_found

2024-08-05 Thread Darshan Dhabale
Hi Laura, I created a pageFeedAsset like you suggested with the following request. But the resource name it gave me was "customers/4926841893/assets/154931386256", and when I pass it in the feeds array while creating a DSA campaign, I get an error saying the format should be "customers/4926841

Re: unable to find rest docs for performance max campaigns

2024-08-05 Thread Darshan Dhabale
Thanks for the help I was able to create the performance max campaign with that budding strategy On Wednesday, July 31, 2024 at 8:22:48 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > As per logs, I could see that you are getting > OPERATION_NOT_PERMITTED_FOR_CONTEXT >

Unable to create customers with API

2024-08-05 Thread Darshan Dhabale
Hi google ads team, I am trying to create a customer on my manager account, but the API is throwing error, here are the details of the request, followed by response. curl --location 'https://googleads.googleapis.com/v17/customers/3263459376:createCustomerClient' \ --header 'developer-token: hN6

Re: unable to find rest docs for performance max campaigns

2024-07-31 Thread Darshan Dhabale
Thanks for your response. The particular type of campaign that I am unable to create is - "Performance Max Campaign" Here is the request I am trying curl --location 'https://googleads.googleapis.com/v17/customers/4926841893/campaigns:mutate' \ --header 'developer-token: hN6dsqjNmj3tWdITcPd_Qg' \

Creating App Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE

2024-07-29 Thread Darshan Dhabale
I am using the REST interface Here is my request curl and response Thanks for your help curl --location 'https://googleads.googleapis.com/v16/customers/4926841893/campaigns:mutate' \ --header 'developer-token: hN6dsqjNmj3tWdITcPd_Qg' \ --header 'login-customer-id: 3263459376' \ --header 'Content

Creating Dynamic Search Ads Campaign - errors = RESOURCE_NOT_FOUND

2024-07-29 Thread Darshan Dhabale
I understand I need a feed to create these types of campaigns and ads, so I created one and added items to it and passed it in the feeds array, but it throws RESOURCE_NOT_FOUND for the feed. I am using REST because I have a go application. Thanks for your help. Here is the curl- curl --location

Unable to create local_services budget. errors = INVALID_ARGUMENT

2024-07-29 Thread Darshan Dhabale
Here is the request curl and response Thanks for your help curl --location 'https://googleads.googleapis.com/v17/customers/4926841893/campaignBudgets:mutate' \ --header 'developer-token: hN6dsqjNmj3tWdITcPd_Qg' \ --header 'login-customer-id: 3263459376' \ --header 'Content-Type: application/json

Missing docs - Creating shopping product ad

2024-07-29 Thread Darshan Dhabale
I am using the REST interface. I have created a shopping type campaign and adgroup, now when creating an ad of that type I'm not able to find the docs that define the json to pass to the ad property. Here the docs are missing details, https://developers.google.com/google-ads/api/rest/reference/r

Unable to find REST docs for Performance max campaigns

2024-07-29 Thread Darshan Dhabale
I have a go application, I am using the REST interface to create ads. I am unable to find REST docs for Performance max campaigns. Please point me in their direction. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-25 Thread Darshan Dhabale
Thanks for the instructions. I was able to create a smart campaign with a smart_campaign type budget. On Thursday, July 25, 2024 at 11:03:20 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Upon checking, I could see that the campaign budget '13772297422' is > 'Standard' type. Please n

Creating Video Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and MUTATE_NOT_ALLOWED

2024-07-25 Thread Darshan Dhabale
I am using the rest interface because I have my application in go and there is no standard lib for it. Here is the curl curl --location 'https://googleads.googleapis.com/v17/customers/4926841893/campaigns:mutate' \ --header 'developer-token: hN6dsqjNmj3tWdITcPd_Qg' \ --header 'login-customer-id:

Re: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-25 Thread Darshan Dhabale
curl --location 'https://googleads.googleapis.com/v17/customers/4926841893/campaigns:mutate' \ --header 'developer-token: DEVELOPER_TOKEN' \ --header 'login-customer-id: 3263459376' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer TOKEN' \ --data '{ "operations":

Creating Smart Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and RESOURCE_NOT_IN_GOOGLE_ADS

2024-07-23 Thread Darshan Dhabale
I am able to create DEMAND_GEN type campaigns with the same request but not this one. Here is the curl of the request I am trying to run, followed by the api response - curl --location 'https://googleads.googleapis.com/v17/customers/{{CUSTOMER_ID}}/campaigns:mutate' \ --header 'developer-tok