Re: New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi vishal, Can you please provide the reference code for getting the campaign Ids of newly added campaign in adwords and existing campaign changed . Regards, Eshwar. On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri wrote: > > Hi, > > I want to know that how can i get

Re: I would like to know how to set Device through adwords API.

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Regarding the targeting options you mentioned, I believe it is currently not possible. The network where your ads will show will depend on the AdvertisingChannelType and

Batch job cannot be canceled

2017-03-08 Thread Dongliang Yu
id:457211845, status:CANCELING, progressPercent:31 id:458393469, status:CANCELING, progressPercent:0, id:458422247, status:CANCELING, progressPercent:0, id:458579553, status:CANCELING, progressPercent:0, The first job with id:457211845 somehow stops making progress, and later submitted jobs are

Re: I would like to know how to set Device through adwords API.

2017-03-08 Thread 오학섭
Hi, Yes, we've tried targeting devices through CampaignCriterionService, but the document was not enough to tell us how to set specific options for mobile where you could select to show ads in all mobile app, mobile app interstitial, and mobile web. Also we would like to know how to set

Re: Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Steve, Glad to know you've found the solution. As for enabling your SOAP, you can refer to this section of the Python library setup guide .

Re: Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Steve R. Hastings' via AdWords API Forum
I found instructions for how to log the SUDS request and response from a blog post: https://blogs.it.ox.ac.uk/inapickle/2011/05/15/using-logging-to-debug-what-suds-is-sending-across-the-wire/ I logged and inspected what the test app was sending. verify_only was set to True. It was set in

Re: Issues with BatchJobService - jobs remain stuck

2017-03-08 Thread Stefan Kleine Stegemann
Hi, the problem remains and "increases" as far as we can see. This morning (german time), we have 22 jobs stuck in ACTIVE for around two to three hours now. The "old" jobs from yesterday and tuesday are in state CANCELED meanwhile. However, as mentioned before in this thread, it makes no

Re: Rules for usage of new-for-v201609 campaignCriterionStatus field?

2017-03-08 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Robert, There was an interesting discussion here amongst my teammates, so I'll give you the summary. The UI was simplified because from the perspective of a UI user, paused and removed will give them the same functionality. That's why you don't see this kind of functionality in the UI

Re: I would like to know how to set Device through adwords API.

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hello there, Are you asking how to target devices for your campaigns? If so, you may use Mobile Device Criterion to target specific type of devices for your campaigns via

Re: Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Steve, Have you made any changes in the get_keyword_ideas.py file or did you run it as is? To help us narrow down the root cause of the issue, could you provide us SOAP request and response for when you encountered the error? Please reply using reply privately to author. Thanks and

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, Could you provide the clientCustomerId you used when you executed the BudgetOrder.getBillingAccounts? If possible, could you also include the SOAP request and response so I can look into this further? You may reply privately when sending the requested information. Thanks and

Re: Failed to refresh access token

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ran, The error you experienced was a temporary issue and is very unusual to occur. Even so, catching the error is possible once implemented at your end, however, automatically recreating the refresh token is currently not possible as it is only generated manually. Additionally, could you

I would like to know how to set Device through adwords API.

2017-03-08 Thread 오학섭
I would like to know how to set Device through adwords API. Can't find the right document in adwords API. mobile *Mobile app* *Mobile app interstitial* *Mobile web* Tablet *Tablet app* *Tablet app interstitial* *Tablet web* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Placeholder Feed Item Report - NOT getting all the feeditems in the report

2017-03-08 Thread giles bodger
HI Shwetha , i am using the following fields in the request .. "AttributeValues", "FeedId", "FeedItemId", "Status", "ValidationDetails", thanks in advance On Wednesday, March 8, 2017 at 8:48:28 PM UTC, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Giles, > > Could you send over the

Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Steve R. Hastings' via AdWords API Forum
My company has been using AdWords and I have a copy of the credentials (developer token, etc.) that other people are using. I'm trying to run the example code from the Python library for getting keyword suggestions. When I try to run this: examples/adwords/v201609/optimization/

Re: How to get adword campaign history graph values with Adword API?

2017-03-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DownloadCriteriaReportWithSelector example downloads a report using an XML report definition where as the

Re: [CustomerExtensionSetting] Add and assign CalloutExtensions

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Adrian, For the operation that added extensions to the campaigns, do you happen to have the SOAP XML request and response logs? Also could you please share the 10 digit AdWords account ID for the account where you tried to add these extensions? Please click on *Reply privately to author

Re: Placeholder Feed Item Report - NOT getting all the feeditems in the report

