Re: Problem with Adwords Api

2013-01-15 Thread Sagar Bhandari
Yup, It works now. On Tuesday, January 15, 2013 6:18:47 PM UTC+11, FL wrote: Perfect ! And now you can launch the example ? it works ? For exemple if launch in a browser aw_api_php_lib_3.2.2/examples/v201209/AccountManagement/GetClientCustomerId.php you don't have errors ? thanks

Re: Problem with Adwords Api

2013-01-15 Thread FL
what you put in auth.ini email = m...@mail.fr password = passmycountadwords userAgent = test api developerToken = m...@mail.fr++USD the rest is comment, you too ? and settings.ini ? me i have [SERVER] DEFAULT_VERSION = v201209 ; Change to https://adwords-sandbox.google.com to work in the

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-15 Thread Stamatina Thomaidou
Chris thank you a lot for your answer but I do not think that answers to our speculation. Maybe I didn't explain correctly the issue. :( On Tuesday, January 15, 2013 5:18:40 AM UTC+1, chris h wrote: Hi Stamatina, If the client account is linked to your MCC account, then you can use your

Re: Problem with Adwords Api

2013-01-15 Thread Sagar Bhandari
I actually used the pending developer token in auth.ini. If I use the email++CUR, I get the same error. On Tuesday, January 15, 2013 8:05:20 PM UTC+11, FL wrote: what you put in auth.ini email = ma...@mail.fr javascript: password = passmycountadwords userAgent = test api developerToken =

Re: EnhancedCpcEnabledSpecified, enhancedCpcEnabled propeties of ManualCPC bidding strategy of a Campaign are alway return false.

