Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Scott Luther
t the moment. I'll note it > down. > > Thanks, > > Ray > > On Wednesday, August 20, 2014 6:13:50 PM UTC-4, Scott Luther wrote: >> >> Oops, this is for the Campaign report type, not Accounts. My bad! >> >> On Wednesday, August 20, 2014 3:12:23 PM

Re: Where can I find a list of incompatible fields for each report type?

2014-08-20 Thread Scott Luther
Oops, this is for the Campaign report type, not Accounts. My bad! On Wednesday, August 20, 2014 3:12:23 PM UTC-7, Scott Luther wrote: > > Hi guys, > > I'm currently getting the following error for the accounts report type: > > Fatal error: Uncaught exception 'ReportDow

Where can I find a list of incompatible fields for each report type?

2014-08-20 Thread Scott Luther
Hi guys, I'm currently getting the following error for the accounts report type: Fatal error: Uncaught exception 'ReportDownloadException' with message 'Report download failed. Underlying errors are Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'Cannot select a combi

Re: Is type required when creating a SharedBiddingStrategy?

2014-06-23 Thread Scott Luther
me.html> > or > both (they must match). That's why neither of them is marked as required. > > > -Danial, AdWords API Team. > > > On Monday, June 23, 2014 8:18:57 AM UTC+4, Scott Luther wrote: >> >> The documentation doesn't say that the type field

Is type required when creating a SharedBiddingStrategy?

2014-06-22 Thread Scott Luther
The documentation doesn't say that the type field is required; if it is, how do I set it? The code below returns an error saying type is required (even though I'm setting it) $biddingStrategy = new \SharedBiddingStrategy(); $biddingStrategy->name = $gCampaign->name . uniqid(); $biddingStrategy->

Re: Target with City, County, and State

2014-06-17 Thread Scott Luther
looking for in the same reference. You can check the Parent ID for the > state / country it is in. > > > -Danial, AdWords API Team. > > > On Tuesday, June 17, 2014 5:48:23 AM UTC+4, Scott Luther wrote: >> >> Hi guys, >> >> So from what I can tell, I curre

Target with City, County, and State

2014-06-16 Thread Scott Luther
Hi guys, So from what I can tell, I currently can't target using Zip Codes. However, I happen to have a database of all Zip Codes in the US and their corresponding City, County, and State. How can I target a City within a given County/State? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Error when trying to create a campaign

2014-05-30 Thread Scott Luther
Hi Michael, That was indeed the problem - had to call $adwords->SetClientCustomerId() before trying to create the campaign. Thanks for all the help (and the super speedy replies)! On Friday, May 30, 2014 7:12:18 AM UTC-7, Michael Cloonan (AdWords API Team) wrote: > > Hi Scott, > > Are you sure

Re: Error when trying to create a campaign

2014-05-30 Thread Scott Luther
Hello, > > Please try reacquiring a new refresh token as I mentioned in my response > on your other question. If that doesn't fix this issue, let me know so I > can look into it further. > > Regards, > Mike, AdWords API Team > > On Thursday, May 29, 2014 11:55:49

Error when trying to create a campaign

2014-05-29 Thread Scott Luther
Hi guys, We're seeing the below error when trying to create a campaign via the API: SoapFault: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN] What am I missing? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Suddenly getting invalid_grant errors

