Re: Cannot get AdType of IMAGE_AD in ad-performance-report

2015-08-31 Thread 松澤明子
Hi team, Is there any update for the issue? I have one question regarding TemplateAds. How can we get images of TemplateAds for reporting? Please let us know. Regards, Akiko 2015-08-20 3:06 GMT+09:00 Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com>: > Hi Akiko, > > I've

Re: Is MatchType available for keyword criterion in the new criteria report?

2015-08-31 Thread Allen
3 years on ... What is the current ETA? On Wednesday, 4 April 2012 11:53:26 UTC+10, dkasak wrote: > > We hope in unison then. MmMmMmMmMmMmMmMm ( that's the sound it makes ). > > On Wednesday, 23 November 2011 00:21:26 UTC+11, Danial Klimkin wrote: >> >> Hello HK, >> >> >> This feature is not yet

Re: MutateJobService in Bulk to change keywords CPC

2015-08-31 Thread Umesh Dengale
Hi Chirag, You could use the AdGroupCriterionService to manage the bid for keywords

Re: Offline Conversions catching errors while processing records

2015-08-31 Thread Anthony Madrigal
Hi, It seems that your error CONVERSION_PRECEDES_CLICK is occurring because the *conversionTime *is a time earlier than the time from the *googleClickId*. Please make sure tha

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-08-31 Thread Josh Radcliff (AdWords API Team)
Hi, It looks like that example is outdated. I'll speak with the owner of that library to have that fixed. In the meantime, could you try making the following changes and let me know if you still run into errors? 1. Specify sitelinkFinalUrls

Re: How to update Capaign Status ?

2015-08-31 Thread Josh Radcliff (AdWords API Team)
Hi, Although you added the OAuth token to your request, the important thing is that the token came from a refresh token that was generated by a user who has access to the AdWords account. Could you let me know which client customer ID you are trying to access (xxx-xxx-) and which user you w

Re: Test Accounts vs Real Accounts in Adword Development

2015-08-31 Thread Umesh Dengale
Hello, You could use the production AdWords account (which serve the Ads) to get the campaign data. Please check out the difference between test account and production account

Re: How to get Campaigns

2015-08-31 Thread Anthony Madrigal
Hi, Test accounts only differ from production accounts by not serving ads or having live stats. You can either create campaigns through the UI or through the API

Re: Pull Ads data using Adwords API

2015-08-31 Thread Umesh Dengale
Hi Pratibha, You could use the AdGroupAdService to get the information about the final URLs and Ad status. You could use the AdGroupCriterionService

Acessing other Adwords accounts through API

2015-08-31 Thread Sofia Agboatwalla
Hi, Our application requires that we post data to Adwords accounts which are not related to our MCC account. From an earlier post, I found that I will need refresh tokens from those accounts to which I need to post data. What instructions do I need to give to my customers so that they can genera

Re: CTR in reports

2015-08-31 Thread Anthony Madrigal
Hi Katrin, Yes, you can have your stats segmented by network type by including the field AdNetworkType1 . It will show the total display, total search and total in your reports. If you would like to ha

How to get Campaigns

2015-08-31 Thread devpscmcc
Hi, I'm a developer working on a test account. I've followed all the steps necessary I believe to the point where I can begin making requests. My MCC manager account dev token is pending, the form has been submitted. However, I understand that I can still do requests under this test account. I

Re: Miminal Python Example

2015-08-31 Thread Lukáš Vožda
Hello, ive got similar error. I regenerated refresh token many times, it didnt help, is there anything else i can do? I spent hours trying to work it out but still the same result This is my error: Traceback (most recent call last): File "./adwords.py", line 4, in client = AdWordsCli

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-08-31 Thread A Neuen
I am getting the same error using version v201502: Are the examples here: https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201502/extensions/add_site_links.py#L55 wrong? I tried to replace with sitelinkFinalUrls

Re: CTR in reports

2015-08-31 Thread Katrin Demyanchuk
Anthony, thanks for your answer, but you must have misunderstood me. I can get CTR, but I need CTR from display network and CTR from search network separately. Can I get it from those reports? On Monday, August 31, 2015 at 4:19:25 PM UTC+3, Anthony Madrigal wrote: > > Hello Kate, > > Yes, you ca

Error: invalid_grant

2015-08-31 Thread Lukáš Vožda
Hi, I am struggling to connect to AdWords API, i followed this instruction: https://developers.google.com/adwords/api/docs/first-request?hl=en I configured my googleads.yaml file with my developer token and o2auth client_id and client_secret. I am trying to execute basically only this two line

Re: MutateJobService in Bulk to change keywords CPC

2015-08-31 Thread Chirag
Hi, Thanks for your answer. Should AdgroupCriteriaService also do same Job to change Bid for keywords? Yes, got The API has SimpleMutateJob which could be submitted using the MutateJobService.mu

Campaign Uploads Gives RATE_EXCEEDED Error

2015-08-31 Thread MCC Test
Hello All, I am facing an issues in uploading the bulk campaigns via api.I have an adwords account but thats a google grant account, the problem when I am trying to upload bulk campaigns, adgroups, keywords and adtexts in that same account via adwords api I am getting an error like "RATE_EXCEED

Zero impression productPartition report

2015-08-31 Thread mm
Hey guys - I am using the java client. I downloaded a productPartition report with a report definition with a selector for Impressions >=0, and received only a subset of the partitions in the account (the number of partitions returned was even less than the number listed in the UI). After adding

Re: How to update Capaign Status ?

2015-08-31 Thread jonathan
Yes, I create mmy refresh token and add to the header os the request. El miércoles, 26 de agosto de 2015, 12:55:09 (UTC-5), Josh Radcliff (AdWords API Team) escribió: > > Hi, > > The developer token you're using has no impact on which accounts your API > requests can access or modify. That is de

Re: Why do CreativeFinalUrls API returns a list and not a String

2015-08-31 Thread Anthony Madrigal
Hi Amir, This recent forum post describes the use cases and reasoning behind having multiple final URLs. Please let me know if you have any o

Re: User Permission Denied Different Client Library

2015-08-31 Thread Umesh Dengale
Hi Mark, The OAuth2.0 client id and client secret key are specific to the application. You need to create new client id and client secret key for .NET library selecting *Application Type* as *Web application

Re: Fatal error: Uncaught SoapFault exception: [soap:Server] [NotEmptyError.EMPTY_LIST @ operations]

2015-08-31 Thread Anthony Madrigal
Hi, AdWords API v201506 was recently released. Please try to upgrade to the new version with one of our client libraries . If you are still receiving errors after the change, please *Reply privately to author *your SOAP request an

Re: CTR in reports

2015-08-31 Thread Anthony Madrigal
Hello Kate, Yes, you can get the CTR when running certain reports. The reports listed here are all the report types that support it. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Test Accounts vs Real Accounts in Adword Development

2015-08-31 Thread Andrea Rose
Sorry, I am a little overwhelmed by all the steps in the AdWords API and it's process. Pardon me if this is explained. I am going to be using the AdWords API to read information from our company's AdWord campaigns and such. I don't need to write anything to it, only PULL information. However, t

Pull Ads data using Adwords API

2015-08-31 Thread Pratibha Arora
How can i pull Ads data using Adwords API? Data like:- 1> landing page URL of each Ad in Campaign. 2> Keywords related to each Ad. 3> status of each Ad. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

CTR in reports

2015-08-31 Thread Kate Demyanchuk
Hello! AdWords allows viewing CTR (display network) and CTR (search network). Can I get these CTR's by API, eg. by Account Performance Report or another? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Pull ads data using adwords API

2015-08-31 Thread Pratibha Arora
How can i pull Ads data using Adwords API? Data like:- 1> landing URL of each Ad in Campaign. 2> Keywords related to that Ads. 3> status of each Ad. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Why do CreativeFinalUrls API returns a list and not a String

2015-08-31 Thread amir
Hi, I'm adjusting our API to Google Adwords for the new Final URL upgrade, and I don't understand why do CreativeFinalUrls API returns a list and not a String. The 'Destination URL' returned a String. What is the change? Can someone explain the use case of having several Final URLs? Is it for u

CreativeFinalUrls Returns List rather than String - what is the use case?

2015-08-31 Thread amir
Hi, While upgrading our API to match the new Final URL, I have noticed that the CreativeFinalUrls returns a list rather than String (Destination URL returned String). Few questions: 1. What is the use case for having several Final URLs? Is that for multiple 3rd party trackers? 2. Is there a use

Offline Conversions catching errors while processing records

2015-08-31 Thread Thom Dunaway
Hi, I am trying to process offline conversions. I pull the records from my DB and then loop them... foreach ($conversions as $conversion) { $gclid = $conversion["gclid"]; $convDate = date("Ymd", strtotime($conversion["date"])). " 125959 -06:00"; $convValue = isset($conversion["value"])

Re: MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2015-08-31 Thread Josh Radcliff (AdWords API Team)
Hi Lajpat, Please see my previous post , which explains the cause of this error and how to resolve it. Cheers, Josh, AdWords API Team On Sunday, August 30, 2015 at 3:05:07 AM UTC-4, Lajpat Bishnoi wrote: > > Hi Josh Radcliff

Fatal error: Uncaught SoapFault exception: [soap:Server] [NotEmptyError.EMPTY_LIST @ operations]

2015-08-31 Thread Сергей Бакстон
Добрый день. Пользовался апи до обновления все было в порядке, но вот после перехода на v201502 появилась ошибка Fatal error: Uncaught SoapFault exception: [soap:Server] [NotEmptyError.EMPTY_LIST @ operations] в /src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 231 которая возникает