Re: TargetingIdeaService range of dates

2018-12-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
, or *NEXT_QUARTER*. Thanks, Josh, AdWords API Team On Tuesday, December 11, 2018 at 6:06:50 PM UTC-5, Hitesh Paryani wrote: > > Hi there Josh, > > Have you added the custom range filter yet? > > On Friday, March 2, 2018 at 7:35:29 PM UTC+5:30, Josh Radcliff (AdWords > API Team) wrot

Re: Cannot find AdWords API Center

2018-11-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
anything else to approve or submit? > > Let me know if you need any further information. > > > Best Regards, > Heber Olivar > - > > > On Thursday, July 19, 2018 at 2:35:41 PM UTC-3, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Stephane, >>

Re: AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-11-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Dorian, > > Thanks for sending over the logs. I'm following up on the internal error > and will provide an update as soon as I hear back. > > Cheers, > Josh, AdWords API Team > > On Monday, October 22, 2018 at 7:19:

Re: API limits for TargetingIdeaService

2018-11-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
ight ? > > From the rate sheet > Operation: get > Count: 100 targeting ideas > Service: TargetingIdeaService 1 > > What does the count mean here ? > > Thanks! > Karthick > > > On Friday, October 26, 2018 at 2:06:34 PM UTC-7, Josh Radcliff (AdWords > A

Re: Failed to use pending developer token against test account

2018-11-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
test *manager* account. Thanks, Josh, AdWords API Team On Thursday, October 25, 2018 at 10:23:15 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We are working on a fix for this issue. I'll post an update here as soon > as I have more information. > > Thanks

Re: Can't create partition tree or I just don't understand it

2018-10-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can get the list of valid product bidding categories for each country using ConstantDataService.getProductBiddingCategoryData , where your request includes a predicate

Re: API limits for TargetingIdeaService

2018-10-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Karthick, Each of the calls will count as *one* operation. From the rate limits guide (highlighting is mine): A get operation is counted as one operation, regardless of the number of > results objects. When you mentioned "reading through the response", do you mean issuing a *get* request

Re: SOAP error with Marketing API

2018-10-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I see that the type of that ad is MultiAssetResponsiveDisplayAd , which was introduced in the AdWords API in v201806

Re: Failed to use pending developer token against test account

2018-10-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, We are working on a fix for this issue. I'll post an update here as soon as I have more information. Thanks, Josh, AdWords API Team On Thursday, October 25, 2018 at 7:06:47 AM UTC-4, avlad@gmail.com wrote: > > This did not work for me. > > I can create test accounts through the API

Re: AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-10-22 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, Thanks for sending over the logs. I'm following up on the internal error and will provide an update as soon as I hear back. Cheers, Josh, AdWords API Team On Monday, October 22, 2018 at 7:19:30 AM UTC-4, Dorian Kind wrote: > > Hi Peter, > > thanks for your response. I've sent the

Re: Dynamics Remarketing ads for retail

2018-09-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
> $msg=$e->getErrors()[0]->getReason(); > print_r($msg); > } > } > public static function main(){ > // Generate a refreshable OAuth2 credential for authentication. > $oAuth2Credential = (new OAuth2TokenBuilder()) &

Re: BatchJobError.DISK_QUOTA_EXCEEDED with no apparent reason

2018-09-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
t; Can you check this for me please? > > Regards, > > Sam > > On Tue, Jul 10, 2018 at 11:44 AM Samuel Barbosa wrote: > >> Thanks Josh, things seem to be working alright now. >> >> Regards, >> >> Sam >> >> On Monday, July 9, 2018 at 4

Re: Policy violations - v201710 vs 201706

2018-09-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
oned, the only thing I can >>> get to produce a policy violation (the new PolicyFindingError) in the >>> sandbox for v201806 expanded text ads is multiple exclamation points in a >>> row. Is this expected (it seems like it wouldn't be, considering you >>> p

Re: Get merchant center ids associated with the Adwords account

2018-08-22 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Tuesday, August 21, 2018 at 5:09:09 PM UTC-4, Vivek Patel wrote: > > Is this feature available now? > > On Thursday, December 11, 2014 at 12:07:23 AM UTC+5:30, Josh Radcliff > (AdWords API Team) wrote: >> >> Hi, >> >> I've passed this feature request along, but I

Re: Undocumented error INCOMPATIBLE_WITH_RESTRICTION_TYPE

2018-08-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The ad group in question was of type DISPLAY_ENGAGEMENT , which is only supported in AdWords API reports, but not in management services. My suggestion to Tom was to try this operation

Re: How to retrieve disapproval reasons for an ad through the api

2018-08-15 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The service and reports don't support querying by disapproval date or ad creation/modification date. If you want to track that information, you could store the status of ads for each day locally, then compare that against today's results. Thanks, Josh, AdWords API Team On Tuesday, August

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-08-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
was deployed so that the proper status code of 500 (internal server error) will now be returned in this situation. Best regards, Josh, AdWords API Team On Thursday, July 26, 2018 at 9:09:47 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We've identified the root cause and

Re: Ads (beta) api operation limits

2018-08-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
, Josh, AdWords API Team On Friday, August 10, 2018 at 12:24:44 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Don, > > The Google Ads API does not have a partial failure feature just yet, so > all operations in a mutate request will fail if *any* operation in the > req

Re: Ads (beta) api operation limits

2018-08-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Don, The Google Ads API does not have a partial failure feature just yet, so all operations in a mutate request will fail if *any* operation in the request encounters an error. Thanks for providing the error message for the operation count limit. I'm looking into that one and will get back

Re: why i am not able to create the MCC test account.?

2018-08-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
account. If you have such an example, please send the account's customer ID *only to me* by clicking *Reply privately to author* on this post. Thanks, Josh, AdWords API Team On Thursday, July 19, 2018 at 3:00:18 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I have good n

Re: Policy violations - v201710 vs 201706

2018-07-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
rs in this Advertising Policies Help page <https://support.google.com/adspolicy/answer/6021546#048>. Cheers, Josh, AdWords API Team On Thursday, July 26, 2018 at 11:13:27 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Greg, > > Sorry for the delay. I've gathered some

Re: Policy violations - v201710 vs 201706

2018-07-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
: > > Hi, Josh. > > It's been a couple weeks. Just checking in to see if there's any update? > > Thanks, > Greg > > On Friday, July 6, 2018 at 10:07:56 AM UTC-5, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Greg, Peter, >> >> Thanks for providin

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-07-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, We've identified the root cause and are working on a fix. I'll update this discussion once the fix has been deployed. Thanks, Josh, AdWords API Team On Friday, July 20, 2018 at 9:43:45 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Arthur, > > Does the same req

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-07-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
re that it might not be an error from my part. > > Thanks a lot for your attention! > > best regards, > > Arthur > > Em quarta-feira, 18 de julho de 2018 12:58:51 UTC-3, Josh Radcliff > (AdWords API Team) escreveu: >> >> Hi Zweitze, >> >> Thanks for

Re: why i am not able to create the MCC test account.?

2018-07-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
png> Thanks, Josh, AdWords API Team On Monday, July 9, 2018 at 3:32:00 AM UTC-4, Satyaprakash Mishra wrote: > > Hi, > > On step 3, I am not able to see the *Return to previous AdWords*. > > find the below screenshot. > > > > > On Fri, Jul 6, 2018 at 6:23 PM,

Re: Cannot find AdWords API Center

2018-07-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
). Despite I've tried the steps you suggested, > create a Manager Account, etc... Maybe I do something wrong... > > Any suggestions? > > Thanks > > Le mardi 10 juillet 2018 14:45:32 UTC+2, Josh Radcliff (AdWords API Team) > a écrit : >> >> Hi, >> >> So

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-07-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zweitze, Thanks for providing those details. The engineer investigating this said they'll be quite helpful. I'll reply back when he has an update. Cheers, Josh, AdWords API Team On Tuesday, July 17, 2018 at 6:25:46 PM UTC-4, Zweitze wrote: > > This error was away at my site for quite a few

Re: Cannot find AdWords API Center

2018-07-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
; account then now you say API CENTRE is not available for testing > accounts > How is that possible! Please give us clear instructions how to even test > any of this API !! > > > On Wednesday, May 23, 2018 at 5:08:26 PM UTC+2, Josh Radcliff (AdWords API > Team) wrote: >

Re: BatchJobError.DISK_QUOTA_EXCEEDED with no apparent reason

2018-07-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, The quota for your account has been reset. Please try creating batch jobs again and let me know if you encounter any issues. Thanks, Josh, AdWords API Team On Friday, July 6, 2018 at 9:51:52 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Sam, > > I've raise

Re: How to retrieve disapproval reasons for an ad through the api

2018-07-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Max, You can use the PolicySummary field to retrieve all policy-related information for an ad, including trademark issues. You might find the CombinedApprovalStatus

Re: Policy violations - v201710 vs 201706

2018-07-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Greg, Peter, Thanks for providing such detailed information on this issue. I've passed this on to the policy expert on the engineering team and will let you know as soon as I have an update. Cheers, Josh, AdWords API Team On Tuesday, July 3, 2018 at 11:20:56 AM UTC-4, GregT wrote: > > I

Re: BatchJobError.DISK_QUOTA_EXCEEDED with no apparent reason

2018-07-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, I've raised this issue with the batch job engineering team and will reply back as soon as I have an update. This appears to be a problem on our side, since your account does not have any pending batch jobs and should therefore be well below the quota. Cheers, Josh, AdWords API Team

Re: why i am not able to create the MCC test account.?

2018-07-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Satyaprakash, The new AdWords experience doesn't clearly indicate when an account is a test account. To find that information, please complete the following steps for the original account you mentioned: 1. Log into the account. 2. In the upper right corner, click the wrench icon. 3. In the

Re: Can't see Video Campaigns in Video Performance report

2018-07-03 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
you could > recommend me to use for checking if campaign statistic is available by API? > > Thanks again for your help! > > Oksana > On 02.07.18 22:54, 'Josh Radcliff (AdWords API Team)' via AdWords API and > Google Ads API Forum wrote: > > Hi Oksana, > > The campaign in

Re: Can't see Video Campaigns in Video Performance report

2018-07-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, The campaign in question (campaign ID 1412356032) has an experimental campaign type that's only supported in the AdWords user interface. Thanks, Josh, AdWords API Team On Monday, July 2, 2018 at 8:29:53 AM UTC-4, Oksana Sulyma wrote: > > Thanks Bharani, > Details sent! > > On

Re: Deleting "Removed" Entities

2018-07-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, The other accounts under the manager account should not impact the account limit. I noticed that you deleted a large # of campaigns in this particular account on the 25th and 26th, and then submitted your batch job on the 26th. I'm still investigating, but it's possible that the error

Re: ACTION_NOT_PERMITTED on BudgetOrderService

2018-06-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Deepak and I discussed this in a private thread. My apologies for not posting back the info I provided here. The question I asked Deepak to check was: When you issued your request, did you use OAuth2 credentials from a user with access to the manager account that's whitelisted for

Re: Dynamics Remarketing ads for retail

2018-06-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
:40 PM UTC-4, Amit P Jivani wrote: > > Is this feature available now? > > > On Saturday, 19 December 2015 01:52:56 UTC+5:30, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> The AdWords API lets you manage the feed items for dynamic remarketing

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, Thanks for the update. We rolled out a fix for this yesterday and the error rate returned to normal since then. If anyone else is still unexpectedly encountering this error, please reply back here. Cheers, Josh, AdWords API Team On Wednesday, June 13, 2018 at 9:45:35 AM UTC-4, James

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thanks for reporting this. I've raised it and will provide an update as soon as I have more information. Thanks, Josh, AdWords API Team On Monday, June 11, 2018 at 2:21:11 PM UTC-4, Caihua Du wrote: > > This issue happened to us too. Lots of client have the same errors and it > suddenly

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-06-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
s problem and > also await for solution. > Thanks! > > On Tuesday, June 5, 2018 at 4:06:28 PM UTC+3, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Tiana, >> >> Please follow the post that Timm mentioned >> <https://groups.google.com/d/msg/adword

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-06-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
privately. >> >> Kind regards, >> >> Tiana >> >> On Thursday, 5 April 2018 15:15:58 UTC+2, Josh Radcliff (AdWords API >> Team) wrote: >>> >>> Hi Oksana, >>> >>> We're still trying to track this one down. Do

Re: Cannot find AdWords API Center

2018-05-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
t; On Wednesday, 14 March 2018 14:13:02 UTC, Josh Radcliff (AdWords API Team) > wrote: >> >> Hi, >> >> You'll only see the AdWords API Center if your manager account is *not* a >> test manager account. Unfortunately, the only way to determine if the >

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-05-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Findling wrote: > > Hi Josh, > > are there any updates on this topic? We are eagerly awaiting your response > on this one. > > Best Regards, > Ron > > Am Freitag, 4. Mai 2018 21:18:47 UTC+2 schrieb Josh Radcliff (AdWords API > Team): >> >> Hi Dorian, >&g

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-05-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
ian > > On Monday, 23 April 2018 14:52:50 UTC+2, Josh Radcliff (AdWords API Team) > wrote: >> >> Hi Ron, >> >> Thanks for getting back to me. I think we have enough examples now to >> track this down. The eng team is making progress, but I don't have any >

Re: Python support for new Ads API?

2018-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vladimir, PHP is another one where we know there's significant interest. I don't have any news on that front just yet, though. Thanks, Josh, AdWords API Team On Thursday, April 26, 2018 at 6:23:06 AM UTC-4, Vladimir Tatarsky wrote: > > > Hi Josh, any thoughs about PHP support? > -- --

Re: Python support for new Ads API?

2018-04-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ian, Thanks for starting this conversation! I'll be interested to hear what others in the group have to say. Regarding Python support, we're definitely aware that there's a strong Python + AdWords API user base out there. I don't have details I can share at the moment, but please keep an

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Regards, > Ron > > Am Montag, 16. April 2018 23:01:11 UTC+2 schrieb Josh Radcliff (AdWords > API Team): >> >> Also, I forgot to ask: is that timestamp in CST? >> >> Thanks, >> Josh, AdWords API Team >> >> On Monday, April 16, 2018 at 4

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Also, I forgot to ask: is that timestamp in CST? Thanks, Josh, AdWords API Team On Monday, April 16, 2018 at 4:59:35 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Ron, > > I'm a little perplexed by the most recent example. I see i

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
t; com.google.api.ads.adwords.lib.utils.v201710.DetailedReportDownloadResponseException$Builder.build(DetailedReportDownloadResponseException.java:35) > > Am Freitag, 30. März 2018 15:15:38 UTC+2 schrieb Josh Radcliff (AdWords > API Team): >> >> Hi Ron, >> >> Sorry, I'm still

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
l comfortable automatically retrying report download requests >> for error codes below 500, so it'd be great if the Adwords team could shed >> some light on the issue. >> >> Thanks and best regards, >> Dorian >> >> On Friday, 30 March 2018 15:15:38 UTC+2, Jo

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-04-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
, including timezone 2. The user whose OAuth credentials were used for the request 3. The client customer IDs you expected to receive for that user Thanks, Josh, AdWords API Team On Tuesday, March 13, 2018 at 9:53:29 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
d shed > some light on the issue. > > Thanks and best regards, > Dorian > > On Friday, 30 March 2018 15:15:38 UTC+2, Josh Radcliff (AdWords API Team) > wrote: >> >> Hi Ron, >> >> Sorry, I'm still having trouble locating those requests in our lo

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-30 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
id thought but could it be a something like the java-library > timing out after 30 seconds and retrying using the provided > session/ReportDownloader again which then violates the threadSafety and > results in invalid requests? > > Best Regards, > Ron > > > Am Diens

Re: CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2018-03-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The status for the remove all step and the upload step are maintained separately in removeAllStatus and uploadStatus

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
327; > > succeeded: > time: 27.03.18 03:06:30 CEST > googleAdwordsAccountId: 685-366-2732 > SELECT Conversions,ConversionValue FROM SHOPPING_PERFORMANCE_REPORT WHERE > CountryCriteriaId = 2826 DURING 20180225,20180327; > > Best Regards, Ron > > Am Dienstag, 20. März 2018

Re: API migration, detect requests source

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Nicolò, I just checked requests for the developer token you sent to Dhanya, and I still see v201708 reporting and TargetingIdeaService requests as recently as yesterday. Thanks, Josh, AdWords API Team On Wednesday, March 21, 2018 at 12:08:52 PM UTC-4, Dhanya Sundararaju (AdWords API Team)

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ron, Raneen, In my previous post, I mistakenly said that the list of errors I provided was for Raneen, but I just realized that they were actually for you, Ron. Sorry about that! *Ron*, could you check out my previous post and the questions/items I highlighted there? Thanks, Josh, AdWords

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Raneen, >From our logs, it appears that your requests are most frequently failing with the following errors: - ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH - AuthorizationError.USER_PERMISSION_DENIED - ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT Could you

Re: Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
r > level in the future I'm sure. > > Cheeris, > Matt. > > On Monday, March 19, 2018 at 3:43:30 PM UTC-5, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Matt, >> >> I'll definitely get back to you once I have more info on the change you >> menti

Re: Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
in negative placements in each managed > customer account, so moving neg. keywords to this level won't be a huge > issue. I liked being able to maintain these lists at the highest level and > reduce the duplication as much as possible. > > Cheers, > Matt. > > On Monday, March 19

Re: Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Matt, You've uncovered a mystery! :) I just confirmed that the validation did indeed change recently, but I'm not sure why. I'm following up with the engineer who made the change and will get back to you. Thanks for catching this and reporting it to us! Cheers, Josh, AdWords API Team On

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-14 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
dependencies are even worse in this > environment. There is no convert project from Gradle/Android to > Maven/Eclipse functionality in Eclipse? > > Kind regards > Richard > > Den måndag 12 mars 2018 kl. 17:37:46 UTC+1 skrev Josh Radcliff (AdWords > API Team): >> >> Hi R

Re: Cannot find AdWords API Center

2018-03-14 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
der the account I'm presently logged into. > > Any help would be great, thanks! > > > On Tuesday, March 13, 2018 at 7:00:21 AM UTC-7, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi, >> >> Just so I'm clear on the first question, could you explain which

Re: Cannot find AdWords API Center

2018-03-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Just so I'm clear on the first question, could you explain which issue you would like a clear solution for? There have been a couple of different issues discussed in this thread. To check if you email is a manager account, you have a few options: 1. Log into adwords.google.com using

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-03-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The engineering team is looking into this in more detail, and I hope to have an update soon. I'll post back here once that happens. Thanks, Josh, AdWords API Team On Monday, March 12, 2018 at 8:17:14 AM UTC-4, Oksana Sulyma wrote: > > Hi guys, bumping this thread as mentioned issue still

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
I miss the day of front-end development where I didn't have these > problems... > > Kind regards > Richard > > Den fredag 9 mars 2018 kl. 16:42:08 UTC+1 skrev Josh Radcliff (AdWords API > Team): >> >> Hi Richard, >> >> The RMI package is needed because the

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
n Thursday, March 8, 2018 at 3:23:26 AM UTC-5, goldenmaza wrote: >>> >>> Hi Josh >>> >>> Wasn't jcenter replacing mavenCentral? >>> >>> But why do I still get RemoteException and why is the ApiException still >>> a problem (underlined red

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
gt; problem (underlined red and something about Throwable)? > > Kind regards > Richard > > Den onsdag 7 mars 2018 kl. 21:26:10 UTC+1 skrev Josh Radcliff (AdWords API > Team): >> >> Hi Richard, >> >> My knowledge of Gradle is pretty limited, I'm afraid, but

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
ated the build file as follows: > > implementation 'com.google.api-ads:ads-lib:3.12.0' > implementation 'com.google.api-ads:adwords-axis:3.12.0' > > I still have the RemoteException problem.. > > Kind regards > Richard > > Den onsdag 7 mars 2018 kl. 15:10:42 UTC+1

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
1.8.0' > //implementation 'com.google.api-ads:ads-lib:3.10.0' > //implementation 'com.google.api-ads:adwords-axis:1.38.0' > implementation 'com.android.support:appcompat-v7:26.0.2' > implementation > 'com.android.support.constraint:constraint-layout:1.0.2' >

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
gt; Thank you for your time! :) > > Kind regards > Richard > > Den måndag 5 mars 2018 kl. 17:57:57 UTC+1 skrev Josh Radcliff (AdWords API > Team): >> >> Hi Richard, >> >> Thanks - that definitely helps! Could you let me know how you're managing >>

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
me know if you still encounter issues? Thanks, Josh, AdWords API Team On Monday, March 5, 2018 at 9:35:01 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Sorry, I just realized I sent you an example for rule based user lists. > I'll look into this and try to provid

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
r: cannot access Remote > class file for java.rmi.Remote not found > > Take care! :) > > Kind regards > Richard > > > Den måndag 5 mars 2018 kl. 15:06:46 UTC+1 skrev Josh Radcliff (AdWords API > Team): >> >> Hi Richard, >> >> Could you share th

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
, 2018 at 9:00:46 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you check out the add_rule_based_user_lists.py example > <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201802/remarketing/add_rule_based_user_lists.py> >

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
rds API. So what do > I need to do regarding this classpath issue? What file(s)? I also sit with > Android Studio. > > Kind regards > Richard > > Den tisdag 12 maj 2015 kl. 15:47:23 UTC+2 skrev Josh Radcliff (AdWords API > Team): >> >> Hi, >> >

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
ch, this solved my problem and I've been able to >> successfully create my LogicalUserList. >> >> Damien >> >> On Monday, July 20, 2015 at 10:24:21 AM UTC-4, Josh Radcliff (AdWords API >> Team) wrote: >>> >>> Hi Damien, >>> >>&g

