Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deniz, As for the issue, could you provide the complete AdWords UI screenshot containing the ads you mentioned were not being returned by the Ad Performance Report? You may reply to me via the *Reply privately to author* option. Best regards, Peter AdWords API Team -- --

Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deniz, I had to repost your initial post and removed your account information for security purposes. For future posts, you may refer to our forum posting guidelines in order to avoid exposing

Re: Keywords Performance Report Importing Removed Keywords

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tyler, Adding the *Status = REMOVED* filter should allow you to retrieve those removed keywords. However, to better investigate the issue, could you provide the complete report definition you used

Re: How to bid adjust in Devices?

2018-04-26 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);

How to bid adjust in Devices?

2018-04-26 Thread Ken Dan Tinio
How to increase bid adjust in Devices? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

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

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The Count that you are getting should be a valid estimate returned by the TargetingIdeaService

Re: Timezone for Feeditem

2018-04-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vinayak, The timezone that will be used when you create the ad schedule will depend on the account's timezone and not the user's timezone. Let me know if you have further clarifications. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Python support for new Ads API?

2018-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vladimir, PHP is another one where we know there's significant interest. I don't have any news on that front just yet, though. Thanks, Josh, AdWords API Team On Thursday, April 26, 2018 at 6:23:06 AM UTC-4, Vladimir Tatarsky wrote: > > > Hi Josh, any thoughs about PHP support? > -- --

Re: AdWordsUser doesn't have authorization token

2018-04-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Using Google Playground sounds good but please make sure that you are choosing type: Web Application and opening in a incognito window while generating the client id and secret. Also, when you follow the steps as mentioned in this section of the guide

Re: AdWordsUser doesn't have authorization token

2018-04-26 Thread ironside . alexander
When I try to use the oauthgenerator.exe it crashes with no error report. I input my credentials and scopes, log in with my account, approve the access, and then the program stops working. Is generating the refresh token using the playground any different? W dniu poniedziaƂek, 23 kwietnia 2018

Re: AdWordsUser doesn't have authorization token

2018-04-26 Thread ironside . alexander
The error appeared during the curl command. So I should generate new OAuth keys, use these, and create the refresh token using the TokenGenerator.exe right? So far I've been generating refresh tokens using the Google Playground, with the scope provided

Timezone for Feeditem

2018-04-26 Thread vinayaktadas
If i create a feed item for an adcustomizer and set the StartDate, Enddate and the Schedule, what timezone is used for these dates when the ad is displayed. Is it the Users timezone or my accounts timezone -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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

2018-04-26 Thread Pimmy
Hi Everyone, I am getting millions back for the SEARC_VOLUME rather than the expected hundreds: *Keyword with text 'used ford focus fc42f77b', average monthly search volume 5755414* Am I interpreting the response wrong? Can anyone please help me out? Thanks very much for taking the time to

Keywords Performance Report Importing Removed Keywords

2018-04-26 Thread 'Tyler Kekona' via AdWords API and Google Ads API Forum
I am attempting to import 'removed' Keyword data using the ReportDefinition KEYWORDS_PERFORMANCE_REPORT. I tried sending requests both without any filters, as well as with the Predicate: Predicate keywordPredicate = new Predicate { field = "Status",

Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-26 Thread google
Hi, we have a problem with the adwords "AD_PERFORMANCE_REPORT" - v201710. Here we get back a row for each ad, but some ads are missing, which we get for example in the Adwords Dashboard. We have the missing ads compared to those that are in the api result, but unfortunately could not find any

Re: Use Greater than in where clause using AWQL

2018-04-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
ame, Status WHERE EndDate = "20180426" AND Name = "Interplanetary Cruise banner #2392a7d4-6000-42dc-b15a-1de84a3" LIMIT 0,100 Please give it a try let me know if you have any further questions. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Structured Snippet Feed Item Setting Locale

2018-04-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wilfried, When you choose your language as Danish, and header as say for example, 'Tjenester': which means 'Services' in Danish, the header will show up as 'Tjenester' front of the values (snippets) you enter. To understand the effect of geolocation on the value of header, I would suggest

Use Greater than in where clause using AWQL

2018-04-26 Thread Leon Pidgeon
We are running a query using AWQL with the FeedItemService but want to filter the results by EndTime. Previously using the old googleads-php-lib we were able to do it like this $awql = 'SELECT KeywordText,TargetingAdGroupId,TargetingCampaignId,FeedItemId, FeedId, Status, AttributeValues,

Re: Structured Snippet Feed Item Setting Locale

2018-04-26 Thread wtemmerman
Hi Dhanya, Thank you for your response. Can you tell me what is the impact of having danish for example, instead English, on the Ads, about the display system. Is there any importance in the choice of language in the term geolocation. Regards Wilfried On Thursday, April 19, 2018 at 3:43:07 PM

Re: Python support for new Ads API?

2018-04-26 Thread Vladimir Tatarsky
Hi Josh, any thoughs about PHP support? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

Re: Call-to-Action Help

2018-04-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Your concern is more specific to the AdWords UI/product level, rather than the AdWords API. You can post your concern in the AdWords Community Forum for further assistance as our team only supports AdWords API

Call-to-Action Help

2018-04-26 Thread PRODBYSCAR
Hi, Please see attached picture for the error i'm dealing with. This is the second video I've been unable to add a Call-to-Action because Adwords claims my Youtube channel is not linked to my AdWords account. I assure you they are linked as I've created 15+ Call-to-Action for videos. I was