Re: Keyword performance report for uploaded offline conversions

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Once the conversion fields (Conversions , ConversionTypeName , etc.) of

Re: adwords API for billing

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ted, I'm afraid this is currently not supported in the AdWords API. Please follow our blog for any updates or announcements if and when this might be available. Best regards, Peter AdWords API Team -- --

adwords API for billing

2017-05-31 Thread Ted Kuo
Dear All, Is it possible to update billing information, credit card details etc. and get an invoice using the adwords API? thanks in advanced : ) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Status in Campaign Performance Report through API

2017-05-31 Thread fidel . martinez
Forgot to include screenshot of report for the field status from the GUI. On Wednesday, May 31, 2017 at 4:44:42 PM UTC-5, fidel.m...@directenergy.com wrote: > Hi Shwetha, > > > Are you 100% positive? According to the display name on the Campaign > Performance Report name documentation,

Re: Status in Campaign Performance Report through API

2017-05-31 Thread fidel . martinez
Hi Shwetha, Are you 100% positive? According to the display name on the Campaign Performance Report name documentation, the display name is not "Status". Also, the returned values from my report has none of the display values. See screen shots of the actual returned values that I'm

Re: AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The default value is not mandatory. If you include a default value in one reference in an Ad, you need to include default values for other ad customizer references as well. Or you can create an Ad without default values in any of the Ad customizer references. You can use either of the

Re: Status in Campaign Performance Report through API

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Status field corresponds to the ServingStatus field in Campaign Performance Report. Regards, Shwetha, AdWords API Team. -- --

Re: Automatic file submission for reimbursement

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jossie, I'm afraid this functionality is not supported in AdWords API. You need to use this guide to request a click investigation. Regards, Shwetha, AdWords API Team. -- --

Re: Status in Campaign Performance Report through API

2017-05-31 Thread fidel . martinez
Hi Shwetha, Please see the UI image of the campaign performance report below. I'm trying to find the corresponding API field for the UI field "status". Let me know if I need to take more screenshots. Thanks. On Wednesday, May 31, 2017 at 3:50:42 PM UTC-5, Shwetha Vastrad (AdWords

Re: How can I get account performance reports using python?

2017-05-31 Thread Rahat
Hi, I don't see any way to achieve your goal without fetching Account Performance Report using Python. I prefer to fetch report as stream with selector and parse my desired result. Parsing your desired result won't be difficult once you print the report as string. Check the source code below

Sales Conversion data after Uploading Offline Conversion

2017-05-31 Thread Rahat
Hi, I've a scripts that fetches data from a CRM with valid GCLID, Conversion Time and Sales amount for Offline Conversions. With this values it fetches from the CRM and with the Conversion Name it uploads Offline Conversions to Adwords via API 4 times per day. I checked the response from

Keyword performance report for uploaded offline conversions

2017-05-31 Thread Rahat
Hi, my script fetching data from a CRM and Uploading Offline Conversions to Adwords via API 4 times per day. I checked the Adwords response for Upload request and all success till now with many uploading. I need to generate Keywords based report (with Conversion, ConversionRate etc field)

Re: API ignores PriceUnit PER_NIGHT value on Price extensions

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The PER_NIGHT PriceExtensionPriceUnit was included in the v201705 version of AdWords API. If you use v201702 or earlier versions of AdWords API, you'll not

Re: Status in Campaign Performance Report through API

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you tell me which tab in the UI corresponds to the screenshot attached? Please note that the data in Campaign Performance Report maps to the Campaigns tab in the UI. Regards, Shwetha,

Re: AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread Paris Theofanidis
Hi there, so, default value is now mandatory when inserting feed attributes. I see the documentation also got updated! Really quick response! Great job! Thank you, Cheers! On Wednesday, 31 May 2017 17:41:11 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > When you create TextAds

Re: Remaining budget in Adwords Api

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, the BudgetOrderService will not return the account budget, remaining amount or % spent as it is. But you will be able to calculate these values from the available API fields. - The

Re: Explicit AdWords limits

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The targeting options listed here which are available at the AdGroup level count toward the limit of 5 million ad group targeting items per account. Both positive and negative criterion contribute to this limit.

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-05-31 Thread Eric B
Peter, we have adjusted our code per your comments above (I work with Hans) which fixed our problems. However, today we have just encountered a new unexpected duplicate: This one is so odd because it's the same gclid across campaigns. Bug? If not, I need to know the distinct set of

API ignores PriceUnit PER_NIGHT value on Price extensions

2017-05-31 Thread F Igoillo
Hello I noticed that when creating Price Extensions using the API the PriceUnit field of a priceTableRow ignores the PER_NIGHT value , but such unit can be defined using the MCC interface pulldown ( see attached ). How can I define such unit using the API ? Thanks

Automatic file submission for reimbursement

2017-05-31 Thread Jossie Mathew
I am developing a tool for detecting fraudulent clicks, and I am generating a .xls file having the info. Now how do I automatically submit this file to adwords for reimbursement ? Is there an api for that ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: AdWords Report link

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid there isn't a direct link for report downloads with logging in to your account. The data available in the Billing section is not supported in AdWords API reports at the moment. If you have enabled consolidated billing for your accounts, you can use BudgetOrderService.get()

Status in Campaign Performance Report through API

2017-05-31 Thread fidel . martinez
Hi, I'm trying to find the corresponding field the Campaign Performance Report that is tied to the "Status" field. I was able to map the "Campaign State" to the "CampaignStatus" field. Any ideas on which column would map to "Status" field? Thanks! -- --

Re: AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you create TextAds with Ad customizers, if you use a default value while inserting a custom value , you need to provide the default value in all the AdCustomizer references in the ad. You

