RE: target_cpa_micros seems to be required?

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. To take a closer look at the issue, could you provide instead the complete API request and response logs with request ID, generated on your end, where we can see the issue? If you haven't enabled the logging of API transactions for Ruby client library,

GetCampaigns service not returning any response

2021-01-11 Thread Rajat Srivastava
Hi Team, I am trying to run GetCampaigns.java to get the campaign details from my test account but there is no response or error on console. I updated the ads.properties file with the details which were generated after executing AuthenticateInDesktopApplication.java. I need assistance with

Re: KeywordsStates using Google Ads API

2021-01-11 Thread cv
Thanks for response. This is solved now. On Friday, 8 January 2021 at 22:51:03 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > For IDEAS, you can use the KeywordPlanIdeaService.GenerateKeywordIdeas as > described here >

Re: KeywordsStates using Google Ads API

2021-01-11 Thread cv
HI, How I can limit the No of keywords in response? Is the keywords returns are based on keywords passed and same as Keywords Planner UI? Thanks, On Friday, 8 January 2021 at 22:51:03 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > For IDEAS, you can use the

how to get

2021-01-11 Thread 陈以
Hi all, We want to build an ad delivery system to let people create ads. and We want to use cURL to send our request to Google Ads API, like the example shows on: https://developers.google.com/google-ads/api/docs/concepts/curl-example?hl=en My question is that how We can get all the

Re: Calls failing to "change_event" report

2021-01-11 Thread Caihua Du
Adding the team alias here. Can you please help to check more of the request I provided earlier? Thank you’ On Wed, Dec 9, 2020 at 10:49 AM Caihua Du wrote: > Thanks Anash. Unfortunately this issue still persists. I have pasted the > latest debugging log from my side for your reference: > >

target_cpa_micros seems to be required?

2021-01-11 Thread Vee D.
Hello. I'm trying to duplicate two Google Ads campaigns through the Google Ads API (using google-ads-ruby), but the gRPC server returns me the following error (output by my code): *Google Ads Error:* *Error #1:* The field's value is invalid. *Location:*

RE: Formats for Ads

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Stav, Thank you for reaching out. Regarding your first inquiry, please allow me to reach out to our wider team to see if there is public documentation on how these ad types map to the API. You can find more information the ad types given below: VIDEO_RESPONSIVE_AD: About auto-generated

RE: Removing user list fails with "Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed."

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Sebastian, I am checking internally if this is an issue on our side. Meanwhile, please send the following details using 'Reply privately to author' option: Account id User email address Logs Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2AJC7D:ref -- --

Re: How to pull cumulative data of gender and agegroup for adword account

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Nishant, Both of these APIs are safe to use in production. However, we recommend implementing any new features against the Google Ads API. Back in July 2019, we reverted Google Ads API to beta status. As of September 2020, Google Ads API is ready to use in production systems. There are no

RE: Testing of Offline Conversion Upload

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Immanuel, Thank you for reaching out. The conversion related operations could only be performed on the production accounts rather than the test accounts as test accounts do not serve ads. My suggestion is to start uploading with a small amount of data and if it works fine then apply it to a

Re: Missing Conversion Action

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Duong, Thank you for reaching out. Please note that the conversion related fields are only retrievable for production accounts as test accounts do not serve ads. Please try to create conversion actions in a production account and retrieve them via the API again. Thanks and regards,

Re: IsTestAccount (google adwords) and customer.test_account (google ads) returns different values

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hi Noémi, Please send the details to the alias 'googleadsapi-supp...@google.com'. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2AIbEx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Parentheses in selector predicates

2021-01-11 Thread Google Ads API Forum Advisor Prod
Hello, I apologize for the slow turnaround here. Unfortunately, we still have not been able to make progress on this issue because we are focusing all our efforts on the new Google Ads API. Since we will eventually be shutting down the AdWords API (although we haven't announced a specific

Maximum Time To Update Statistics Data Of a Day?

2021-01-11 Thread Vikram Singh
I am consuming API 7 am in the morning to get that returns stats data of yesterday date. But I didn't receive the complete stats data of yesterday. Can you help me to know how much maximum time you take to update the latest data of a day. So, I can make my API consuming time as per that for

Re: Removing user list fails with "Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed."

2021-01-11 Thread Sebastian
This is what the user list looks like when I fetch it { "1": "customers/**/userLists/**", "2": { "1": "**" }, "3": "", "4": { "1": "test" }, "5": "", "6": "2", "8": { "1": "1" }, "9": "",

Removing user list fails with "Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed."

2021-01-11 Thread Sebastian
Hi, I'm trying to remove user lists via the Ads API. The user list access reason is 'owned' and read-only is 'false' but I'm still getting "Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed". It works via the UI.