Re: I need to get userList added to a particular campaign for java client library v201708

2017-10-26 Thread hari krishna
Hi, 1) I uploaded 100k email address to one of the userlist but it is showing size as 55k to 100k in adwords account . what could be the cause that it did not show actual size of emails which I added. Is there anything that i can suspect issue with my programming . 2) I am adding 10 user list

Re: I need to get userList added to a particular campaign for java client library v201708

2017-10-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hari, For your first question, the AdWords UI does not show the exact size of your audiences. You will need to use the AdwordsUserListService.get() method to retrieve the userlist's exact Size

Re: Some keywords are failing whole volume batch in TargettingIdeaService

2017-10-26 Thread 'Sebastian' via AdWords API Forum
Hi Anash, any news on this topic? Thanks Sebastian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Placeholder Feed Item attributeValues Price extension currency codes

2017-10-26 Thread Tiana S.
Hi guys! Just wondering how you can derive the currency code for Price extensions from the attributeValues in the Placeholder feed item report: https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#attributevalues I found the Feed placeholders for the Pri

Campaign Criteria Report

2017-10-26 Thread james . lloyd
Hello, Does anybody have a working example of pulling a CAMPAIGN_CRITERIA_REPORT? I'm looking to send the data to BigQuery but have come across no working examples of the report. I'm particularly interested in whether I can filter out certain CriteriaTypes. The python API has this example: se

googleads library disappeared

2017-10-26 Thread upwork
Hi, I am trying to access the google adwords from the google cloud using python. I installed the the googleads package using the command "sudo pip install googleads " . It installed and worked perfectly fine, But when I login again to google cloud, the package got disappeared. I have to

Re: AWQL x others API methods

2017-10-26 Thread Eduardo Cesar
Some doubts: 1) Are All queries that we can do using AWQL possible using [.get methods + predicates + filters]? 2) Are the the soap response/request when we use AWQL query and [.get methods + predicates + filters]? 3) Is AWQL more efficient in Google Adwords API (The Google response is faster

Adwords and Analytics APIs conflict

2017-10-26 Thread davidrbengoa
Hi, I am working on a Maven project, so I have both dependencies: com.google.apis google-api-services-analyticsreporting v4-rev116-1.23.0 com.google.api-ads adwords-axis 3.9.0 My Adwords API proje

Re: Placeholder Feed Item attributeValues Price extension currency codes

2017-10-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Tiana, Thanks for pointing this out. The Placeholder Feed Item report seems to be returning currency code as ASCII equivalent of the actual currency code listed here . E.g., "USA" would be "[85,83,68]" i

Re: Batch jobs stay in state processing for several hours and finally get cancelled

2017-10-26 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Christian, You've been so helpful in providing updates; now I get to provide the update. Yay! I just got notice from the engineer on my team working on this that the issue should be resolved now. Please get back to me if you have any further issues with this. Thanks, Nadine, AdWords API Tea

Re: Adwords and Analytics APIs conflict

2017-10-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, It could be due to a conflict in the underlying dependencies. Since this is related to the AdWords API Java client library, I would suggest that you post your question on the library's issue tracker so the library owners can h

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-26 Thread abe
Sorry but how would I verify with AdGroupService.get()? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: Some keywords are failing whole volume batch in TargettingIdeaService

2017-10-26 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Sebastian, Suk, I still don't have an update from the team. We are still working on a fix. Thanks, Anash P. Oommen, AdWords API Advisor. On Thursday, October 26, 2017 at 5:28:15 AM UTC-4, Sebastian wrote: > > Hi Anash, > > any news on this topic? > > Thanks > Sebastian > -- -- =~=~=~=~=~=~

Re: Campaign Criteria Report

2017-10-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi James, You can use CriteriaType and Criteria fields to get the type and the descripti

Re: googleads library disappeared

2017-10-26 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Unfortunately, this is out of my team's scope. You can reach out to Google Cloud Support as they are better equipped to assist you. Best Regards, Jude, Adwords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-26 Thread 'Jude Amagoh' via AdWords API Forum
Hi, If you are using our Java client library, you can check out the GetAdGroups Java example. Example code in other languages are provided here

AdWords Report Generation API Not Responding to Date Range

2017-10-26 Thread Austin Smith
Hi, The date range I'm using in my *DURING* AWQL query doesn't seem to be having any effect. For example, the following query which requests campaign object data (no stats): SELECT AccountCurrencyCode, AccountDescriptiveName, AccountTimeZone, AdvertisingChannelSubType, AdvertisingChannelType,

Re: AdWords Report Generation API Not Responding to Date Range

2017-10-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Austin, When you use the DURING clause in your query for the Campaign Performance Report , it will get the report statistics for all campaigns for the period you specify (e.g. DURING TODAY). This cl

Re: AWQL x others API methods

2017-10-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eduardo, You may refer below for my answers : 1) Are All queries that we can do using AWQL possible using [.get methods + predicates + filters]? Yes. However, please take note of the following items to be considered whe