Re: Getting CustomerId with PHP

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try the code snippet provided below? $customerService = $adWordsServices->get($session, CustomerService::class); $customers = $customerService->getCustomers(); //assuming that only one AdWords account is directly accessible by the authenticated account $customer = $customers[0];

Re: AdWords Report link

2017-05-31 Thread Kacprzak Dawid
i need something that i dont have to open adwords website to download raport in for example xml format. i have all account details like login password manager account id etc but i need DIRECT LINK for generate and download raport from budget. -- --

Re: AdWords Report link

2017-05-31 Thread Kacprzak Dawid
I'm interested to get value from budget tab and column Remaining budget. Api - if i think right dont publish that data so i have to download directly report from website, thats why i need direct link for download report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Remaining budget in Adwords Api

2017-05-31 Thread desenvolvimento
I would like an aid to get an Adwords information through the API. I would like to take the Remaining budget, Account budget and Spent but I am not having success in catching in the API. Could tell me how to get this information? *I am using the API v201702 in PHP.*

Re: AdWords Report link

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for the data available in the *Budgets* tab in the *Shared library* section of your AdWords account? If so, you can use AdWords API to download a Budget Performance Report which

Re: Authentication without user interaction (NODE.JS)

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, All AdWords API calls must be authorized through OAuth2 . You could consider using service accounts to access AdWords API. Service accounts employ an OAuth2 flow that doesn't require human

Re: SOAP error: failed to load external entity

2017-05-31 Thread rob . wells
Hi Peter, Thanks for getting back to me. I had a go at instructions and they didn't help, but I've manage to fix it now. Adding this line of code managed to fix it. libxml_disable_entity_loader(false); I future I shall go there first. :) Kind Regards, Rob -- --

Explicit AdWords limits

2017-05-31 Thread henry.chan via AdWords API Forum
Hi all! The company that I work for manage several very large accounts that we continue to expand. We have it the ad group targeting items per account limit (5,000,000) through our keyword expansion efforts and would like to preemptively predict this next time. I want to know in detail what

AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread Paris Theofanidis
Hi, in the documentation you say that when using AdCustomizers in TextAds the default value is optional. However my TextAds always get rejected unless I add a default value. example {=shop.best_value:Guaranteed} price starting {=shop.date} // This one gets rejected with reason "Default

Re: Getting CustomerId with PHP

2017-05-31 Thread Mihai Iliescu
Thanks Shwetha Vastrad. Can someone help me with the code. I tried the one bellow but it does not seem to print anything out: [...] use Google\AdsApi\AdWords\v201702\mcm\CustomerService; [...] $adWordsServices = new AdWordsServices(); $CustomerService= $adWordsServices->get($session,

AdWords Report link

2017-05-31 Thread Kacprzak Dawid
Hello, i need something that will give me option to download report in xml format but without open adwords website. I need to implement that feature in my script. Is there any API feature or way to create or directly download raport from budget tab on pc? This raport must be 100% same like in

Report budget direct link

2017-05-31 Thread Dawid Kacprzak
Hello, i have simple question. How to get simple direct link for Download raport from budget tab in adwords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Authentication without user interaction (NODE.JS)

2017-05-31 Thread Che Siri
Hello, I am new to adwords api and I am not understanding very well the authorization process. I am developing a console app on Node.js. I want to know if there is a way to authenticate without the need of the approval of the user in the web of consent. I understand that this returns the "code"

Re: i get cant get campaign result 0 but my account has campaign's

2017-05-31 Thread sagar shinde
hii sir,, please help me for how to clientCustomerId chenge value in . im changeing value of clientCustomerId in adsapi_php.ini file but still its get MCC Account As clientCustomerId where i will change to chnage value clientCustomerId in CampaignService -- --

Re: How to get the primary sitelink feed without parsing the name of the feed

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Patrick, It seems that my colleague has already provided you with an answer in this similar thread . If you have any additional questions, please feel free to

Re: SOAP error: failed to load external entity

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rob, Could you try and see if the instructions mentioned here resolves your issue? If it doesn't, please create a new issue on the PHP client library and share your error

Re: i get cant get campaign result 0 but my account has campaign's

2017-05-31 Thread sagar shinde
On Tuesday, May 30, 2017 at 11:35:23 AM UTC+5:30, Peter Oliquino wrote: > > Hi Sagar, > > I had to delete your initial post as it contained sensitive information. > Please refer to our forum posting guidelines >

Re: Conversion Window Correction

2017-05-31 Thread Zweitze
1. If you consider that very few conversion types actually need the 90-day window: First call the ConversionTrackerService, request all conversion types. Then determine the largest conversion window, which is in field ctcLookbackWindow. Note: if you also synchronize ViewThrough conversions,

Re: How to get the primary sitelink feed without parsing the name of the feed

2017-05-31 Thread bitsmuggler
Hi Peter Thanks - I will try this way. Is there any scenario which could be two e.g. sitelink feeds with origin=adwords? Regards, Patrick Am Dienstag, 30. Mai 2017 08:51:01 UTC+2 schrieb Peter Oliquino: > > Hi Patrick, > > My apologies if I misunderstood your concern. For this, you could use

SOAP error: failed to load external entity

2017-05-31 Thread rob . wells
I've started getting this error over the last couple of days, but I've only just noticed today. It is not just the "CampaignService", I'm also getting it on the "AdGroupService". Here is the stack trace for the error. SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from

Re: change history DateTimeRange issue

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Please correct my understanding if I am wrong. Could you confirm if what you wish to do is to retrieve the changes made during the past 30 days and that you also expected to get the information for the change you made on May 30, 2017? If I am correct, could you provide the SOAP request and