change keyword status on certain day and hours

2018-02-07 Thread Bhairavi
Hi, I am using api client library in PHP. I only want to change keyword status on certain days or hours ,is that possible from API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Re: Local Services Ads API?

2018-02-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Shaun, Your inquiry seems to be not related to the AdWords API. Could you clarify on what specific product you are using so that I could refer you to a possible support team that could provide you with better assistance? Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~

How do I retrieve a placement using url?

2018-02-07 Thread Ken Dan Tinio
So far I have this retrieves a placement using Id: $campaignCriterionService = $adwords['adWordsServices']->get($adwords['session'], AdGroupCriterionService::class); // Create a selector to select all campaign criteria for the specified // campaign. $selector = new Selector();

Re: discrepancy between Adwords UI reports and Adwords API report

2018-02-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ilden, To further investigate this, can you provide to me your clientCustomerId and report definition via *Reply privately to author* option? Also, when you check and generate the Ad Performance Rep

Re: Problem OAuth2

2018-02-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, It's highly likely that you have issues with setting up you OAuth2 credentials . Please double-check this guide

Re: API Logging not working

2018-02-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, We cannot provide an estimate on when the issue in Proximity will be fixed but will keep you updated as soon as we hear back from the team. With regards to your logging concern, you may post it here to the client library owners of

Re: C# Setup - Assembly Errors

2018-02-07 Thread otctestps
On Wednesday, February 7, 2018 at 1:24:38 AM UTC-6, otct...@gmail.com wrote: > > I am attempting to access a test account using the Adwords API with the C# > client libraries. > > I'm trying to follow these instructions: > https://github.com/googleads/googleads-dotnet-lib/blob/master/README.m

Re: C# Setup - Assembly Errors

2018-02-07 Thread otctestps
I think I'll stick with Python for now since I've been able to get it to work for the most part. Do you guys not have troubles executing your own examples? Every print statement I've had to add parenthesis around so far. In the get_report_fields.py example, the REPORT_TYPE field isn't passin

Local Services Ads API?

2018-02-07 Thread Shaun J
Hi! Is there a plan for a local services API? We have a CRM where we're already managing things like billing, estimating, etc it would be nice to pull in new leads and be able to alert the customer to them in our app so they don't have to use two systems. Thanks! Shaun -- -- =~=~=~=~=~=~=~=

Problem OAuth2

2018-02-07 Thread santiagoruffino
Hello community! I have a problem installing the AdWords client libraries, specifically Python. When I perform the step where I execute the file "refresh_token.py", and it gives me a URL to enter, it does not work. Attached two screenshots to see if someone can help me. Thank you in advance.

discrepancy between Adwords UI reports and Adwords API report

2018-02-07 Thread ilden . gemil
Hello! We are experiencing some data discrepancies between AWQL and UI reports we download from Adwords. Time frame being first 5 calendar weeks of 2018. Please see the attached picture and notice huge difference for impressions and also differences in clicks. We are pulling an ad performance r

Re: C# Setup - Assembly Errors

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Sorry to hear that you have been facing issues while setting up the client library. Let me help you sort it out. I see that you have already tried Java and C# and Python client library. Which library would you like to setup first? I can guide you based on your choice. Thanks, Sreelakshmi

Re: C# Setup - Assembly Errors

2018-02-07 Thread otctestps
On Wednesday, February 7, 2018 at 1:24:38 AM UTC-6, otct...@gmail.com wrote: Note: I finally got a basic getcampaign pull to work using Python. Even then there were syntax errors I had to correct - in a print statement for example. Quite frankly, I'm astonished at how poorly this code base

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-02-07 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Hans, I would feel the exact same way; I appreciate you being so kind through this process. I'll check on that for you because off the top of my head, I'm not sure about that. This is really helpful because I want to make sure that we have all the edge cases and caveats covered as I'm upd

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-02-07 Thread HK
Hi, Nadine Thanks for getting to the bottom of this. For the record, our concern has primarily been that our system has been without PLA impressions for 3 months which is pretty bad, especially having this occur during the busiest time of the year. We can update our system to work with the new

Re: Error with symfony in the PHP API

2018-02-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Mathieu, PHP 5.5.9 and higher is a requirement for the new PHP client library. Please refer this guide for more details. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Error with symfony in the PHP API

2018-02-07 Thread Mathieu Dubreuil
Hi, I have been trying to update from an old version of AdWords (2016). I am currently getting an error : *Parse error*: syntax error, unexpected ':', expecting ';' or '{' in *googleads-php-lib/vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php* on line *59* I took a look at the

Re: Getting location criteria ids by proximity search

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jens, To lookup a location via API, you will have to use the LocationCriterionService . As you said, you'll not be able to retrieve Proximity

