OAuthException error while attempting to build the AdWordsSession. Cause: Credential could not be refreshed.

2016-06-10 Thread Mark R
Hi Adwords API Team, Beginning today morning, we are getting the following error when refreshing our tokens and making API calls. *OAuthException error while attempting to build the AdWordsSession. Cause: Credential could not be refreshed.* After reading more on this, it seems that we need

Re: AdGroupCriterion operation affecting AdGroup TargetingSettingDetail

2015-07-24 Thread Mark R
Hey Umesh, When you add a Placement through the Targeting window of the AdWords UI, the radio button has Target and Bid selected even if the existing selection is Bid only. Not sure if that helps... Thanks, Mark On Friday, July 24, 2015 at 2:24:57 PM UTC-7, Umesh Dengale wrote: Hello, Is

AdGroupCriterion operation affecting AdGroup TargetingSettingDetail

2015-07-23 Thread Mark R
Hey Folks, When adding new Placements through the AdGroupCriterionService, we've noticed that the TargetingSettingDetail will get changed, altering our Placement targeting from Bid only to Target and Bid. We assume this is because Target and Bid is the default value for this field, but were

Re: Placement Performance Report - ID field null

2015-07-10 Thread Mark R
/automatic-placements-performance-report to get only rows for *automatic placements*. Cheers, Thanet, AdWords API Team On Friday, July 10, 2015 at 6:39:02 AM UTC+9, Mark R wrote: Hey Thanet, Followup question - would we be able to interact with Automatic Placements if we were to use

Re: Placement Performance Report - ID field null

2015-07-09 Thread Mark R
On Thursday, July 9, 2015 at 1:04:23 AM UTC+9, Mark R wrote: Hey Thanet, I'm using a very similar implementation of the googleads-java-lib example, but that is still not grabbing all the placements. At a high level, does an Automatic Placements even get a Criterion ID? Thanks, Mark

Re: Placement Performance Report - ID field null

2015-07-09 Thread Mark R
Hey Thanet, Followup question - would we be able to interact with Automatic Placements if we were to use an AdWords script https://support.google.com/adwords/answer/188712?hl=enauthuser=0? Thanks, Mark On Thursday, July 9, 2015 at 9:12:55 AM UTC-7, Mark R wrote: Hey Thanet, Thanks

Re: Placement Performance Report - ID field null

2015-07-08 Thread Mark R
*KEYWORD *to *PLACEMENT *instead. Cheers, Thanet, AdWords API Team On Wednesday, July 8, 2015 at 3:25:03 AM UTC+9, Mark R wrote: Hey Thanet, Can you point me towards an API call that uses the Placement description as suggested? Thanks, Mark On Tuesday, July 7, 2015 at 7:18:52 AM UTC-7

Re: Placement Performance Report - ID field null

2015-07-07 Thread Mark R
Hey Thanet, Can you point me towards an API call that uses the Placement description as suggested? Thanks, Mark On Tuesday, July 7, 2015 at 7:18:52 AM UTC-7, Mark R wrote: Hey Thanet, Thanks for the info. We'll look into alternative methods for updating the Automatic placements

Re: Placement Performance Report - ID field null

2015-07-06 Thread Mark R
, AdWords API Team On Saturday, July 4, 2015 at 6:06:13 AM UTC+9, Mark R wrote: Hey Thanet, That agrees with what we've observed, but is there a technical reason? It seems to also be the case when I pull the Placement through the AdGroupCriterionService. Can you suggest an alternative method

Re: Placement Performance Report - ID field null

2015-07-03 Thread Mark R
. For managed placements you specified, the placement performance report shows the ID field as usual. Cheers, Thanet, AdWords API Team On Thursday, July 2, 2015 at 8:36:48 AM UTC+9, Mark R wrote: Hey Folks, In the Placement Performance Report, I'm observing a large quantity of Placements

Placement Performance Report - ID field null

2015-07-01 Thread Mark R
Hey Folks, In the Placement Performance Report, I'm observing a large quantity of Placements where the ID field is coming in as null (--) and I'm not seeing in the documentation why that would be. Is there a segmentation that could cause this result? Thanks, Mark -- --

Re: Placement status column

2015-06-23 Thread Mark R
Thanks Umesh. Are there any plans to include the Adwords product statuses in the Reporting API fields? -Mark On Tuesday, June 23, 2015 at 12:35:28 PM UTC-7, Umesh Dengale wrote: Hi Mark, There are two types of placements reports, the *Automatic placements report* and the *Managed

Placement status column

2015-06-22 Thread Mark R
Hey Folks, Is there a way to get the status column as observed in the Placement report downloaded through the AdWords page in any of the reports? The AdWords page report has more values than the Placement performance report does for this column, and I am unable to find a service call or

Re: Intermittent credential refresh failure

2014-09-09 Thread Mark R
/ higher than usual error rate. Normally, you don't need to update a refresh token, only access tokens. -Danial, AdWords API Team. On Monday, September 8, 2014 7:50:20 PM UTC+4, Mark R wrote: This morning (9/8) we observed failures with our scheduled reporting jobs. They were

Intermittent credential refresh failure

2014-09-08 Thread Mark R
This morning (9/8) we observed failures with our scheduled reporting jobs. They were intermittent and we recovered after a few attempts. The error was a failure to refresh our credential. Are there any issues with the OAuth mechanism this morning? Should I grab a new refresh token for good

CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Hey Folks, I am trying to pull the start and end dates for campaigns under an MCC using the CampainService interface, but it consistently returning null. From what I've read, these values are not available through any of the current reports, so I believe this service is the only way to get

Re: CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Thanks Ray. So just to clarify, my best route would be calling the ManagedCustomerService interface to get all the CustomerIds under the MCC, then iterate through those, calling my CampaignService interface? -Mark On Wednesday, April 30, 2014 9:25:31 AM UTC-7, Mark R wrote: Hey Folks, I