Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-31 Thread Alexey Chapurin
Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=" 11 CampaignId Id Impressions Clicks Cost

Re: Ad group report contains entries which reference apparently not existing campaigns

2014-10-31 Thread Josh Radcliff (AdWords API Team)
Hi Christian, That is strange - I confirmed the behavior you described. I'm following up with the team on this and will provide an update once I hear from them. Thanks, Josh, AdWords API Team On Thursday, October 30, 2014 10:23:22 AM UTC-4, Christian wrote: > > Hi Josh, thanks for the quick res

Re: One adword API developer token for multiple account

2014-10-31 Thread Shijo k j
Do please check this link, give some more suggections: http://stackoverflow.com/questions/23847981/one-adwords-api-developer-token-for-multiple-accounts On Wednesday, October 29, 2014 7:03:22 PM UTC+5:30, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Currently, the only way to do this

EntityCountLimitExceeded: Shared Budget

2014-10-31 Thread asiladi
Dear AdWords API SUpport: In one of my apps, I receive the following error in my log: [EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0] (enclosingId=6206530280, limit=2, accountLimitType=IMPLICITLY_SHARED_BUDGETS_PER_ACCOUNT, existingCount=24275)] Now the API tool is completely bro

Using API token of the root MCC account to link child MCC accounts to external MCC accounts.

2014-10-31 Thread Agnieszka Szefer
Is it possible to use the Adwords API token of the root MCC account to link its child MCC accounts (without any API tokens) with other MCC accounts? The final goal is to given a root MCC account with Adwords API token automatically create child MCC accounts and link them with external MCC accou

Re: Location names differ in reports to those given in the docs?

2014-10-31 Thread Jeremy Gerk
I would also like to see this data available through the Reporting API. My specific issue is that once a radius is added to a location for targeting the Id that is returned by the API no longer matches anything. On Monday, June 3, 2013 5:36:52 AM UTC-6, John Lister wrote: > > Hi, is it possibl

Re: MCC sub accounts creation error AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2014-10-31 Thread gk
The Test MCC account allows only 9 test sub accounts to be created. That was the problem. In my message above I wrote: WebFault: Server raised fault: '[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']' This errors happened because I did not include the MCC's customer id in the

Re: One adword API developer token for multiple account

2014-10-31 Thread Michael Cloonan (AdWords API Team)
Hello, Yes, once a developer token is approved, it can be used to make calls against any account for which you have a valid refresh token, as stated in that Stack Overflow answer, although this is not generally our recommended workflow. Let me know if you have any more specific questions. Reg

Re: Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-31 Thread Michael Cloonan (AdWords API Team)
Hello, For reference, the access token in the Authorization HTTP header allows API access to your account, and should be kept private. Luckily, they expire after only an hour, so exposing this one isn't a security threat, but you should be more careful in the future. That is also likely the is

Re: Error when calling getReportFields

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, >From the logs, it looks like you are sending clientCustomerId in the HTTP header. content-type=[text/xml; charset=utf-8] connection=[Keep-Alive] Host=[adwords.google.com] Content-Length=[704] developerToken=[**], Authorization=[Bearer **] clientCustomerId=[]

Re: Required Minimum Functionality field conflicts

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, Our team doesn't deal with RMF compliance, so I cannot answer this question. Could you please reach out to the token review team by email? You should have an email they sent you during the token review or RMF compliance review process. Cheers Anash P. Oommen, AdWords API Advisor. On

Youtube right-side banner required settings

2014-10-31 Thread LamareDev
I am looking for confirmation if the following steps are sufficient to target the right-side banner adspace above the video suggestions on a youtube movie page. For now we don't want static image templates with companion banners, but just an image ad banner: 1) Created a campaign and choose dis

Re: Issue regarding Invalid and/or missing SSL certificate for URL for an application

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Kiran, What language are you using to make API calls? AdWords API doesn't require you to install any special certificates, but depending on the language and library you are using, you may require to install the certificate for AdWords API site into your machine's trusted certificate store. E

Free web hosting service

2014-10-31 Thread Sachin Patil
Hello everyone, I would like to tell you about free web hosting service I use now. Register here: http://www.000webhost.com/820054.html They give 1500 MB of disk space and 100 GB data transfer. I am now using them for about 3 months and never seen any downtime of server problems. There is no an

Removal of returnMoneyInMIcros flag in API version v201409 and workaround for it

2014-10-31 Thread Shobha Thorve
Hi Google team, We just wanted to know what is the reason why the money is being sent in micros now and the returnMoneyInMIcros flag has been completely removed as it has been mentioned in https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money As we are using money rel

Re: Report Summary is missing

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi David, skipReportHeader and skipReportSummary headers work only for csv/tsv reports, they don't apply to XML reports. If I remember correctly, XML reports don't have summary footer at all. About the math: it depends on how you have setup conversion counting in AdWords UI. See https://suppor

Re: Errors while trying to update criterion labels

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Kamil, Could you please post a SOAP request and response xml for a failed request? See https://github.com/googleads/googleads-php-lib/blob/master/README.md#how-do-i-enable-logging for instructions on how to setup logging in PHP library. Cheers Anash P. Oommen, AdWords API Advisor. On Wedn