Re: Unable to delete ProductPartitions (PRODUCT_PARTITION_DOES_NOT_EXIST)

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christian, What you have explained is the correct approach to identify the product partition. To take a closer look at the issue, could you please enable logging and share the SOAP request and response logs? You can use reply privately to author while sharing the details. Thanks, Sreelaks

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Antal, Thank you for sharing the details. We are aware of this issue and our team is actively working on it. I will let you know once we get any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://g

Re: Unable to get campaigns data to push to database

2018-02-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Deepesh, Please find my responses inline: Which report type should be used to get the campaign level totals. I am trying to get the data in the format of headers -campaign_id|campaign_name|CLicks|Impressions|Cost|Conversions. Your best bet would be Campaign Performance Report

Getting location criteria ids by proximity search

2018-02-07 Thread Jens Theisen
We're a reseller and we want to rebuild the adwords experience regarding location search as seen here: How do I do that? I know I can search for locations w

Re: API Logging not working

2018-02-07 Thread rentcafedev1
Luis, Thank you for your response regarding Proximity in the criterion service. Is there an estimate on when this will be fixed? In regards to SOAP logging, I used the guide you referenced before I contacted you, with no success. Is there something I'm missing? KDJ On Tuesday, February 6, 2

Re: What are the correct values for bridgeMapVersionId and partnerId for OfflineDataUpload ThirdPartyUploadMetadata

2018-02-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I apologize for the extended delay before I was able to get back to you. To use the third party upload metadata, you can get the bridge map version id and the parner id from your Google business development representative. If you do not have such a representative, then you should be usin

Re: how to remove placement url's in ad group

2018-02-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Ken, The criterion ID is required and should not be null when it is contained within Operators

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

2018-02-07 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi, Thank you for getting in contact with me. I was of the understanding that this was more of an occasional issue, and that it didn't happen that often. Now that you're reaching out again, I can see that it is a bit more serious. There currently is no timeline for this. However, since you've

Unable to delete ProductPartitions (PRODUCT_PARTITION_DOES_NOT_EXIST)

2018-02-07 Thread Christian H.
Hi! I'm trying to delete ProductPartitions in a test account, but I always get the error message AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST. I download a PRODUCT_PARTITION_REPORT for not-removed campaigns and adgroups, take AdGroupId and CriterionId and use the AdGroupCriterionServ

CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-07 Thread Antal Kiss
Hi, Until recently we could set location targeting with Proximity objects on Campaigns using the AdWords API but it has started to give back the following error message without us changing the request parameters: CriterionError.INVALID_PROXIMITY_ADDRESS @ operations[0].operand.criterion.addres

Re: Correct Syntax for NetworkSetting using Node.js

2018-02-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Mark Anthony, The NodeJS client library is not supported by our team as this is not one of the official client libraries for the AdWords API. This said, I will just provide you the equivalent SOAP request snippet in setting th

Unable to get campaigns data to push to database

2018-02-07 Thread lakshmana deepesh
Hi everyone, I am facing a couple of issues in figuring out what-is-what, in spite of the humungous documentation I am unable to figure out these issues 1. Which report type should be used to get the campaign level totals. I am trying to get the data in the format of headers -campaign_

How to get campaign data and push it to a database

2018-02-07 Thread lakshmana deepesh
Hi Everyone, I am a beginner with adwords API and I am starting to feel that the adwords API is little overwhelming, in spite of the humungous documentation, i am unable to figure out which code to use to get aggregated campaign data, here are the problems i am facing, it would be great if you

Unable to get campaigns data to push to database

2018-02-07 Thread lakshmana deepesh
Hi everyone, I am facing a couple of issues in figuring out what-is-what, in spite of the humungous documentation I am unable to figure out these issues 1. Which report type should be used to get the campaign level totals. I am trying to get the data in the format of headers -campaign_

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

2018-02-07 Thread wise
Hi Nadine Sundquist, I'm curious that is there any update about this issue? We encountered this issue again and again... Does AdWords API Team have any schedule for solving this issue? (Our manager has been caring about this issue for a while, and we are asked to propose some alternative soluti

Re: Steps for Adwords API Access

2018-02-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi KC, A developerToken is acquired by signing up for a production MCC account as discussed fully in this guide . When using test accounts , yo

Re: Get Ad and Keyword creation date in googla adwords api

2018-02-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The creation date of an Ad and a Keyword is currently not supported in the AdWords API. You may keep

Re: How do I show automatic in placement in New Goolge adwords UI/Console?

2018-02-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Since your concern is more on the AdWords UI, and not AdWords API specific, I suggest to post this concern in the AdWords Community Forum as our team only provides support to AdWords API specific issues/con