2014-05-29 Thread Scott Luther
Hi guys, We're suddenly seeing an invalid_grant error when using our MCC account's refresh token. It's been working without any issues for the past 3 weeks. Anyone have any insight? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsd

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-20 Thread Scott Luther
Hi Josh, So there is no way for us to determine an estimation of how many impressions a set of keywords will provide? On Tuesday, May 20, 2014 1:13:00 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > It sounds like you are looking for historical or predicted statistics at > an *ad

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-20 Thread Scott Luther
Hi Josh, Now I see. For each Keyword we send to the TrafficEstimatorService API, we get a "keywordEstimate" back. That's where the confusion was for me, because when I first looked I must have missed the additional values in the response. In any case, I'm still not quite sure how to determine

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-19 Thread Scott Luther
Hi Josh, Thanks. I'm still not quite sure how to pull the data for multiple keywords. I don't expect the value for a single keyword to change, but I'm still not understanding why the API doesn't combine the volume from two keywords (when two are specified). Is there something I'm missing here?

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-19 Thread Scott Luther
Hi Josh, We want to tell give our users an idea of how many people will see the ad based on the targeting parameters they have entered, including the keywords they have chosen. What's the best way to do that? How do we query the TrafficEstimatorService with age and gender parameters? How about

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-19 Thread Scott Luther
Hi Josh, We aren't seeing the number fluctuate for individual keywords - we are expecting that adding keywords will increase the impressions. We are submitting the following keywords (with a type of BROAD): cruise, cat, dog. If it were an "OR" wouldn't it add the amount for each of those indiv

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Josh, One more question - is there a way to OR the keywords instead of AND them? Currently, when I submit more than one keyword, it seems that the max impressionsPerDay drops. We are currently doing a "broad" keyword search. Thanks so much for your help! - Scott On Friday, May 16, 2014 12:3

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Josh, Will that allow us to get historical values for a combination of Verticals, Keywords, Age, Gender, and Location? On Friday, May 16, 2014 12:36:08 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Scott, > > Sorry -- I just realized that you were asking about the > TrafficEstima

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-16 Thread Scott Luther
Hi Josh, Apologies for bringing up this thread from the dead. I posted another thread a week ago, but I unfortunately appear to be getting the run around there. Is there a way to calculate the estimated traffic for a Vertical? I.e. use the TrafficEstimateService with Verticals. I see documenta

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Ray, So there is no way to determine the reach for a Vertical? On Friday, May 16, 2014 5:21:51 AM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Scott, > > My apologies - vertical cannot be used in the TES service. The accepted > criteria

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-14 Thread Scott Luther
Hi Ray, Unfortunately, that doesn't work. The docs say that only Location and Language are supported, and when I try to add a Vertical, this error is thrown: SoapFault: [NotEmptyError.EMPTY_LIST @ selector.campaignEstimateRequests[0].adGroupEstimateRequests[0].keywordEstimateR, RequestError.

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-13 Thread Scott Luther
I was thinking of something else completely different. > > You can use the > ConstantDataService<https://developers.google.com/adwords/api/docs/reference/v201402/ConstantDataService#getVerticalCriterion> > to > get get a list Verticals. > > Cheers, > > Ray > >

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-12 Thread Scott Luther
Hi Ray, I'm not sure what "vert.x" refers to. I'm trying to figure out how to select Verticalswhen querying the TrafficEstimatorService to obtain an estimate for Vertical traffic, similar to your

How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-09 Thread Scott Luther
I don't see any examples in the documentation on how to use the TrafficEstimatorService with Verticals. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-07 Thread Scott Luther
Hi Josh, Got it. I ended up switching to a live MCC account to test the auth flow. One issue that just came up for me - for some reason, the "descriptiveName" field wasn't returned from the CustomerService->get() call. The customer ID is 6740045274. Any ideas why that data wouldn't be there? T

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-07 Thread Scott Luther
Hi Josh, The problem with that is that it appears any account created that way is automatically managed by the MCC account and doesn't have credentials with which I can login for OAuth. I need a way to create a test AdWords account that isn't managed by my MCC account and has a username and pa

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-06 Thread Scott Luther
Hi Josh, One final question - since I can't like my test MCC account to a live AdWords account, how do I create a test adwords account for testing purposes? On Tuesday, May 6, 2014 2:02:39 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Is the MCC in question the child of another

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-06 Thread Scott Luther
Sorry Josh. Seems I mixed up my refresh tokens... :-( Sorry about that! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-06 Thread Scott Luther
Hi Josh, I don't think so. The customer ID of the child AdWords account is 5653808061. I'm fairly certain that it doesn't belong to any other MCC accounts. I think I was able to successfully link the account the first time I tried, but I'm not sure... and of course it doesn't appear to be liste

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-06 Thread Scott Luther
Hi Josh, I just looked, and the account in question isn't listed there at all, and I can't initiate any of the API calls involved in linking the accounts without the API returning an error. Thoughts? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-06 Thread Scott Luther
Hi Josh, Thanks for all your help! One last question - I'm trying to set the link to inactive, but I'm getting an error: SoapFault: [ManagedCustomerServiceError.UNABLE_TO_LOAD_ACTIVE_LINK @ operations[0]] Can you shed some light on this? I've previously sent an invite and accepted it, and now

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-05 Thread Scott Luther
Hi Josh, The one thing that is still a mystery to me is how to handle linking the MCC account to the AdWords account. Do I need to get a refresh token for the AdWords account for the API call accepting the invitation (client accepts step), or can I just use the refresh token for the MCC account

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-05 Thread Scott Luther
Hi Josh, Thanks for the help! Here's another question for you - should we request auth for each user and initiate API calls using the individual user's refresh token, or only use that refresh token to accept the MCC invitation and use the MCC account's refresh token to initiate API calls? Tha

How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-05 Thread Scott Luther
Is there a way for me to grant my MCC account authorization to manage an account on a customer's behalf? Also, is there a way to programmatically set the refresh token using the library? We're using the googleads-php-lib library. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin