Re: Is there a way to add a custom audience affinity using API now

2018-04-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Gary, I am afraid that the custom affinity audience is not yet supported in AdWords API services. In case you want to retrieve custom affinity audiences you can use CRITERIA_PERFORMANCE_REPORT

OfflineCredentials error while using Adwords in Apache Spark using SBT

2018-04-27 Thread Abhishek choudhary
I am trying to call Adwords Api from Apache Spark and found OfflineCredentials error. I tried to hack several times but couldnt fix. Can you help. I am using Apache Spark - 2.20 My sbt looks like - "org.slf4j" % "slf4j-api" % "1.7.25" % "provided", //

Re: AdWordsUser doesn't have authorization token

2018-04-27 Thread Grégory Bittan
I got the same issue. OAuthGenerator.exe crashes Le jeudi 26 avril 2018 23:17:48 UTC+2, Dhanya Sundararaju (AdWords API Team) a écrit : > > Hi, > > Using Google Playground sounds good but please make sure that you are > choosing type: Web Application and opening in a incognito window while >

Shopping Campaign: Bid individually on each product using PRODUCT_PARTITION_REPORT

2018-04-27 Thread Víctor Martínez
Hello, We have a catalog of around 3 products in a Shopping Campaign and we'd like to set bids individually on each one of them. If I create a Campaign with an AdGroup and a ProductGroup, I can subdivide the ProductGroup and when I get The PRODUCT_PARTITION_REPORT I can then bid on

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pim, I am Peter's colleague and will be following up on this thread as he is unavailable today. Thanks for sharing the details. Could you please confirm if you are running the TargetingIdeaService API

Re: How can I get the settings of an existing UAC campaign?

2018-04-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ramon, You can use different reports to pull these details for UAC campaigns. Please check this guide for all the supported report types. You can also use CampaignService.get()

Is there a way to add a custom audience affinity using API now

2018-04-27 Thread Gary Jiang
Hi, I search the groups post and it seems it hasn't been supported yet last year. Is that function available now? If so which endpoint I was wondering which service I should use. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deniz, You are right, the results that you are getting via API does not seem to be in sync with the results in the UI. In addition to what Peter said about the zero impressions, could you please check if you're using 32-bit PHP? If so, you'll need to change all instances of intval() to

Re: Use Greater than in where clause using AWQL

2018-04-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Leon, I am afraid, in that case, you would need to logically handle that in your code. Also, If you consider using the Placeholder Feed Item Report , with the attribute endTime

Re: For Hire?

2018-04-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tony, Please use this forum for posting technical aspects of AdWords API. Please refer this section for better clarity. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-27 Thread Peter Bowen
Hi Deniz. Have you set the report to show rows with zero impressions? If you're not showing ads with zero impressions it might account for the missing ads in the report. If the missing ads are all paused or enabled you might have to check the Status filter in your report definition. On

Re: How to bid adjust in Devices?

2018-04-27 Thread Ken Dan Tinio
Thank you very much! you killed it! you rock! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

For Hire?

2018-04-27 Thread tony
Anyone available for hire? I run a PPC agency. We've been using a system to monitor changes to Adwords accounts that's requiring quite a bit of manual data entry out of Adwords and into Google Sheets and we'd love to automate some of it. -- --

How can I get the settings of an existing UAC campaign?

2018-04-27 Thread Ramon
Hi there, I want to get the settings (such as location, bidding, mediaIds, etc) of an running UAC campaign by API, how can I do? Thanks! Ramon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to bid adjust in Devices?

2018-04-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, To add, set or remove your bid adjustment at the Platform criterion level, you should use the AdGroupBidModifierService.mutate() instead. You may refer to this guide

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pim, Could you provide the complete SOAP request and response of your TargetingIdeaService call and also the complete Keyword Planner screenshot so I can take a closer look at the issue? You may reply to me via the *Reply privately to author* option. Thanks and regards, Peter AdWords API

How to bid adjust in Platforms?

2018-04-27 Thread Ken Dan Tinio
So far I have this but doesn't seem to work $devices = new Platform(); // $devices->setPlatformName('Desktop'); $devices->setId(3); $biddableAdGroupCriterion = new BiddableAdGroupCriterion(); $biddableAdGroupCriterion->setAdGroupId(52012184360);

Re: Use Greater than in where clause using AWQL

2018-04-27 Thread Leon AI
Equal to is no good. The end date can be in the future so it could be in 1 months time so I want to find any feeditems that have an end date today or anytime in the future. I want to use greater than and I was hoping to get the syntax to use the ServiceQueryBuilder. When I say the previous

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-27 Thread Pimmy
Hi Peter, Thank you for replying, I had already checked the values coming back from the Keyword Planner. Those are in the hundreds... not millions. In fact the location I put in does not even have millions of people living in it, more like thousands. That's why I am so puzzled about the