Re: how to get household income data

2018-12-12 Thread Harisankar Mohanty
Hello Sir, But in our cases criteria are set for age range , income range etc .. still then we are not getting info using criteraType as 'AGE_RANGE', 'INCOME_RANGE' in campaigncriterionservice .. On Thu, 13 Dec 2018 at 4:57 AM 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads AP

Re: Policy Checks in v201809

2018-12-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, You may refer to our Best Practices guide and Troubleshooting guide for suggestions on error handling in AdWor

Re: Getting report totals in new Google Ads API

2018-12-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Francis, I'm afraid the totals for metric values in reports in Google Ads API Beta is not yet supported and is currently available only in AdWords API using the skipReportSummary HTTP request value. I could n

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-12 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alexander, Zwitze, This is a planned change from our end, see our blog post about this change: https://ads-developers.googleblog.com/2018/08/deprecation-of-assisted-conversions.html Let me know if you have more questions regarding this change. Cheers Anash P. Oommen, AdWords API Advisor. O

Re: how to get household income data

2018-12-12 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Harisankar, Demographic criteria like INCOME_RANGE, AGE_RANGE, GENDER are criteria that are enabled by default for all audience, so we don't explicitly add these criteria in a campaign. These criteria appear in a campaign only when you explicitly do something with those critieria (e.g. add a

Re: I can't find Adwords API center in account settings

2018-12-12 Thread jtrowbridge
I am also having the same issue. Were you able to get this resolved? We can't find the link anywhere. On Wednesday, October 4, 2017 at 5:10:06 PM UTC-4, Andrii Sokoliuk wrote: > > Hello, > I don't see Adwords API Center page in account settings. > I use Manager account. How can I see this option.

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2018-12-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Babis, There is an ongoing issue with adding new members to the test accounts. I will let you know once I have more information on this bug. Regards, Sai Teja, AdWords API Team On Monday, October 29, 2018 at 10:04:23 AM UTC-4, Srinivas Giduthuri wrote: > > Hello all, > > We are getting th

Getting report totals in new Google Ads API

2018-12-12 Thread Francis Moore
Hi all, I'm looking for a way to get the totals for the metrics of a report in the Google Ads Beta API. It is available in the current AdWords API with the CSV format, but not with the XML format. In the Google Ads API, it does not look to be available in the response, since all we get is an a

Re: BatchJobService raises INVALID_PREDICATE_ENUM_VALUE

2018-12-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The Status field is not filterable as stated in this section of the guide. So, you will need to filter by Id and then check the status of each job. Regards, Dhanya, AdWords API Team --

Re: Operations number - threshold to go for batching

2018-12-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Vitaly, As you suspected, there isn't a threshold based on which you can choose either. "The main reasons for using batch processing are to minimize the number of API requests and retry operations that fail due to transient errors. This doesn't guarantee improved performance resulting in

Re: I want to manage campaign using oauth2 only.

2018-12-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deval, If you wish to use the AdWords API, you will first be required to sign up for a MCC account so that you can then generate your developerToken from that MCC account. You can carefully follow this sign up guide on how to ac

I want to manage campaign using oauth2 only.

2018-12-12 Thread Deval Mungalpara
Hi, I'm developing a wordpress plugin so that any user can create campaign from wordpress admin itself. So i want to use oauth2 api so user dont need to add access token and all every time. I saw api which asking me to create MCC account first. So my question is if user login using his/he

Re: Retrieve user Google Ads accounts using OAuth2 access_token

2018-12-12 Thread Deval Mungalpara
Hello I'm having same error and used same code like Toress did. Please help me On Tuesday, 11 September 2018 20:46:15 UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Torres, > > Could you please share the MCC ID along with the email address used for > authentication, so I can

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-12 Thread Alexander
Same problem. We quick fixed it yesterday on our end to interpret "--" as zero. Is it sufficient to click the "Me too!" button in a forum thread? Or is it better to post a message? On Wednesday, December 12, 2018 at 10:29:52 AM UTC+1, Zweitze wrote: > > I also want to add that this morning, ov

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2018-12-12 Thread babis
Hi all, I came across the same issue, while I was testing a new version of the python library for our app. I used my account (which is a testing account under my corporate email). What can we do in order to be able to add audience/push members to a custom audience? I am getting the same error

Re: Structured Snippet Feed Item Setting Locale

2018-12-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, As of this writing, we still have no information regarding the fix. Will update this thread once we receive confirmation that the issue has been resolved. Best regards, Peter AdWords API Team On Wednesday, December 12, 2018 at 7:04:37 PM UTC+8, Sean Hayes wrote: > > Hello! ANy update

Re: TargetingIdeaService range of dates

2018-12-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The custom filter has not been added yet. However, this is available in the KeywordPlanService of the new Google Ads API we announced in April

BatchJobService raises INVALID_PREDICATE_ENUM_VALUE

2018-12-12 Thread Павел Расчетнов
Hi! I want to get ids of BatchJobs that have status ACTIVE or AWAITING_FILE. def get_active_jobs(): batch_job_service = client.GetService('BatchJobService', version='v201809') selector = { 'fields': ['Id', 'Status'], 'predicates': { 'field': 'Statu

Operations number - threshold to go for batching

2018-12-12 Thread Vitaly Dukhota
Hi, my understanding is that there is an overhead associated with batching operations. It probably doesn’t make sense to submit a batch if I only want to perform one or two operations – it will probably be quicker to just call the appropriate services directly and submit each operation separatel

Re: Structured Snippet Feed Item Setting Locale

2018-12-12 Thread Sean Hayes
Hello! ANy update on this yet? On Tuesday, March 27, 2018 at 10:07:43 AM UTC+1, Jay W wrote: > > > Hello, > > > I am trying to create a StructuredSnippetFeedItem using the latest version > of the api (201802) but it is setting the locale to nl (Dutch) when it > needs to be en-gb. I will put a co

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-12 Thread Zweitze
I also want to add that this morning, over 50% of our jobs failed - all on this error. On Wednesday, December 12, 2018 at 9:21:07 AM UTC+1, Zweitze wrote: > > Indeed, my concern is that those fields now contain '--'. > That change breaks our software. > > > On Tuesday, December 11, 2018 at 6:18

Re: about RateExceededError

2018-12-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, According to this guide , the error you are encountering occurs if the same application makes a high number of requests per second on a single Google Ads account managed by a manager account,

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-12 Thread Zweitze
Indeed, my concern is that those fields now contain '--'. That change breaks our software. On Tuesday, December 11, 2018 at 6:18:24 PM UTC+1, Teja Makani wrote: > > Hello, > > Could you confirm whether your concern is regarding the '--' values of > those fields? If your concern is different plea