Re: Create Ad Error: MUST_USE_TEMP_AD_UNION_ID_ON_ADD / AD_FORMAT_NOT_SPECIFIED

2016-11-10 Thread leonel
Thank you for your answer On Monday, November 7, 2016 at 8:37:04 PM UTC-6, Joyce Lava wrote: > > Hi Leonel, > > Unfortunately, the templateId 377 is currently not supported in AdWords > API. The complete list of templates supported are here >

Re: How to obtain the Google Shopping token to access to merchan data

2016-11-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, My team supports AdWords API related technical issues only. Since your question is related to Content API for Shopping, I would recommend posting your query on this forum . Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: Identidy voucher on budget order

2016-11-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid there isn't a direct way to identify if a voucher has been applied to a BudgetOrder. The BudgetOrderService now supports retrieving adjustments via the new totalAdjustments

Identidy voucher on budget order

2016-11-10 Thread Marketing X
Hi, I am using the BudgetOrderService for getting account budgets, and if a promotional coupon is added, spendingLimit param includes its amount. Is is possible to find out if a budgetOrder has a voucher applied? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Audience size: Search <100 but YouTube 34,000 and Display (Gmail only) 35,000

2016-11-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alexander, Could you please provide me with your 10 digit AdWords account ID and the name of the list that your tried to create via the API? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Method not found exception in CustomerService get function

2016-11-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Imran, The get() method of CustomerService was removed in AdWords API version v201607. You need to use getCustomers()

Re: Audience Performance Report VS Clicks performance Report

2016-11-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can retrieve the UserListId by including the *Id* field in the query for in Audience Performance Report . You can use this field to join the two reports. You can also get the UserListId usi

Re: Campaign performance report. Filter by performance comparison for different dates.

2016-11-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, You can include the "Date " field in the AWQL query to segment the report data by date and specify the DateRange during wh

Re: How to extract Reach & frequency for all campaigns under an account from the adwords api

2016-11-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nableelah, As a workaround, what you can do is log onto your AdWords account and choose the *All time *date on the top right of the Campaigns tab in the UI. There you will see the date in which you started using AdWords and today's date. You can use those dates as a custom date range

How to obtain the Google Shopping token to access to merchan data

2016-11-10 Thread rafa . romero
Hi, we would like to know how is the process to obtain the Google Shopping token to access to merchan data. Given this scenario: *MCA - Account MCA* - Account A - Account B - ... *Account X* Given an *account A* (owner of the merchant data) from* Account MCA*, and other *account X

Method not found exception in CustomerService get function

2016-11-10 Thread Imran Tufail
hi, i am facing problem while calling get function on *CustomerService*. I am using python library for* googleads* *version 4.7.0. *Here is my call to api adwords_client.GetService('CustomerService').get() and the Exception is {MethodNotFound}Method not found: 'CustomerService.CustomerService

Audience size: Search <100 but YouTube 34,000 and Display (Gmail only) 35,000

2016-11-10 Thread alexander.daniel via AdWords API Forum
Hi, in our QA tests we always use the same contacts to create an audience. On 4th of Nov and before the sizeForSearch was 34,000. For our tests since 7th of Nov sizeForSearch is 0. In the AdWords UI we see following list sizes: Search <100; YouTube 34,000; Display (Gmail only) 35,000. Why are c

Audience Performance Report VS Clicks performance Report

2016-11-10 Thread ZoreMio
Hello, I need to join Audience Performance report vs Clicks performance report but: Clicks performance report has: user list i*d * https://developers.google.com/adwords/api/docs/appendix/reports/click-performance-report#userlistid Audience Performance report has only: user list *name* https

Campaign performance report. Filter by performance comparison for different dates.

2016-11-10 Thread Александр Великий
Hello, I'm trying to get a report of Campaigns with cost two days bofore larger then one day before (yesterday). It there a way to do it via AWQL query or I will need to run two queries and then filter them on my side? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-11-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Mathieu, Could you please provide a specific example, e.g., SOAP logs by *Reply privately to author*? Do you mean the *endDateTime* you provided is not returned correctly, when doing BudgetOrderService.get()? Best, Thanet, AdWords API Team On Thursday, November 10, 2016 at 6:03:41 AM UTC

Re: How to get "Unique Viewers" for a campaign?

2016-11-10 Thread Nabeela
Hi, I want campaigns in one account and not at the MCC level. But even this i'm unable to do. It just returns blank cells when i try to do so. On Thu, Nov 10, 2016 at 12:46 PM, 'Joyce Lava' via AdWords API Forum < adwords-api@googlegroups.com> wrote: > Hi Nabeelah, > > Could you confirm if you w

Re: How to get "Unique Viewers" for a campaign?

2016-11-10 Thread 'Joyce Lava' via AdWords API Forum
Hi Nabeelah, Could you confirm if you wish to get all campaigns in an MCC account? If yes, then unfortunately, you would have to make a separate API call for each client account to get its campaigns and details. Additionally, the field "Unique Viewers (cookies)" is currently not supported in A

Re: How to extract Reach & frequency for all campaigns under an account from the adwords api

2016-11-10 Thread Nabeela tabu
Hi Anthony, I am using python lib to extract data and not with AWQL. I figured out this problem was mainly due to the date range being ALL_TIME. When I use the date range as the start & end date of a particular campaign, I get the results. But for that I have to make API calls for every campaig

How to get "Unique Viewers" for a campaign?

2016-11-10 Thread Nabeela tabu
Hi, I have been trying to get the reach and frequency for all the campaigns under an account all at once using the API. I have been using the python lib for doing the same. I have not been able to it in 1 api call and right now I'm able to extract the reach and frequency for one campaign at a t