Re: TargetingIdeaService range of dates

2018-03-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Thanks! > > On Tuesday, November 24, 2015 at 8:21:33 AM UTC-6, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> There have not been any changes to *TargetingIdeaService* around dates. >> The service still only returns *TARGETED_MONTHLY_SEARCHES* f

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
to MediaService -- it certainly doesn't work as advertised in >>> the API documentation. >>> >>> DYNAMIC_IMAGE Animated image, such as animated GIF. >>> IMAGE Static image; for image ad. >>> On Sunday, February 25, 2018 at 6:05:27 AM UTC-8, Josh

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
d?) if I can't upload an animated gif to > MediaService -- it certainly doesn't work as advertised in the API > documentation. > > DYNAMIC_IMAGE Animated image, such as animated GIF. > IMAGE Static image; for image ad. > On Sunday, February 25, 2018 at 6:05:27 AM UTC-8, Jo

Re: Creating a MCC test account.

2018-02-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
I Team On Sunday, February 25, 2018 at 9:11:41 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > That link looks correct. Could you send the client customer ID of the > account you created only to me by clicking *Reply privately to author* on > this message? > > Thank

Re: Creating a MCC test account.

2018-02-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
gt; > I'm having an issue creating test Google Adwords account. I'm using the > link https://adwords.google.com/um/Welcome/Home?sf=mt=0=1#ta > and I don't see the red notice on the top that it is a test account. > > Thanks, > > On Monday, November 27, 2017 at 9:47:42 PM UTC+8, Josh

