Re: Write Adwords objects to disk

2016-03-02 Thread rami . k
Thanks for the answer Yin. I know it's unrelated to the api. Can you please explain how this is possible. Thanks. On Tuesday, March 1, 2016 at 5:12:59 PM UTC+2, Yin Niu wrote: > > Hello, > > You could store AdWords data in your local database. But this is unrelated > to AdWords API. > > Thanks,

Re: BatchJobService results can't be deserialized (PHP)

2016-03-02 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Alexey, I can't reproduce your issue. One potential cause that I can think of now is the *ApiError* class may not be included or required properly. The following is the code I tried mimicking your code using PHP client lib v8.0.0

Re: conversion segmentation in shopping performance report

2016-03-02 Thread GregT
Thank you! On Wednesday, March 2, 2016 at 3:36:15 PM UTC-6, Anthony Madrigal wrote: > > Hey Greg, > > I passed this request to our team. I will let you know if there are any > updates regarding this. > > Cheers, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: conversion segmentation in shopping performance report

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hey Greg, I passed this request to our team. I will let you know if there are any updates regarding this. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

Re: upload success but no data on mcc products

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Could you please *reply privately to author *the SOAP request and response that you used to upload the products? If you have any screenshots, that would help too. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

Re: PLACEHOLDER_FEED_ITEM_REPORT does not return all extensions

2016-03-02 Thread 'Umesh Dengale' via AdWords API Forum
Hi Oliver, As you mentioned above the *CampaignId *field in the PLACEHOLDER_FEED_ITEM_

conversion segmentation in shopping performance report

2016-03-02 Thread GregT
Hi, In v201509, the shopping performance report got columns added to allow segmentation by conversion types like almost all the other performance reports (i.e. the ConversionTrackerId, ConversionTypeName, and ConversionCategoryName fields). This is great, but one thing that's causing us probl

Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mubbashar, You can get/set the Cpc of your Product group by using the BiddingStrategyConfiguration of an AdGroupCriterion. The BiddingStrategyConf

Re: Negative keywords for TrafficEstimatorService

2016-03-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Mikhail, This was a very tricky one to figure out, but we've resolved the issue. Could you please give this a try to see if it's working for you now? Thanks, Nadine, AdWords API Team On Wednesday, February 3, 2016 at 9:47:04 AM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hi Mik

Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
Hi Zweitze, I will search for the sample, thank you! Wolfgang Am Dienstag, 1. März 2016 12:49:54 UTC+1 schrieb Zweitze: > > The AdWordsUser class has a constructor where you pass a dictionary - the > contents of that dictionary override the settings in the config file. > In my software with ins

Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
Thank you, Thanet! Wolfgang (I'm working on this project only a day per week). Am Freitag, 26. Februar 2016 03:25:11 UTC+1 schrieb Thanet Knack Praneenararat (AdWords API Team): > > Hello Wolfgang, > > We're currently maintaining our client libs at Github and you can ignore > what's in the co

Re: Ad PARAM display

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nadine, This question is better suited for the AdWords Community Forum to respond to. Hope you are able to get your question resolved. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Search Query Performance Report missing Custom Parameter

2016-03-02 Thread Sean Busa
I'm not sure what the use of including the trackingUrlTemplate in the report is, shouldn't this report include the Custom Parameter field, so that we can actually access our custom parameters used in the trackingUrlTemplate? Is there a time table for adding this field? Thanks, Sean -- -- =

Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, The Conversion Optimizer functionality is being replaced by Target CPA. I would recommend trying the TARGET_CPA bidding strategy type instead. If that doesn't work for you, please click *Reply privately to author* in the forum and send me the screenshot of the result. Thanks, Nadine, Ad

Re: How to get the FinalUrls related to the Keywords

2016-03-02 Thread giorgio . jobtome
Solved using $adGroupCriterion->finalUrls->urls[0] Il giorno mercoledì 2 marzo 2016 11:20:32 UTC+1, giorgio...@gmail.com ha scritto: > > I didnt understand the BiddableAdGroupCriterion to get the finalUrls from > the keywords on PHP. > Im running the GetKeywords script in this way: > > $adGroupC

Re: How to get the FinalUrls related to the Keywords

2016-03-02 Thread giorgio . jobtome
I didnt understand the BiddableAdGroupCriterion to get the finalUrls from the keywords on PHP. Im running the GetKeywords script in this way: $adGroupCriterionService = $user->GetService('AdGroupCriterionService', ADWORDS_VERSION); $adGroupCriterion = new BiddableAdGroupCriterion(); Then I get

PLACEHOLDER_FEED_ITEM_REPORT does not return all extensions

2016-03-02 Thread Oliver
We need to find out the total number of *callout *extensions defined for a campaign. However, the *CampaigId *field in the PLACEHOLDER_FEED_ITEM_REPORT does not support zero impression which means we don't get back those callouts without impressions. Is there any other way we can find out all

Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-02 Thread mubbashar husain
also how can i get the MaxCPC for the product group ? On Monday, 29 February 2016 22:32:20 UTC+5, Anthony Madrigal wrote: > > Hi Mubbashar, > > You could get product groups via the API by using the > AdGroupCriterionService. You will have a criterion object that is of type > ProductPartition >

upload success but no data on mcc products

2016-03-02 Thread zhongyh
Hello all, I been working with adword project using Adwords API I just got all the servers up and running. When I finish the encounter and upload it says Upload successful and the log looks like that but when I check back in the MCC products and try to find the patient its not there... Any