Re: From Adwords to MYSQL

2017-12-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Flavien, In order to provide you with the appropriate information, could you also provide more details regarding what you wish to achieve with the Cpc information that you wish to retrieve using the AdWords API? Thanks and regards, Peter AdWords API Team -- --

How do you add a placement in ad group with criterion_type: MOBILE_APPLICATION?

2017-12-13 Thread kendan
I have this code adding placements using ad group id and url * $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class);* *$placement = new Placement();* *$placement->setUrl($url);* *if($exclude == 'true'){* * $adGroupCriterion = new

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
Holy shit.. It really worked! Thank you! On Wednesday, December 13, 2017 at 4:37:00 PM UTC+8, ken...@blvnp.com wrote: > > I already have a workign Placement bid adjustment using ad group id and > final urls, it works fine. > > > Follow up question: How do you bid adjust a placement using

From Adwords to MYSQL

2017-12-13 Thread Flavien Delahaie
Hello everybody, I am going to create a robot to automate the management of cpc. I need the data on my server in order to be able to make calculations to prepare the optimizations. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The id of placement criterion can be set. According to the link, "This field is required and should not be null when it is contained within Operators : *SET*, REMOVE". Since Placement

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
Placement class doesn't have setId method. *url = $url;* *}* */*** * * @return string* * */* *public function getUrl()* *{* * return $this->url;* *}* */*** * * @param string $url* * * @return \Google\AdsApi\AdWords\v201708\cm\Placement* * */*

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Please refer to the PHP sample code below that should update the bidModifier of your placement criterion: $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); $operations = []; $bid = 1.7; $placement = new Placement();

Re: Oauth scope changes - should we change?

2017-12-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you reply to me in private via the *Reply privately to author* option and send to me your client ID? I'll perform a look up and see if your credentials are affected by the new announcement. Thanks and regards, Peter AdWords API Team -- --

conversion tracking api, It's not visible on the AdWords site.

2017-12-13 Thread daehyun . kim
AdCallMetricsConversion adCallMetricsConversion = new AdCallMetricsConversion(); adCallMetricsConversion.setName("CONVERSION_TEST2"); adCallMetricsConversion.setCategory(ConversionTrackerCategory.REMARKETING); adCallMetricsConversion.setCountingType(ConversionDeduplicationMode.ONE_PER_CLICK);

Re: how to implement adwords api in asp.net mvc

2017-12-13 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Jose, Apologies for the delay. I am the tech lead for the .NET client libraries. We have work in progress for supporting .NET Core (see https://github.com/googleads/googleads-dotnet-lib/issues/96). Unfortunately, we have a few blocking bugs that we have to fix before we add support for

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
Hi, can you teach me how to do it in PHP? On Wednesday, December 13, 2017 at 4:37:00 PM UTC+8, ken...@blvnp.com wrote: > > I already have a workign Placement bid adjustment using ad group id and > final urls, it works fine. > > > Follow up question: How do you bid adjust a placement using

Re: Invalid OAuth scopes

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Peter, These particular OAuth scope changes are specific to AdWords. Merchant center related concerns are out of scope for my team. I'd suggest that you reach out to them directly through the Content API forum . Thanks, Bharani,

Re: Please, explain how it works paging in adwrods api, and how its works in get keywords idea service ?

2017-12-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I am afraid, it is not possible to get more than 700 results for TargetingIdeaService.get() . Please check the guide on system limits

Re: impression-share-delay

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Matthias, I notice the difference that you're mentioning. However, I also see that there were no stats for the SearchImpressionShare for those days in the UI as well. At any time, API results should match the metrics that are available in the web interface. I'd suggest that you post

Re: Exclude Content_label on campaign level

2017-12-13 Thread a . romero
The problem here was that I was creating CampaignCriterion objects and that was the problem, although not explicitly stated anywhere, and not intuitive, there is another type of object called NegativeCampaignCriterion and that is the right object to exclude ContentLabel's and Placement's

Re: New API adding product to AdGroup

2017-12-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi David, Glad that you resolved the issue. Each product partition subdivision must contain a node representing "others". A node with "empty" caseValue of the correct type, will represent "all other values". Please check here

Re: AdWords location extensions

2017-12-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please *reply privately to author* and share the client customer id of your AdWords account and the businessAccountIdentifier of your GMB account? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Invalid OAuth scopes

2017-12-13 Thread Peter Lanser
Hi, according to http://googleadsdeveloper.blogspot.co.at/2017/12/upcoming-changes-to-adwords-oauth-scope.html https://www.googleapis.com/auth/adwords is the one and only scope to be used in future. Refresh tokens authorised with old scopes will stop working. Is this only valid for

Re: How to exclude a conflicting conversion action by adwords API?

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Through the API, you will be able to exclude conversion actions from the conversions column by setting the excludeFromBidding to true. If this attribute is

Re: Cannot upload media bundle using API

2017-12-13 Thread Stefano Fontana
Found the answer: https://support.google.com/adwords/answer/6335679?authuser=0=en (Your HTML5 ad is modifying clickability, which is not supported) On Wednesday, December 13, 2017 at 4:43:36 PM UTC+1, Stefano Fontana wrote: > > Hi, > > I have an issue with the API. > Since yesterday I'm no

Cannot upload media bundle using API

2017-12-13 Thread Stefano Fontana
Hi, I have an issue with the API. Since yesterday I'm no longer able to upload media bundles. It's easily reproducible by executing the example on https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201710/misc/upload_media_bundle.py the error I get is

Re: New API adding product to AdGroup

2017-12-13 Thread David Courtney
I think I have figured it out with the following code for anyone who is interested! $adGroupId = 'adgroupid'; $operations1 = []; // This is creating the root partition $root = ProductPartitions::createSubdivision(); $criterion = ProductPartitions::asBiddableAdGroupCriterion($adGroupId, $root

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
Im really sorry. Im not good with SOAP. Can you provide me a PHP? I have this code with adjusting bid for placement using ad group id and url. *$adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class);* *$placement = new Placement();* *

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, My apologies as I was not able to check that the AdGroupBidModifierService is for Platform and PreferredContent criteria only. So you can update the bidModifier

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
@Vincent What I mean by *"bid adjust a placement"* is that I want to adjust the bid (like for example) %10 of a placement with type mobile application. This placement with type Mobile Application has a criterion ID. As for the reference you give me, I don't think that guide would work just by

