Re: Adwords Keyword planner gives different values on different dates for same keywords

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hi Aapy, Unfortunately, it's rather a question for general AdWords than the API. Can you please ask it to general AdWords supporthttps://support.google.com/adwords/ ? Also please refer to the before posting notehttps://groups.google.com/d/msg/adwords-api/lUQpWowB44k/4SLfkHbk4ZgJ . Best, -

Re: Getting AuthorizationError.USER_PERMISSION_DENIED when trying to post /api/adwords/reportdownload/v201306?__fmt=GZIPPED_CSV

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the HTTP headers, specifically I'd like to know clientCustomerId and Authorization headers. (You don't have to paste the exact same access token, I'd like to know only how the header is formatted) A successful report download request should be in the form of

Re: Validating Client ID, Client Secret of a google OAuth2 Web Application

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hello miho, You can verify if your client ID and client secret is valid by following the steps in this pagehttps://developers.google.com/adwords/api/docs/guides/soap (0. Get your access token. section) If you are able to get an access token and a refresh token as in that page, your client ID

Re: How to create pseudo namespace

2013-11-13 Thread Paul Matthews (AdWords API Team)
Hi Barak, For information on Phing, please see the phing websitehttp://www.phing.info/ . The classmap json it's talking about is embedded in the api.propertieshttps://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/Lib/api.properties#17. Can you confirm that

Set conversion bid metric for Conversion Optimizer and Enhanced CPC

2013-11-13 Thread shobha . procentris
Hi, In adwords interface, we can set the Conversion Bid Metric (under Tools and Analysis Conversions) to either 1. Conversions (1-per-click) OR 2. Conversions (many-per-click) Can we set this using Google API v201309? Thanks, Shobha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Feed attributes

2013-11-13 Thread Magnus Ljung
Hi Takeshi, No, but I don't want to remove the FeedMapping attribute field mappings, I'd like to remove the FeedAttributes from the Feed. I've tried FeedService.mutate(SET) with a subset of the feed attributes that I already have. I have also tried to use FeedService.mutate(REMOVE) but that

How to get report in MMC

2013-11-13 Thread Emin Aydan
Hi, I want to get report in MMC. How can I do? Best Regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: get keyword match Type in v201306 using targeting idea service

2013-11-13 Thread Danial Klimkin
Hello Ismail, Can you please describe in more details what are you trying to achieve? The parameter was replaced as I described, otherwise the behavior should be the same. -Danial, AdWords API Team. On Tuesday, November 12, 2013 8:05:03 PM UTC+4, Ismail Ansari wrote: Hi Danial, i'm

An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-11-13 Thread myapi
HI Somehow i am able to get 'refresh_token' for my project, but now i am facing another issue. It keep showing 'An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] ' on access for any example. *Some insights about my account*: 1. My MCC ID : 436-190-1889 2. Currently

Where to use test account credential

2013-11-13 Thread Munish Kumar
I started to read the docs of adwords api for the last couple of days. Now What I understood from the docs is that first I need to enable adwords api in my Google API Console and then use the credential for OAuth. But I am not able to figure out the use of test account emailid. I don't know

Re: Pending API token review

2013-11-13 Thread enol . iglesias
Hi Danial, the MCC account ID we've applied for is 171-318-2861. Thank you! El lunes, 11 de noviembre de 2013 16:23:11 UTC+1, Danial Klimkin escribió: Hello, This account is not an MCC account. What is the MCC account ID you've applied for the API for? -Danial, AdWords API Team. On

AdWords labels disappear

2013-11-13 Thread Maria Biz
Hi. When using the API und updating ad content, AdWords labels disappear partially or completely and have to be created again. How do we deal with that, is there any way to avoid this problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Authentication problem with new app

2013-11-13 Thread myapi
Hi Anash I am facing same issue, i have created Test MCC account and creates ClientID and secret key as mentioned in documentation. But its giving below error Log in to your AdWords account and open the following URL:

Re: AdWords API/OAuth2 Problem

2013-11-13 Thread slegersjohn
You got me thinking and I realised that I missed a step indeed. In the PHP version, you need to manually replace the value of the variable $code with the code generated by the URL. Then, the GetRefreshToken needs to be rerun to get the refresh token. With regards to the INCOMPLETE_SIGNUP

How to submit a BulkMutateJob

2013-11-13 Thread jake
Looking through the Adwords API documentation for MutateJobService I can find references to BulkMutateJob objects, but no way to submit them. We would like the ability to create a job and then add streams of operations to it as described in the BulkMutateJob documentation. From looking online

OAuth and Test Account

2013-11-13 Thread Munish Kumar
Hi, I am new to the add words. What I understood from add words documents is that it needs to use a service account( from google api console) to authenticate. Now I am confused where to provide the test account credentials for creating a new campaign as my test account id is different from

is adwords down right now? getting 502 server error

2013-11-13 Thread mobiledatenow
is adwords down right now? getting 502 server error -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Unable to get a refresh_token with GetRefreshToken.php

2013-11-13 Thread myapi
Hey I am facing same issue, but mentioned thred didnt help. Can you please help me to resolve this issue? On Thursday, August 22, 2013 2:41:57 AM UTC+5:30, Mark wrote: Having used the adwords API for some years and upgraded various versions of the PHP client library including the apility

Re: Pending API token review

2013-11-13 Thread Danial Klimkin
Hello, It looks like the email address you've provided in the API application is not valid, we got an auto-response from your server with a bounce. Please update the email address on the AdWords API Center page. -Danial, AdWords API Team. On Wednesday, November 13, 2013 5:32:46 PM UTC+4,

Re: How to specify which account to interact with?

2013-11-13 Thread Danial Klimkin
Hello Michael, Account ID is specified in clientCustomerId field of the SOAP request header. How is it done depends on the library, for PHP see the Basic usage of the README: https://code.google.com/p/google-api-adwords-php/source/browse/README 1. This sounds likely, as MCC account can't

Re: AdWords API/OAuth2 Problem

2013-11-13 Thread naman jindal
Great to hear that you got it working John. Thanks for the details of the error that I am getting. I will get the necessary things in place and hope to get this resolved now. Thanks everyone for your help and support. Cheers :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Issues when using GZIPPED_XML and report download V201309

2013-11-13 Thread okiebug1...@gmail.com
Good Afternoon Googlers, I am experiencing problems using GZIPPED_XML report output format. Cannot open programmatic or with WinRAR, so worried that for very large reports I will have to download without compression. SOAP Request Info: POST

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-13 Thread assaf
*Can some one from adwords please confirm this:* In order to get Campaign/Adgroup/Ad/Keywords stats (impressions/CPC/Cost etc.) a report needs to be generated and written to your file system. If you have a web application that needs this info - the file in the file system must be read for