Re: How to get the average cpc of a google shopping product ?

2017-09-25 Thread quentin
Hello. Ok this what I'm looking for. Do you have any code snippet on how to use shopping performance report ? Thanks a lot. Le lundi 25 septembre 2017 07:35:00 UTC+2, Vincent Racaza (AdWords API Team) a écrit : > > Hi, > > The AverageCpc and other metrics can be retrieved only using reports. F

MutateResult, ApiError with empty trigger

2017-09-25 Thread Lukas Lukac
Hi, I am trying to process mutate results and log all the errors returned from a BatchJob but some of the errors return empty Trigger string and I don't know to which operation they belong. I am providing one of the failed responses for BatchJob: 571787226: class Google\AdsApi\AdWords\v201705\

Re: Retrieve managed customers failed: SOAP response: Envelope>

2017-09-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I had to delete your previous posts as it contained sensitive information about your account. This being said, you may refer to our forum posting guidelines for your future posts. As for y

Re: MutateResult, ApiError with empty trigger

2017-09-25 Thread Lukas Lukac
And here is also a link to the list of operations I am uploading to AdWords. https://gist.github.com/EnchanterIO/ccbc1d0f9b99bd2c6adc69027c147dd6 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-25 Thread Paco Hobi
I'm trying to update the table rows of price extensions, e.g. changing 3 first rows and removing the last 5 rows. Leaving stringValue and stringValues attributes empty works fine for clearing them (headline, description, URLs, etc.), but it doesn't work for moneyWithCurrencyValue attributes (i

AdWords API v201609 to v201708 Migration Problem

2017-09-25 Thread
*Programming environment:* - python version 3.3.5 - googleads 4.7.0 - api interface call v201609 Because v201609 version of the old version to 2017-10-02 will be disabled, I now have to migrate to the new version! I have other historical factors running environment, can not upgrade t

googleads-python-lib\googleads\adwords.py _SERVICE_MAP Can I add a new version manually?

2017-09-25 Thread
googleads 4.7.0 manually add v201708 _SERVICE_MAP api mapping, this upgrade can it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~

Crm-based user list removed by API still exists when querying by adGroupCriteriaService

2017-09-25 Thread 派尼爾
Hi Adwords team, I found that when removing crm-based user lists from ad group by API, the user lists marked as "*Removed*" are still on adwords Web, and when I query ad group criteria by API, they are still in the API response. There are 3 user list status(*Enable*, *Pause*, *Remove*) can be

Re: How to get the average cpc of a google shopping product ?

2017-09-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can check this guide on how to create reports in the AdWords API. You can refer to this reporting example

Re: Cannot process batch jobs

2017-09-25 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Stefano, Thanks for reporting this with such great detail. Thanks to people like you, we were able to find a more systemic issue. Many of the batch jobs were not processing properly. They should be functioning fine now. Please get back to me if you're still experiencing issues with your b

Re: How to get the the CPC Bid for each keyword - PHP

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, NegativeAdGroupCriterion does not have a BiddingStrategyConfiguration. This is the reason you encounter this error as you are trying to access an undefined method. If you wo

Re: Get account Conversion Actions

2017-09-25 Thread Elton Morais
Hi Shwetha, Thank you for the answer but I don't want to get the Conversion Trackers, I want to get the Conversions actions that I configured previously on my account, just for information purpose. For instance, I set up 3 different conversion actions, and on my website I want to list those Con

Re: Exception while calling OfflineConversionFeedService

2017-09-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nathan, Thanks for sharing the details. Since the error is occurring before hitting the AdWords API, it might be something to do with the .NET client library. Could you please create an issue in the library's tracker ? Owner of the

Re: v201708 Uncaught exception 'InvalidArgumentException' with message 'All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.'

2017-09-25 Thread Mike Enos
Hi, For anyone who is reading this thread... I solved the problem. The issue is that I am using Windows XAMPP as my development platform. The instructions at https://github.com/googleads/googleads-php-lib are a bit confusing /wrong for Windows Xampp You need to go install Composer, and a git

Re: MutateResult, ApiError with empty trigger

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Lukas, Thank you for providing the details. From the MutateResult in the batch job's downloadUrl , I can see that the Operation at index 10 encountered 3 errors. You can use the fieldPath

Re: Ad Customizer Feed for Responsive Display Ads

2017-09-25 Thread PPC Developer
Hi and thanks for the response. I read below and thought the mention of "Feed" attached to dynamic responsive ads would also apply to display network response ad class. https://support.google.com/adwords/answer/3265299?hl=en So according to above article, it's possible to have dynamic responsiv

Re: Crm-based user list removed by API still exists when querying by adGroupCriteriaService

2017-09-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you saying, after removing the UserList as a biddable targeting criterion, the UserList is still reflected in the Audiences tab of the AdGroup? If so, could you perform the AdGroupCriterionService.get()

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To clear out the moneyWithCurrencyValue attribute, you need to update the MoneyWithCurrency field to a Money object with microAmountset to 0 as shows below. Please try this out and let me know i

Re: AdWords API v201609 to v201708 Migration Problem

2017-09-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You are right, the latest version of python client library requires python 3.4 or higher. Your approach might work for services/reports which does not have any changes between the V201609 and V201708 version of the API. You might run into unexpected issues while working with services/repor

Re: Get account Conversion Actions

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Elton, By "Conversion actions" do you mean the information available in the *Tools* -> *Conversions* page in the UI? If so, then you need to use ConversionTrackerService as I described in the earlier post. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

ManagedCustomerService accepting a link

2017-09-25 Thread robin . or
I think the method for account management to work is to create a ManagedCustomerLink to a client's adwords account with my MCC account. I as successful to create the link between accounts. The next steps after "Extending Invitations" in the "Managing Account" guide: https://developers.google.co

CampaignCriterionError.CONCRETE_TYPE_REQUIRED - when adding an adjustment by age/при добавление корректировки по возрасту

2017-09-25 Thread 'Denis Abdrahmanov' via AdWords API Forum
Sorry for my english. To add an adjustment to the age rate, send a request to the service CampaignCriterionService: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201705";> 2585558101 **

RateExceededError when migrating to v201708 - PHP

2017-09-25 Thread Alejandro Claure
I've been trying to switch my php web app to use v201708 (currently v201609) As soon as do the switch i start receiving: [Google\AdsApi\AdWords\v201708\cm\ApiException] [RateExceededError ] If i switch back to the old version, everything seems to work fine. I'm using the same account in both ca

Ability to export the Adhoc AWQL query that gets generated when using a report.

2017-09-25 Thread goutham vanka
All, I'm a BI Developer and as part of an enterprise level report development, we're trying to pull in data from AdWords. I've been given access to AdWords reports and I see that creating a tabular view is pretty easy. You drag and drop the attributes / measures and Google builds a report fo

Re: CampaignCriterionError.CONCRETE_TYPE_REQUIRED - when adding an adjustment by age/при добавление корректировки по возрасту

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Denis, You need to specify the CriterionType using the xsi:type as shown below: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201705"; xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance";> YOUR_CLIENT_CUSTOMER_ID

Re: RateExceededError when migrating to v201708 - PHP

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alejandro, It looks like you encountered the RateExceededError for exceeding the rate limit across Account rate scope. This rate limit is metered on all requests to a single AdWords account - no matter which developer token was used to make the request. There isn't a fixed queries per secon

RateExceededError when upgrading to v201708 - PHP

2017-09-25 Thread Alejandro Claure
I've been trying to switch to v201708 before the scheduled v201609 sunset but i'm getting the following error [Google\AdsApi\AdWords\v201708\cm\ApiException] [RateExceededError ] Problem disappears when i switch back to old api. I'm using the same account in both cases old library and new libra

How to increase bid on a placement.

2017-09-25 Thread bruce
Good day, is there a way to increase a bid in a specific placement or page? Is there a sample code that I can base my structure into? I am using PHP. Thank you, Ben -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: AdWords API v201609 to v201708 Migration Problem

2017-09-25 Thread
> > Ths Sreelakshmi Sasidharan! > Because the time is tight, can not immediately migrate to python3.4 + environment, such as excessive over a period of time, and so will accept your proposal later, migrate to the new version of the operating environment! -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Can I use parameters in other languages for AdWords SDK?

2017-09-25 Thread Pillow Ahn
Hi, I'm developing with the AdWords SDK. However, my native language is Korean, not English. When I input a parameter (like campaign name) in Korean, output is ?. Can I use parameters in other languages for AdWords SDK? or not? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Ad Customizer Feed for Responsive Display Ads

2017-09-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Dynamic display ads are currently not supported in the AdWords API. For the Ad Types supported in the AdWords API, you may refer here . The link also provides individual guides for the different

Cannot get all managed customers with java library: 在文件元素內容中找到無效的 XML 字元 (Unicode: 0x8)

2017-09-25 Thread 郭文豪
Hi all, I cannot fetch all the managed customers, not sure what's wrong I've tried a whole day, maybe it's associate with the mcc account ? Please help us identify the problem. Thanks. com.google.api-ads ads-lib RELEASE com.google.api-ads adwords-axis RE

Re: Cannot get all managed customers with java library: 在文件元素內容中找到無效的 XML 字元 (Unicode: 0x8)

2017-09-25 Thread 郭文豪
Request 11:21:04.739 [main] INFO com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema

Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-25 Thread thedigifrog
Hi There, Thank you for your advice. Report section is the new challenge for me, I am following Google sample code to get report. Sample code listed below: *Issue* : Report is not generating, only blank file generating. the blank file not have any file extension (CSV). Dont know why it is pr

Re: Ability to export the Adhoc AWQL query that gets generated when using a report.

2017-09-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Goutham, It seems that the feature that you are using in the UI is the custom columns for reports. Currently, this feature is not supported via the AdWords API, therefore, it is not possible to export or create an AWQL query for custom columns or joined columns from different reports types.

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-25 Thread thedigifrog
Please ignore this : Dont know why it is printing "*Google\AdsApi\AdWords\AdWordsSession Object*" > whole content with report setting > *Google\AdsApi\AdWords\ReportSettings Object *in *runExample()*. even i did not print it For rest i am looking at you. On Tuesday, September 26, 2017 at

Re: How to increase bid on a placement.

2017-09-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ben, You may refer to this section of our bidding guide on how to adjust bids for your CampaignCriterion

Re: ManagedCustomerService accepting a link

2017-09-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In order to access or manage information of a certain client account, you must generate OAuth2 credentials using an email address with access to that specific client account and use these credentials in your properties