Re: Pause Adwords Express campaign via API

2018-02-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
google.com/adwords/api/docs/common-errors#OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT > > > On Tuesday, July 11, 2017 at 6:01:48 AM UTC-7, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Diego, >> >> Unfortunately, you can only pause AdWords E

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
une 11, 2014 at 11:09:47 AM UTC-7, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> Please see my reply to your other post >> <https://groups.google.com/d/msg/adwords-api/JW9EPgtuGek/xagyMMjFBWEJ>. >> Let's continue the discussion on that p

Re: Unable to get refresh Token

2018-01-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The client ID and client secret you used are for the *Web application* flow. The *GetRefreshToken.php* example will only work if the client ID and client secret specified are for credentials with *Application type = Other* (the installed application flow). Please see the *Create a client

Re: Conservative Targeting in AdWords API

2018-01-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
> > On Friday, September 29, 2017 at 2:30:31 PM UTC+2, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi Tim, >> >> Unfortunately, the AdWords API doesn't expose the "conservative" setting, >> so this information will have to be retrieved using the

Re: Google Adwords API java -> Exception in thread "main" AxisFault

2018-01-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
ificate to resolve this issue? > > Thanks, > > On Friday, February 12, 2016 at 11:14:53 AM UTC+11, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi Saravanan, >> >> I would talk to your system administrator to see why your cert store is >> missing t

