Re: Non-Descriptive 400 Bad Request Error

2017-10-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tried to run this report 5 times and I could not replicate the bad request error. However, there is no data being returned using this report definition. Since you said that using this same code, this error is inconsistently generated, then I have a hunch that this is just a temporary

Re: setIsExplicitlyShared(false); how can I update Amount?

2017-10-11 Thread Hideichi Saito
Thank you for your reply. I added the following code so that I can acquire the Budget Id. Thank you very much. $budgetService = $adWordsServices->get($session, BudgetService::class); $selector = new Selector(); $selector->setFields(['BudgetId', 'BudgetName']);

Non-Descriptive 400 Bad Request Error

2017-10-11 Thread ITsupport
report = { 'reportName': 'CALL_METRICS_CALL_DETAILS_REPORT for 810-385-8131', 'selector': { 'fields': [ 'AccountDescriptiveName', 'AdGroupId', 'AdGroupName', 'AdGroupStatus', 'CallDuration', 'CallEndTime', 'CallerCountryCallingCode',

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Jonathan, I have a feeling that part of the differences are appearing because of this: - The content site where your ad was clicked (for keyword-targeted campaigns), or the matching placement targeting criteria for the site where your ad was clicked (for placement-targeted

Re: Caused by: java.io.IOException: insufficient data written

2017-10-11 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This exception occurs when an IO operation has failed for some reason. In order for me troubleshoot this problem, I have to gather more information about the issue. If possible could you enable logging

Re: Facing CUSTOMER_SERVING_TYPE_REPORT_MISMATCH though sending not MCC account but adwords client account id

2017-10-11 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This problem occurs when you are trying to run a report against a manager account. In order for me troubleshoot this problem, I'll have to gather more information about this issue. If possible could you enable logging

Re: rateScope

2017-10-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The rate limits are calculated based on the API calls made with the associated Developer token. If the operations using the developer token exceeds a certain limit, then the RateExceededError

Re: Adgroup limits for Shopping campaigns with Batch Processing

2017-10-11 Thread Rucha Kanade
Thanks for your reply, Josh. Here is a sample job id: 580603681 Just curious, is there a chance of this constraint going away in the short term? Is it on the roadmap? On Wednesday, October 11, 2017 at 10:45:34 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Rucha, > > Bypassing the

Re: Adgroup limits for Shopping campaigns with Batch Processing

2017-10-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Rucha, Bypassing the constraint on the number of shopping ad groups modified per job is not currently possible, but I'm very curious about this statement: Also, I noticed that if I try to create multiple adgroups with partitions, > the batch API works for more than 2 adgroups. But it

Re: Adwords Api - Attribution modeling first and last click

2017-10-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, attribution reports are not supported in API yet. Please follow our blog for updates and announcements about future releases. Thanks,

Re: Do Google have any tests emails we can use to check we are calling the API correctly

2017-10-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mark, Unfortunately, we don't have sample/test data of legitimate emails to test the CRM Based User Lists. As you have observed, the UI only shows the range of list size when the size is small. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-11 Thread Jonathan Clarke
Hi Nadine! Sorry for the delay, I didn't get a notification about your reply. To illustrate further: We have an example where ValueTrack {placement} reported the following value: *411092.iphone.com.weather.twcipadmax.adsenseformobileapps.com*. But the AdWords API reports fields

Adwords Api - Attribution modeling first and last click

2017-10-11 Thread f . terstal
I don't see this in the API list.. How do i get this info out of the API. I need from the Adwords Api keywords with first click and last click in a period.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Facing CUSTOMER_SERVING_TYPE_REPORT_MISMATCH though sending not MCC account but adwords client account id

2017-10-11 Thread Алексей Хан
Hello! I'm dealing with a big problem. I've created a test MCC account to get an access to API, created several test clients account: *MCC / *Test AdWords API (533-433-6839) > *CLIENT /* > Test Client Account 1 (264-130-2396) *CLIENT /* > Test Client Account 2 (117-541-4601) Now, when I'm

rateScope

2017-10-11 Thread desk
Hello. I'm reading this page - https://developers.google.com/adwords/api/docs/guides/rate-limits I have an application with basic access. Other users give access to my application to their Google AdWords Account. My app loads ready-made ad campaigns to other users. My Question: Whose

Do Google have any tests emails we can use to check we are calling the API correctly

2017-10-11 Thread 'Mark Jones' via AdWords API Forum
I have successfully created functionality to call the AdWords API to create new CRM Based User Lists and add members. However as I do not have a large amount of Google Connected legitimate emails, I am struggling to fully test the functionality. Do Google have a large amount of test

Caused by: java.io.IOException: insufficient data written

2017-10-11 Thread roger
Whats the cause of the exception? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: setIsExplicitlyShared(false); how can I update Amount?

2017-10-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hideichi, If you wish to update the Amount of an existing Budget object, you may first retrieve its ID by using the BudgetService.get() . Then pass that same ID in the SET operator of the

Re: Adwords API - Duration Limit?

2017-10-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Samuel, In the most recent AdWords API versions, instead of letting users wait for significantly long periods for processing excessive number of requests, it will just fail the request as discussed here and this