2013-01-15 Thread Takeshi Hagikura (AdWords API Team)
Hello Anh, When I tested, I can retrieve the EnhancedCpcEnabled as true for the campaign with Enhanced Cpc enabled. Can you post the code snippet? (And/Or can you send me the customerId and campaignId you are pulling the data? You can send it only me with Reply to the author from the top

Re: test account query

2013-01-15 Thread Akil Burgess
Hi Danial, I have the same problem as Chirag. We're still waiting for an email confirming that the test account is set up. Can you help? Thanks, Akil On Thursday, 3 January 2013 08:03:07 UTC, Danial Klimkin wrote: Hello Chirag, The Test Account CId you've sent me is now set up properly,

Re: How to integrate google analytics with the adwords api using new java client library?

2013-01-15 Thread Takeshi Hagikura (AdWords API Team)
Hello Kapil, Analytics API and AdWords API are not connected directly, you should retrieve the data separately. And calculate the bounce rate using data from analytics. Unfortunately, this queue is not intended for Analytics API. For further questions, can you post the question to the relevant

Re: TemplateAd error AdError.MISSING_REQUIRED_TEMPLATE_FIELDS

2013-01-15 Thread Anže Orehek
Hello David, I am always doing like this and it's working for TextAd and ImageAd but not for TemplateAd? if I set ad id to 0 it throws another error: RANGE_TOO_LOW. So I think this is not the solution. BR, Anže 2013/1/8 David Torres (AdWords API Team) adwordsapiadvisor+da...@google.com Hi,

Re: First Test : QuotaCheckError.INVALID_TOKEN_HEADER

2013-01-15 Thread Takeshi Hagikura (AdWords API Team)
Hello, Sandbox has been sunset and can't be used anymore. Can you please use test accounts instead? https://developers.google.com/adwords/api/docs/test-accounts Best, - Takeshi, AdWords API Team On Tuesday, January 15, 2013 2:42:41 AM UTC+9, FL wrote: Hello, I try to use the

Re: Oauth2 jwt ruby issue

2013-01-15 Thread Danial Klimkin
Hello Georgi, If you initialize the library with a hash, you need to make sure to provide all required credentials. Make sure to include all required fields like this: adwords = AdwordsApi::Api.new({ :service = { :environment = :PRODUCTION }, :library = { :log_level = DEBUG },

Re: API not pulling data from sub mcc account in google adword

2013-01-15 Thread Sagar Bhandari
Hi, I too receive similar error and my developer token is still not approved. Is it due to that? I have few queries regarding the API. I am building an application which can provide customized reporting services and some other related stuffs for which I would like to retrieve all the clients

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi Minh, Could you post or attach the full configuration file, ensuring you anonymize any personal information? As this wil help us to look into this further. In the meantime, if you could enclose the API request in a try-catch block and clear the cache on error. See below for example cache

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-15 Thread John Lister
On Tuesday, 15 January 2013 09:43:11 UTC, Stamatina Thomaidou wrote: Chris thank you a lot for your answer but I do not think that answers to our speculation. Maybe I didn't explain correctly the issue. :( The problem is that the returning value of ClientCustomerId of the Client that

No SearchBudgetLostImpressionShare in ad group performance report

2013-01-15 Thread Arthur Gerigk
Asking for this column results in an error of the api and also https://developers.google.com/adwords/api/docs/appendix/reports?hl=en#ad-group doesn't contain it. Is there any reason for this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi gpsdev, Are you getting this error for every service you call or just the CampaignService? This error is usually served when an authentication token expires. Can you try refreshing your Auth Token and entering it into your auth.ini file? Finally, which Oauth Handler are you using? Cheers,

Re: Problem with Adwords Api

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi FL, Using a developer token as ++CURENCY was associated to the, now deprecated, Sandbox environment. You'll need to use Test Accountshttps://developers.google.com/adwords/api/docs/test-accountsto test your API calls. Cheers, - Paul, AdWords API Team. -- --

Waiting for your developer token to be reviewed? Read this first!

2013-01-15 Thread David Torres (AdWords API Team)
*We will typically contact you regarding your application within a week of applying. Here are a few things that you can do to speed up the review process: 1. Confirm that your Developer Contact Email in the AdWords API Center of your MCC account is accurate and actively monitored. You

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi Sagar, One thing to check is that you've enabled OpenSSLhttp://php.net/manual/en/book.openssl.phpin the php.ini. Without it, it cannot retrieve the wsdl from a https location. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Waiting for your developer token to be reviewed? Read this first!

2013-01-15 Thread David Torres (AdWords API Team)
*We will typically contact you regarding your application within a week of applying. Here are a few things that you can do to speed up the review process: 1. Confirm that your Developer Contact Email in the AdWords API Center of your MCC account is accurate and actively monitored. You

Setting Focus on conversions for Campaigns in test accounts (Sandbox)

2013-01-15 Thread HK
Hi, We have a number of new test accounts now that the Sandbox has been retired, but in order to make sure our code works well with the various budget settings, we have the need to be able to set Focus on conversions for a campaign, without having to fully set up the Conversion Optimizer. Is

Re: Empty adType attribute for html5 ad

2013-01-15 Thread j.e.frank
Sorry, I missed that you had replied. I will see if I can reproduce the problem, and send you the XML if so. On Friday, November 23, 2012 4:52:21 AM UTC-5, Danial Klimkin wrote: Hello j.e.frank, Can you please send us full XML code of your request and server reply for this issue? Please

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-01-15 Thread Sagar Bhandari
Hi Paul, Thanks for the info. This issues has been sorted out. Yea, it was OpenSSL issue. However I do have other issues. Could you please reply here https://groups.google.com/forum/#!topic/adwords-api/TXGbqO1_fc8 Thanks On Wednesday, January 16, 2013 3:49:21 AM UTC+11, Paul Matthews

Re: Adword API change keyword Bidding

2013-01-15 Thread Takeshi Hagikura (AdWords API Team)
Hello Yun, Basically you should use AdGroupService for biddable keywords. At a campaign level, only negative keywords can be used. For a quick reference for targeting, you can also refer this page. https://developers.google.com/adwords/api/docs/appendix/targetingtypes Best, - Takeshi, AdWords

adwords conversion cost is very high?

2013-01-15 Thread Yashpal Chaudhry
My *adwords conversion cost is very high*, Need to know about *improve conversion*... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

USER_LOCATIONS_PERFORMANCE_REPORT instead of GEO_PERFORMANCE_REPORT

2013-01-15 Thread Evin Levey
I've been doing some Ad Hoc reporting, and I was hoping to get the same view that I can get in the AdWords UI -- showing the conversion rates by the user location dimension. Ultimately I would like a list like this: Country ClicksImpressions Algeria55 2,1234 Andora

Waiting API Token Approval Review - Remaining Questions

2013-01-15 Thread Jarad Collier
I've read the sticky posted by David Torres Waiting for your developer token to be reviewed? Read this first!https://groups.google.com/forum/#!topic/adwords-api/YJ4cC60Xts8 I have a unique situation though. I applied for a API token back on 8/5/2012 - Case #: [#1088654769] for MCC

Remarketing List Tracking Tag, returns different image tag

2013-01-15 Thread 马玉潮
I use *UserListService* to add a remarketing list, then I get the tracking tag by api, but it's different from the tracking tag which i got from adwords page. eg. I create a remarketing list through api, it results a tracking tag like below img height=1 width=1 style=border-style:none; alt=

Rapidly changing in Bids is good idea? And does it affect quality score or not?

2013-01-15 Thread Ashutosh Singh
Hi, I am working in a Techsupport company and handling an account of adwords. In Techsupport account i have to rapidly change in bidding to reduce number of call if we see number of calls is more than our Techsupport Engineers. So would u suggest me is it good idea to rapidly change in