Re: How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Can you confirm if what you meant by the "bid adjust a placement" is setting the bidModifier field of a BiddableAdGroupCriterion

Re: impression-share-delay

2017-12-13 Thread mmaether
Thats absolutely right, but when i fetch a report on dec, 12th with date range: "Min-20171201, Max-20171211", i expect impressionShare-Data for this days. Yeah, the last two days could be wrong, okay, but there is no data the last 5 days. The report includes only data till 2017-12-06. As we

Please, explain how it works paging in adwrods api, and how its works in get keywords idea service ?

2017-12-13 Thread Александр Михайленко
Hello, please explain me how use paging. Im try to get keywrods idea more than 700 items. I know what on onbe api call i get a 700 keywords, but i must get more. i try to set a startindwex in 700,800 and other, but answer is null. this is part of my code

Re: Abridged summary of adwords-api@googlegroups.com - 1 update in 1 topic

2017-12-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The "AuthorizationError.USER_PERMISSION_DENIED " error you are encountering indicates that the connection between the MCC account and the client account has been broken or you are using

Re: Oauth scope changes - should we change?

2017-12-13 Thread Zweitze
Regarding this subject, does anyone know: Suppose I have a valid RefreshToken, plus the ClientId and ClientSecret it was authorized for. Can I find out for which OAuth scopes it is authorized? The thing is: I have RefreshTokens which are used for a batch process - some exist for years already.

How to exclude automatically tracked Google Play installs by Adwords API?

2017-12-13 Thread Dinh Nguyen
Hi All, How to exclude automatically tracked Google Play installs by Adwords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to exclude a conflicting conversion action by adwords API?

2017-12-13 Thread Dinh Nguyen
Hi all, How to exclude a conflicting conversion action by adwords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Exclude Content_label on campaign level

2017-12-13 Thread a . romero
Hi, I've been researching this for a few hours now and still can't figure out a solution. I intend to exclude some content_labels on the campaign level. At first, I followed the API examples but those are for 'CustomerNegativeCriteria' that are account level settings (sidenote, I couldn't find

Re: Oauth scope changes - should we change?

2017-12-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Yinon, When using the AdWords API, the correct scope that you will need to use will be the "*https://www.googleapis.com/auth/adwords*;. Using other URLs or scopes other than the one I mentioned may result in getting the error specified in the blog announcement

Re: Abridged summary of adwords-api@googlegroups.com - 1 update in 1 topic

2017-12-13 Thread Xhulio Blueberry
hello. when i try to get an report for cost to my campaigns shows me an error An error has occurred: Report download failed. Underlying errors are Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''. can you help me? thank you! On Sun, Dec 10, 2017 at 11:59 AM,

How do you bid adjust in a placement with mobile application type?

2017-12-13 Thread kendan
I already have a workign Placement bid adjustment using ad group id and final urls, it works fine. Follow up question: How do you bid adjust a placement using criterion id? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: