Re: Can't find a way to get number of clicks, using Selector Fields

2015-03-27 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Samuel, First, let me update about Selectors that you seem prefer to use to reporting feature. According to my colleagues, the reason why Selectors do not expose many statistics (e.g., number of clicks) is because of technical issues of underlying technologies. That's why we created a

How to get list of Merchant Id accounts (linked to the adwords account) from MCC (adwords account)

2015-03-27 Thread Orangevn
Hi all, Just now, we are impelent fucntion shopping camaign for minimum requiremen. Currently, we have been implementing the 'Shopping Campaign' function for minimum requirement. During the implementation, we have faced up with some following difficult problems: -

Re: Ads with Ad Customizer are not serving

2015-03-27 Thread Kamil Grebeníček
No, I did not. Now, when the CustomerFeed is created, ads are served correctly. Thank you very much. Dne čtvrtek 26. března 2015 21:09:06 UTC+1 Anash P. Oommen (AdWords API Team) napsal(a): Hi Kamil, Did you create a CustomerFeed for the Ad customizer feed you setup in the account level?

Re: Problem sending data to report download server again

2015-03-27 Thread mm
Hey Joel - In general, I see this when the report I am requesting is large. I find that if I wait (30 secs) and retry it will often resolve itself. In my case, because the report is generally for a large time span, if it hasn't resolved after 3 retries or so, I break the request into smaller

Traffic Estimator Service INVALID_ID error

2015-03-27 Thread Anh Huynh
Hello, I'm having problem using Traffic Estimator Service for existing campaigns. This is the request I sent: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:tns= https://adwords.google.com/api/adwords/o/v201502; xmlns:ns0= https://adwords.google.com/api/adwords/o/v201502; xmlns:ns1=

AWQL query.

2015-03-27 Thread Евгений Мотуз
HI! Please, help me with AWQL How can i make request like: SELECT Id, Name, Status WHERE Status != REMOVED AND ( Name CONTAINS General campaign OR Name CONTAINS Campaign # OR ...N ) ORDER BY Id General campaign and Campaign # it is part of campaign name (full name is General campaign (#45)_1,

Re: AdvertiserPhoneNumber (Business phone number)

2015-03-27 Thread mry
Any answer yet on this? On Wednesday, December 17, 2014 at 12:11:46 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: Hi, I'm checking with the reporting team, as I'm seeing '--' for all of the reports I've tried so far as well. I'll post back once I hear from them. As an alternative,

Terms and Conditions Not Signed--but they are

2015-03-27 Thread production-mcc
I've successfully entered billing information and accepted the terms of service for my *production* MCC account, confirmed on my Settings-Billing Preferences page. I have not successfully entered billing information and accepted the terms of service for my *test* MCC account as billing

How to start some example?

2015-03-27 Thread Akhmad Bayquni
Anyone, can help me? I was download phplib. Im using xampp and install this at localhost. I was to changes auth.ini file with my id, and when access all of php file on example folder i cant see anything. Nothing happen. So, can you help me for what sould i do to test example reporting? Im so

Re: Terms and Conditions Not Signed--but they are

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send me your production MCC customer ID (xxx-xxx-) by clicking *Reply privately to author*? Thanks, Josh, AdWords API Team On Friday, March 27, 2015 at 2:50:14 PM UTC-4, product...@mustknow.io wrote: I've successfully entered billing information and accepted the terms of

invalid grant when generating refresh token

2015-03-27 Thread Sean Gottschalk
Hello, I'm trying to create a refresh token for a client using my adwords developer credentials but when I enter the generated code I get a 400 invalid grant error from the adwords API. I logged into my developer console on my MCC account and verified that I have the following OAuth

Re: Question about v20102

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, As a follow up, just wanted to point out that the report issue I mentioned on Mar 19 has been fixed. You can now retrieve REMOVED campaigns from the CAMPAIGN_PERFORMANCE_REPORT by including a predicate on *CampaignStatus = REMOVED*. Thanks, Josh, AdWords API Team On Friday, March 20,

Re: Integration with platforms

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, Others on the forum may have additional suggestions, but our guide on Managing Customer Accounts https://developers.google.com/adwords/api/docs/guides/managing-accounts describes how you could link your customer accounts to your MCC. For monitoring the performance of each customer

error when i create image ad on group

2015-03-27 Thread dianqiang
the errer: suds.WebFault: Server raised fault: 'Unmarshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ns0:adGroupId'. One of '{https://adwords.google.com/api/adwords/cm/v201409:ad, https://adwords.google.com/api/adwords/cm/v201409:experimentData,

Re: Video Ads - How to pull metrics from Adwords API.

2015-03-27 Thread Garik Goldsheyd
Hi there, Would like to see when AdWords Video metrics would be included in the API as we have some developers standing by to implement automated reporting tools and I need to know if I need to do daily CVS dumps or if there can be a more refined process. Thank you -- --

Re: AWQL query.

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, When using AWQL, you cannot create nested conditions as you described below. Therefore, you would need to submit two requests: 1. WHERE Status != REMOVED AND Name CONTAINS 'General campaign' 2. WHERE Status != REMOVED AND Name CONTAINS 'Campaign #' As an alternative you could label your

Re: AdvertiserPhoneNumber (Business phone number)

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, According to our reporting team, the *AdvertiserPhoneNumber* field has been deprecated and is no longer populated. In its place, please use the *AttributeValues* field in the PLACEHOLDER_FEED_ITEM_REPORT to get the phone number information. For example, here's an AWQL-based report request

Re: Traffic Estimator Service INVALID_ID error

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi Anh, If the IDs in the request look correct, please make sure that the *clientCustomerId* you are passing in the SOAP header is for the correct account. It must be set to the AdWords account that contains the campaign/adgroup/keyword in your request. You cannot set it to an MCC account

Re: Video Ads - How to pull metrics from Adwords API.

2015-03-27 Thread Josh Radcliff (AdWords API Team)
Hi, I don't have a date at this point for when or if AdWords for Video metrics will be available in reports. I would not expect this to happen in the near future, so if you have a need for this data now then I'd recommend using the CSV approach. Thanks, Josh, AdWords API Team On Friday,