2017-03-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, Could you send over the complete report definition used to download Placeholder Feed Item Report so I can take a look? Are you using any fields which prevent zero impressions from being

Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Fitri, First off, you would need to fetch the feed item attributes using the FeedService (sample code below). FeedItemServiceInterface feedItemService = adWordsServices.get(session,

Re: New campaign ids from change history

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, CustomerSyncService can be used to fetch recent changes to an account or a campaign for a given date range. Please refer to this example

Re: Is there any way to get reports with unformatted data ?

2017-03-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Arun, AdWords API does have the useRawEnumValues header to specify if you want the returned format to be the actual enum value rather than the display value. I'm afraid this only applies to fields which

Re: Issues with BatchJobService - jobs remain stuck

2017-03-08 Thread Stefan Kleine Stegemann
Hi Nadine, over the past weeks, batch jobs have been stable and also much faster than before. However, starting yesterday, we have some stuck batch jobs again. This is annoying, to be honest. It creates a lot of effort on our side. Do we have to expect that to happen on a regular base? Here

Re: Correlating a call extension call with the generated GCLID

2017-03-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chris, Unfortunately, it is not possible to map a GCLID to the corresponding call. With Click Performance Report , you will be able to map the GCLID to it's Ad

Placeholder Feed Item Report - NOT getting all the feeditems in the report

2017-03-08 Thread giles bodger
HI I am trying to download a report to show ALL the sitelink feeditems i have in a feed the predicate i am using is as follows new Predicate() { field = "PlaceholderType", @operator = PredicateOperator.EQUALS, values =

[CustomerExtensionSetting] Add and assign CalloutExtensions

2017-03-08 Thread Adrian Blanco
Hello, I have a question about the behaviour of extensions at account level. I'm using CustomerExtensionSettingOperation to create callout extensions with the Operator.ADD, the operation is success and I can see in the adwords client that my callout extensions has been created successfully

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-08 Thread Rachel Carvalho
Thank you for the quick reply. This is odd, because I've been given access to a test account that is able to execute `BudgetOrder.getBillingAccounts` and see the same info as a production account. I suspect it is under the real MCC that has the billing accounts. I was even able to create a

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Richard, I apologize. I misread the commons-configuration documentation. The 1.10 version of commons-configuration should be sufficient. Since this is specific to the Java client library, I highly recommend that you post your issue in the repository's issue tracker

Re: How to get adword campaign history graph values with Adword API?

2017-03-08 Thread ValentijnDH
DownloadCriteriaReportWithSelector

Re: How to get adword campaign history graph values with Adword API?

2017-03-08 Thread ValentijnDH
DownloadCriteriaReportWithAwql class did what I wanted. Op vrijdag 3 maart 2017 10:28:26 UTC+1 schreef ValentijnDH: > > Hello, > > Is it possible to get the history graph values of an adword campaign with > the Adword API? If so, what do I have to use in the Adwords API to get > those history

Is there any way to get reports with unformatted data ?

2017-03-08 Thread Arun Jain
Is there any way to get unformatted (raw) data from AdWords report currently I have to remove all formatting from the each cell by iterating through report to get unformatted data. this the the question I asked on Adwords Script Forum here

Re: How to change accounts dynamically in v201609 (PHP)

2017-03-08 Thread ystmcc01
Thank you! I solved it ^^ 2017년 2월 22일 수요일 오전 12시 56분 34초 UTC+9, Shwetha Vastrad (AdWords API Team) 님의 말: > > Hi, > > You can set the clientCusotmerId dynamically while creating an AdWords > session as shown below: > > $session = (new AdWordsSessionBuilder()) > ->fromFile() >

New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi, I want to know that how can i get campaign ids of newly added campaign in adwords using API from change history. eshwar. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Failed to refresh access token

2017-03-08 Thread ran
Hello Peter, We recreated the RefreshToken again using the guide and it did work. Meanwhile, this problem started reproducing about once a month. Recreating the token works every time. However, we didn't see in the guide a way to do the whole process of recreacting a refresh token

Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-08 Thread fitri
and I have more question related question number 1. Can generate campaign and ad group automatically from Adwords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-08 Thread Richard Siebeling
ok, did that because Shwetha said that the 2.1.1 version should be used. I've now added the 1.10 version of the commons-configuration and am still getting the same error... The dependency tree is now as follows: [info] Loading project definition from /xxx [info] Set current project to xxx (in

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-08 Thread Christian H.
Hi Richard, your dependency tree shows, that you use org.apache.commons:commons-configuration2 but ads-lib depends on org.apache.commons:commons-configuration therefore in your classpath only org.apache.commons.configuration2.MapConfiguration is included, but not the required