Re: Value for userInterestParentId field when adding audience

2018-04-19 Thread Matthew Wawrin
ntiac, etc). Sorry for the confusion. Ticket is open to sync with the ConstantDataService and we should get this in shortly. Matt. On Wednesday, 18 April 2018 22:30:09 UTC-5, Matthew Wawrin wrote: > > Hi Nadine, > > I re-checked our logs and found that it appears to started givi

Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
g these errors? That would help me narrow down when exactly they were > removed. > > Thanks, > Nadine, AdWords API Team > > On Wednesday, April 18, 2018 at 6:06:23 PM UTC-4, Matthew Wawrin wrote: >> >> I'm assuming that this fix to the API is why I'm now seeing

Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
I'm assuming that this fix to the API is why I'm now seeing errors for user interest categories that we've been using for months are now throwing errors and are no longer documented in the list. I see specific brands we were using are no longer available. Is there a specific reason these were

Re: Accessing the "Ad Suggestions" setting of an Account through the API?

2018-03-29 Thread Matthew Wawrin
Hi Mike, Is there any timeline as to when we'll be able to control the opt-out from the API? We're controlling thousands of client accounts, manually setting to opt out is a terrible option. Thanks, Matt. On Monday, March 12, 2018 at 6:56:48 AM UTC-5, Michael Cloonan (AdWords API Team) wrote

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
ually and through the API. If it rolls out as opted-in and affects all thousand+ accounts we manage it will break all our tracking. Matt. On Friday, March 23, 2018 at 12:21:33 PM UTC-5, Matthew Wawrin wrote: > > Thank you Milind, > > I'm aware of that guide on parallel track

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
Thank you Milind, I'm aware of that guide on parallel tracking but it looks like it's been updated since my last visit and now says there will be the availability to opt out. Our tracking will break with this change. I'm looking forward to having API ability to opt-out as doing so manually

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-22 Thread Matthew Wawrin
Hi Milind, Thank you for the reply, the change caught me and we're handling now. Are you able to expand on my question about what we'll be able to do with theparallelTrackingEnabled flag once this is rolled out to production accounts? Can this flag be used to turn on/off the behaviour at the

201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-22 Thread Matthew Wawrin
Hi, I hit a small issue with the 201802 API level, which is probably mainly because I'm not following best practices by sending a sparse object to mutate. I figured I'd share my issue and finding anyways incase someone else hits something similar. I also have a follow up question at the end

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

2018-03-19 Thread Matthew Wawrin
reason to change course. > > Thanks, > Josh, AdWords API Team > > On Monday, March 19, 2018 at 2:08:29 PM UTC-4, Matthew Wawrin wrote: >> >> Hi Josh, >> >> Thank you for following up. I look forward to hearing more details when >> available. I'm

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

2018-03-19 Thread Matthew Wawrin
> 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 Friday, March 16, 2018 at 1:06:53 PM UTC-4, Matthew Wawrin wrote: >> >> Hi, >> >> I'm working thro

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

2018-03-16 Thread Matthew Wawrin
Hi, I'm working through the validation of our code base (PHP) from 201705 to 201802, and I noticed a change in the 201708 migration guide regarding the SharedSetService mutate regarding creating shared set of Negative keywords in a manager account: >From https://developers.google.com/adwords/a

Re: is it possible for Ad Group Bid increase and decrease to a specific criteria like gender and age range?

2017-12-04 Thread Matthew Wawrin
Hi, You can use the bidModifier value in the BiddableAdGroupCriterion service, with the criterion being the demographic you want to target and adjust bids on (gender/age range). There is example code for adding BiddableAdGroupCriterion to an adgroup: https://github.com/googleads/googleads-ph

Re: Webpage as Negative Campaign Criteria, created in API, where to find in UI

2017-04-07 Thread Matthew Wawrin
Hi Shwetha, The 'criteria usage document' link you have doesn't work. I did find https://developers.google.com/adwords/api/docs/appendix/criteria-usage which I've come across before. I see that the webpage criterion seems to be only available for search at the adgroup level? Is that correct

Re: Webpage as Negative Campaign Criteria, created in API, where to find in UI

2017-04-07 Thread Matthew Wawrin
Hi, Thank you for the reply. I should have been more specific, this is for our display network campaigns. I'll post on the community forum. Thank you, Matt On Friday, April 7, 2017 at 2:36:18 PM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Matt, > > You can see the NegativeCampaig

Webpage as Negative Campaign Criteria, created in API, where to find in UI