Re: EntityCountLimitExceeded: Shared Budget

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Aaron, You can either use BudgetService.mutate (REMOVE operation) or the AdWords UI (https://support.google.com/adwords/answer/2517512?hl=en) to remove the budgets you don't need. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, October 30, 2014 6:53:58 PM UTC-4, asi...@jumpstarta

Re: Using API token of the root MCC account to link child MCC accounts to external MCC accounts.

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Agnieszka, You would need only one developer token (i.e. the one at the root MCC account level), but you'd need authorization from both the account being linked (to send out the invite) and the account being linked to (to accept the invite). See our guide on this topic for details. https://

Re: One adword API developer token for multiple account

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Shijo, I think the best approach would be for you to implement OAuth2 web flow in your application. Your users need to login to your site, and grant your application the necessary permissions to access their account. Then you can use the access token to make calls to the relevant accounts.

Re: Youtube right-side banner required settings

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi, Since this is a product question, could you please ask the question on our product forum instead? https://www.en.adwords-community.com/ Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 31, 2014 10:09:10 AM UTC-4, LamareDev wrote: > > I am looking for confirmation if the foll

Re: Upload offline conversion to Adwords, Cannot see the value in the adwords

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Joey, If the API call succeeded, then that's a sign that the data got imported. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 22, 2014 10:12:34 PM UTC-4, Joey Belarmino wrote: > > Hi Ray Tsang, > > Can you please help me as well. > > I tried last night running the scrip

Re: Removal of returnMoneyInMIcros flag in API version v201409 and workaround for it

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Shobha, There's no workaround to the issue you mentioned other than dividing the value by 100. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 31, 2014 10:50:50 AM UTC-4, Shobha Thorve wrote: > > Hi Google team, > > We just wanted to know what is the reason why the money

Re: Connection has been shutdown: javax.net.ssl.SSLException

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Rafal, Apologies for the delay, could you kindly open an issue at https://github.com/googleads/googleads-java-lib? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 2:15:58 AM UTC-4, RafaƂ Gorzkowski wrote: > > Hy I'm using the Google Adwords API (v1.27.0 ). Sometimes

Label creation with Python

2014-10-31 Thread odoomge
I tried to add a Label to a campaign. In order to do that, I need the ID of the Label so I tried to create the Label before. operation = [ { 'operator': 'ADD', 'operand': { 'name': 'New label', 'status': 'ENABLED', # 'xsi_type': '???', } } ]

DEVICE_PLATFORM at the Customer Feed Level

2014-10-31 Thread GDZ
Hello! It's very well described how to apply DEVICE_PLATFORM at the campaign feed level here: https://github.com/googleads/googleads-python-legacy-lib/blob/master/examples/adspygoogle/adwords/v201409/advanced_operations/add_site_links.py Although same doesn't work at the Customer Feed level (i

Re: DESTINATION_URL_REPORT returns empty

2014-10-31 Thread Josh Radcliff (AdWords API Team)
Hi David, Could you send over the report request you are using, as well as a campaign ID where you are getting empty results? Note that by including certain fields in the report you will implicitly exclude zero impressions -- look for columns with *Supports Zero Impressions* marked *False* on t

Re: MCC sub accounts creation error AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2014-10-31 Thread Josh Radcliff (AdWords API Team)
Hi, Glad you were able to resolve this. Note that starting with v201409 you need to include the *clientCustomerId* SOAP header for all services except CustomerService (see the v201409 migration guide ). Cheers, Josh, AdWo

Re: Label creation with Python

2014-10-31 Thread Josh Radcliff (AdWords API Team)
Hi Martin, The type *Label* is an abstract type -- you'll want to create/specify a TextLabel when creating a new label. Cheers, Josh, AdWords API Team On Friday, October 31, 2014 12:56:58 PM UTC-4, odo.

Re: Using API token of the root MCC account to link child MCC accounts to external MCC accounts.

2014-10-31 Thread Agnieszka Szefer
I understand that I can authorize this only manually (from the account being linked) or using the API (but in this case the account being linked also needs to have an API token to do that)? I just want to automate the whole process without having to create any new API tokens on the way (i.e. on

Re: Issue on Conversion Time which getting an error OfflineConversionError.CONVERSION_PRECEDES_CLICK

2014-10-31 Thread Josh Radcliff (AdWords API Team)
Hi, You do need to specify a timezone, but it does *not* have to be the timezone of the account (see the Importing Conversions guide ). In your particular case, the click occurred at: 2014-10-24 04:51:15 *GMT* Your

Re: Issue regarding Invalid and/or missing SSL certificate for URL for an application

2014-10-31 Thread Kiran Kumar
Hi, Thanks for the reponse . I am using my php client library for making my php calls . So there isn't any issue regarding the Invalid grant for the application ?? Is it valid for any client library? On Friday, October 31, 2014 9:50:19 PM UTC+5:30, Anash P. Oommen (AdWords API T