Re: Error handling for Ad Text

2018-01-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, If you have *partialFailure=true*, then each operation without errors will be applied, but operations with errors will be returned. With *partialFailure=false* (or not specified), all operations in a request will fail if *any* operation in the request has errors. The basic validation

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2018-01-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Jean, I'm going to send this over to our PHP client library expert. Since your questions revolve around the details of that library, you may want to open an issue on Github so we can track this under the library's issue tracker.

Re: How to check current keyword position

2018-01-03 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Pierre, When you ran your experiment, did you set any of the fields of PageOnePromotedBiddingScheme , such as the following? 1. *bidCeiling* 2. *bidModifier* 3.

Re: How to check current keyword position

2017-12-22 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Pierre, Have you considered using automated bidding strategies to accomplish your goals? For example, the PageOnePromotedBiddingScheme ("Target search page location") will

Re: Final URL / Final URLs- how to you get the same value as the UI?

2017-12-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Timna, The AD_PERFORMANCE_REPORT will show you the *static* attributes of each ad, so it won't reflect the actual effective URLs (with parameter values filled in) for each impression. To get that information, use the FINAL_URL_REPORT

Re: FeedItem service returns invalid characters.

2017-12-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
customer update their data > specifically. > > On Friday, December 8, 2017 at 1:53:09 PM UTC-8, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> You could exclude the problematic feed item ID(s) via a *FeedItemId >> NOT_IN [..., ..., ...]* predicate. T

Re: FeedItem service returns invalid characters.

2017-12-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
UTC-8, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> The reason that error is being thrown is that the underlying data in (at >> least) one particular feed item is invalid. Specifically, the string value >> for attribute ID 3 in feed ID 236427

Re: FeedItem service returns invalid characters.

2017-12-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The reason that error is being thrown is that the underlying data in (at least) one particular feed item is invalid. Specifically, the string value for attribute ID 3 in feed ID 23642780/feed item ID 957498860 contains unicode character 031. If you update that feed item through the UI or

Re: Upload and download via API

2017-11-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
of thing cannot be done > through the API? If not, is there any kind of similar solution? > > On Friday, January 23, 2015 at 3:37:42 PM UTC-7, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi Michelle, >> >> The API does not directly support impor

Re: Creating a MCC test account.

2017-11-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
ount created with the > https://adwords.google.com/um/Welcome/Home?a=1=mt=0#ta link > is not showing as a test ad account. > > On Friday, June 16, 2017 at 8:02:02 AM UTC-7, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi all, >> >> We recently made

Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
be greater > than* or equal *to 0. > Beyond that, i changed the value to use 100 (instead of 0) and i still get > the same error. > > Thanks, > Alejandro > > On Thursday, November 16, 2017 at 11:49:12 AM UTC-3, Josh Radcliff > (AdWords API Team) wrote: >> >> Hi,

Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I noticed that in your request, you are specifying the following in the *paging* element: 0 0 The numberResults should be a value > 0, as it

Re: AdWords Express Data Discrepancies

2017-11-15 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
nday, November 6, 2017 at 2:00:08 PM UTC-5, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> We're aware of this issue and I'm actively looking into it. I'll provide >> an update as soon as I have more information. >> >> Thanks, >>

  1   2   3   4   5   6   7   8   9   10   >