Re: Alert Service required MCC account.

2014-07-29 Thread Chirag
Hello ray, Any update on this? Did you able to get resolution for this? On Thursday, March 20, 2014 10:12:01 PM UTC+5:30, Ray Tsang (AdWords API Team) wrote: > > Chirag, > > I'm sorry I don't have a resolution for this yet. > > My apologies. > > Ray > > On Thursday, March 20, 2014 6:51:52 AM UT

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh, Thank you very much for your reply, this entire thread has been extremely valuable. So this is what I am doing. 1. Get or create a unique Feed item. In my case it is a Call Extensions Feed. 2. Create a FeedItem for a given phone number. This matches the feedAttributeId t

Get Client Customer Id

2014-07-29 Thread google
Hello, we are developing an web app. There we need access to different adwords accounts. We don't want to use an MCC. We want to treat each account separately. Is there a possibility to receive the client customer id after the the client has permitted the access by oauth2 or have the customer

Re: Get Client Customer Id

2014-07-29 Thread Michael Cloonan (AdWords API Team)
Hello, There is no way to use the AdWords API without using an MCC account. You can manage multiple accounts via a single MCC and each of their accounts will still maintain separate data. If your goal is to allow AdWords users to log into your web app themselves, and then be able to manage the

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James, Glad to hear that this thread has been helpful! Your plan below looks reasonable to me as long as you also add a step to create the FeedMapping, as you mentioned. You can create the FeedMapping after either step 1 or step 2, whichever is better for your application flow. The key is to

Re: Get Client Customer Id

2014-07-29 Thread Zweitze
Use CustomerService.get(). You don't need a customer id and the results contain a customer id. Note: when I get an AdWords login, I ask first for ManagedCustomerService.get(), to get all the customers in the MCC. When the results are empty (it doesn't return an error!) I call CustomerService.g

Re: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
On Monday, July 28, 2014 2:40:46 PM UTC+1, david wrote: > > So is it safe to rely on this? > This has been the case for criteria in general for a long time. However, it is an implementation detail and I would not be comfortable relying on it indefinitely. I'm not sure how best to advise you on

Re: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
Hi Allison, Yes, the general parameters should work with any campaign, so you should be able to use the {creative} template. Cheers, Mat On Monday, July 28, 2014 5:31:54 PM UTC+1, universa...@gmail.com wrote: > > Hi Matt, Thank you for your response. I work with Brett and we are trying > to de

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi again, I am now successfully, to an extent, doing what I need to do. The only thing that's a little odd is when I log in and go to edit the number when I click 'save' I get this https://www.dropbox.com/s/rovh7v5hbpdro2x/Screenshot%202014-07-29%2018.23.10.png Any ideas, apart from go back a

Select adGroup count using AWQL

2014-07-29 Thread aitkul
Hello, is there a way to select the number of adGroups within a campaign using one AWQL query? At the moment I query all adGroups and count them iteratively, which takes really long for large campaigns. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James, Could you pass along the feed ID, campaign ID, and ad group ID (if applicable) where you are seeing that error? Thanks, Josh, AdWords API Team On Tuesday, July 29, 2014 10:31:47 AM UTC-4, James Mills wrote: > > Hi again, > > I am now successfully, to an extent, doing what I need to do

Re: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Begleiter
Hey fellow Josh, Thanks for your response. The report is for daily spend and gathers all of our RTB campaigns (our connections to Google for RTB), and so it contains 5 running campaigns at any given time, only two of which show 0 spend under v201309 (those with IDs '50892591' and '59047461'),

Re: Select adGroup count using AWQL

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using the SOAP services to obtain these counts, e.g., AdGroupService? If so, I would recommend using reports instead, since report requests and responses are much more lightweight than their SOAP counterparts. Our guide on Structure Reports

Re: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send over the exact report definition XML or AWQL you are submitting? If you need to send any sensitive information, you can do so by clicking *Reply to Author*. I'm not seeing any differences in results on my side besides the following: 1. Since v201309 has been sunset, some

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-29 Thread vukeemarketing
Thanks Josh, For the record, I'm sure we agreed to the T&Cs when we put in our credit card. Seems that part of the signup process has some issues. Anyway, I did this, tested my script and got past the INCOMPLETE_SIGNUP briefly. This helped me uncover another issue in it (date format issue for

Re: How to get Campaign's defined Call Extension Phone number through AdWords API or the Reports?

2014-07-29 Thread dgs world (Tech Team)
Hi Josh, You sure did saved a lot of my team's time. Many thanks. On Monday, July 28, 2014 11:14:04 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Muhammad, > > There are two ways to get this information: reporting or a combination of > the various feed services. > > The reporting a

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James, Your account still does not show as having T&Cs accepted. Could you contact AdWords API Compliance ? They should be able to help clear this up for you. Thanks, Josh, AdWords API Team On Tuesday, July 29, 2014 12:24:55 PM UTC-4, vukee

Throttled for 86400 seconds when trying to set up Shopping campaigns

2014-07-29 Thread Chuck Reeves
I am really lost for a solution for this problem. We manage shopping campaigns for close to 100 accounts. The number of SKU's for each account ranges from 200 to 80,000. With PLA campaigns, we can set up one keyword for each product. That allows us to place bids down to the sku level. In t

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi Sean, The issue here is that the *Parental status* criterion is not recognized/supported by the API. We filter out unsupported criteria in the Criteria Performance Report so that there's consistency between the API and reports, e.g., we don't want to return IDs for criteria that you won't be

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-29 Thread Stephen Yeargin
Just converted to the 5.3 library recently (had trouble with the pseudo namespaces) in order to avoid being sunset on v201309. When I was running the previous library shortly before the conversion, I was able to get a response object through that endpoint. $this->GetService('CustomerService')

Re: Alert Service required MCC account.

2014-07-29 Thread Ray Tsang (AdWords API Team)
Chirag, I have no new update on this at the moment. Thanks, Ray On Tuesday, July 29, 2014 4:23:14 AM UTC-4, Chirag wrote: > > Hello ray, > > Any update on this? > Did you able to get resolution for this? > > > On Thursday, March 20, 2014 10:12:01 PM UTC+5:30, Ray Tsang (AdWords API > Team) wro

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-29 Thread Ray Tsang (AdWords API Team)
Stephen, Just to be sure, could I trouble you to use reproduce the issue on a fresh copy of the client library distribution? Thanks, Ray On Tuesday, July 29, 2014 1:29:48 PM UTC-4, Stephen Yeargin wrote: > > > Just converted to the 5.3 library recently (had trouble with the pseudo > namespace

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi, Feed ID 18963918 Adgroup ID 13788225903 James -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
Thanks for the Reply Josh, So... since we need data at the keyword level and this option was accidentally turned on by one of our client service team members in the AdWords UI, is there a way to turn Parent Status settings off? The campaign/ad group (and many more) that I sent over used to come

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi Sean, When did they turn the setting on and then off? I would expect that for days where the setting was on, you won't be able to get the keyword level information. For days after they turned the setting off, however, you should start seeing keyword data. Cheers, Josh, AdWords API Team On

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
They turned it back off on the next day, and the data is still missing. On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote: > New Parental Status switch in the Adwords UI seems to be causing missing > data in Criteria Performance Report, but we are seeing data in the Ad Group > Performance r

Re: How to add OPERATING_SYSTEM_VERSION criterion to campaign [PHP] [v201402]

2014-07-29 Thread Kristopher Windsor
Thanks, the ConstantDataService is what I was missing. I wish either the Criterion pages or the Appendix had mentioned that service. On Monday, July 28, 2014 1:41:06 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > You can only pass specific predefined *OperatingSystemVersion* objec

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James, One issue I see with some of the other feed items is that the country code is in lowercase ("gb"), but the API is expecting uppercase. That's why you see "Afghanistan" selected as the country for the other call extensions. Regarding the error on save for ad group ID 13788225903, my th

Re: Throttled for 86400 seconds when trying to set up Shopping campaigns

2014-07-29 Thread Chuck Reeves
While searching for other resources on this I noticed that I typed my sentence wrong. In reality if the process runs the next day (~24 hours), the rate limit is > gone. > Should be In reality if the process runs the next day, it will severly delay the > product getting listed On Tues

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Looking at the change history for ad group ID 14426209459 and customer 337-412-5283, they did not turn off the *Parental status* criterion until today (July 29) at 4:31:44 PM. Let's see how the stats look later in the day tomorrow once some impressions have served with the new settings in place

Re: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Just in case anyone else is following this thread, Josh and I discussed this separately and the issue was with how his parser handled results from v201309. Results from v201309 could contain commas for money values, and the parser didn't quite handle this correctly. This wasn't an issue with v2

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh, Thanks for looking into this. I noticed that the country was listed as 'Afghanistan' so I inspected the live site and noticed they should be uppercase. Link from the docs or an example would help. I was looking at the placeholder docs https://developers.google.com/adwords/api/docs/ap