2017-04-07 Thread Matthew Wawrin
Hi, I know this isn't the best spot, but figured I'd ask here as a start since I did create the object through the API. If there's a UI forum out there, please let me know (i did try to find it)! We want to exclude showing display network ads on a particular website, lets say XYZ.com. I'm cr

Unexpected API error when creating batched HTML5Ads

2017-03-03 Thread Matthew Wawrin
Hi, I'm in the process of collecting the request and reply soap messages, and will send when I have them. Is there anything else needed to debug this? We're currently using the 201607 PHP API. Error object(SoapFault)#517 (10) { ["message":protected]=> string(131) "[InternalApiError.UNEX

Re: Limits on paused ad groups

2017-02-17 Thread Matthew Wawrin
I'm interested in the details of this limit as well, as we pause and activate adgroups as stock is available, while adding new adgroups. It would take a while to hit 20K, but not impossible. On Thursday, February 16, 2017 at 8:32:15 PM UTC-6, Juan Pablo Santos wrote: > > The documentation

Re: Create vs. Remove operation speed.

2017-02-07 Thread Matthew Wawrin
Hi, My apologies, this was on our end. We had a bad index on a table causing the update to the remove operation in our system to take long. Fixing the index made the remove operation take as much as the set/create operation. On Monday, February 6, 2017 at 7:05:04 PM UTC-6, Matthew Wawrin

Create vs. Remove operation speed.

2017-02-06 Thread Matthew Wawrin
Hi, I noticed that during some recent changes to adgroup keywords the batched mutates of the adGroupCriterion to remove existing keywords took much longer than creating new ones. I was removing about 16 keywords and creating 18 new ones per adgroup. The create operations took a few seconds

Re: Interested in batch processing, however cannot use custom feed for adgroup callouts

2017-01-31 Thread Matthew Wawrin
Hi Shwetha, I'm already creating adgroup callout extensions using the adGroupFeedService, managing our own feed table. Intend on using the batch job to upload feed items, however, not being able to add a adgroupFeedService at the time of adgroup creation within a batch job is an annoyance. I

Interested in batch processing, however cannot use custom feed for adgroup callouts

2017-01-31 Thread Matthew Wawrin
Hi, I'm interested in using batch processing to speed up our campaign creation and management of existing adgroups. One of the issue I see is that we want to use a custom feed for our callouts (instead of the 'Main Callout Feed'), but to use a custom feed, I cannot use the adGroupExtensionSet

Re: Are feedIds unique across user accounts

2017-01-23 Thread Matthew Wawrin
Thank you Shwetha, I had come across that page awhile back but forgot of its existence and that it included the feed(item)ids. At the time I was interested in campaign/adgroups mainly. On Friday, January 20, 2017 at 12:24:37 PM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Matthew,

Are feedIds unique across user accounts

2017-01-20 Thread Matthew Wawrin
Hi, We're managing many client accounts with our MCC. I want to store some information on the feeds and feed mappings I'm creating across these users, and I'd like to confirm if the feedId is unique across all clients? That way, I can just map a feedMapping to a feed, and not worry about if t

Re: Using AdGroupExtensionSettingService with a user defined feed for CALLOUT extensions - EntityNotFound.INVALID_ID

2017-01-17 Thread Matthew Wawrin
Thank you Josh for confirming. For my purposes, I'll use the adgroupFeedService class to manage the adgroup callouts from our custom feed. On Monday, January 16, 2017 at 9:43:48 AM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi Matt, > > You are correct: you can only use the extension

Re: Callout extensions: Ad group extension and Ad group extension

2017-01-12 Thread Matthew Wawrin
Hi, You can use the AdGroupExtensionSettingService similar to how the document you reference uses the CampaignExtensionSettingService, but instead of specifying a campaignId, you specify an adGroupId. See the reference: https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupExte

Using AdGroupExtensionSettingService with a user defined feed for CALLOUT extensions - EntityNotFound.INVALID_ID

2017-01-10 Thread Matthew Wawrin
Hi, I would like to define a custom feed to manage a list of callout text in a separate feed than the 'Main Callout Feed' that gets populated by default. The intention is so that we can create this feed and use it for adgroups in specific campaigns, and not fill the main callout feed with tho

Adding adgroup callout extension from a user defined feed

2017-01-10 Thread Matthew Wawrin
Hi, (I attempted to post earlier this morning, but don't see the post on the forum so I'm reposting. Sorry for any duplicates if prior post exists). I would like to create a feed that contains callout text for adgroup callout extensions. I want to create a separate feed from the 'Main callou