exception handling in new PHP client lib / mutateLink()

2017-04-19 Thread Markus Baersch
Hi, switching from the old API version to v201702 I am currently struggling with the differences in exception handling. When I tried managedCustomerService->mutateLink with an already managed or invited cusomer id, the old version threw an exception and I could react to reasons like ALREADY_I

Re: What's the correct way to get completely ads information?

2017-04-19 Thread 郭文豪
Thanks for reply. :D 郭文豪於 2017年4月13日星期四 UTC+8上午11時18分27秒寫道: > > > > By read the report api documents, > > it seems if I have to get completely ad informations, > > it's better to use 'ad performance report' rather than 'AdGroupAdService'. > > === > > From the document 'Reference' page, I may get t

Re: TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Yosi, Could you make sure that you are looking against the date on which the impressions occurred? If you still can't find it on the AdWords UI, please Reply privately to author and let me know your AdWords customer id. Also, please share the SOAP logs so I have the details of the uploaded

Re: TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion

2017-04-19 Thread Yosi Kalmanson
Hi Sreelakshmi, Will do that. In the meanwhile it has been 5 hours since the request was successful, still the conversion page on Adwords web shows 0 conversions. Is that OK?' Thanks On Wednesday, April 19, 2017 at 6:37:18 PM UTC+3, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Yosi

Re: Can provide me the example or documentation for adding a management user to google adwords account via .NET

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Karthik, Could you elaborate what you meant by "management user to an account"? Adding a user with any permission can only be done via the AdWords web interface. Please follow this document for instru

Re: TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Yosi, Glad that it worked for you. If you were trying to upload the conversions after about 6 hours of creating the UploadConversion, it should not have returned the error. Please check these tips while uploa

Re: Can we find orderId from conversion tracking tag via API ?

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Morten, If you are already using orderId as specified in the document , you should be able to map an individual GCLID with the orderId. Using the CLICK_PERFORMANCE_REPORT

Re: clientCustomerId in googleads-php-lib v25

2017-04-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, You can set the clientCustomerId dynamically while creating an AdWords session as shown below: $session = (new AdWordsSessionBuilder()) ->fromFile() ->withOAuth2Credential($oAuth2Credential) ->withClientCustomerId(clientCustomerId) ->build(); The ParallelReportDownload

clientCustomerId in googleads-php-lib v25

2017-04-19 Thread Steve Bradburn
Hi, We've been using googleads-php-lib successfully for some time for reporting purposes, and we're now upgrading to v25. However, I'm trying to find how to change the clientCustomerId. In the previous version we could set up a client and then use SetClientCustomerId() to define which child a

Re: Upload offline conversions using test account

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vasile, Thanks for your feedback. I will let the team know about your request. If you haven't already, you could follow our blog for updates and announcements. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~

Re: Video Performance Report metric - impressions

2017-04-19 Thread andrea . leoni
I fix it removing clicktype segmentation in my report. It works good. Thanks to the AdWords support. Andrea Il giorno martedì 18 aprile 2017 11:01:45 UTC+2, Zweitze ha scritto: > > Video campaigns usually consist of two types, In Stream and Video > Discovery: > >- An impression in Video Di

Re: TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion

2017-04-19 Thread Yosi Kalmanson
It took few hours but then it started to work. I guess it has to do with minimal time since the conversion itself is created in Adwords. On Wednesday, April 19, 2017 at 2:11:30 PM UTC+3, Yosi Kalmanson wrote: > > Hello, > > I'm receiving TOO_RECENT_CONVERSION_TYPE error when trying to add offlin

Can provide me the example or documentation for adding a management user to google adwords account via .NET

2017-04-19 Thread Kartik Sirwani
I am using .NET and I cant find how to add a management user to an account via C# or .NET. Can you help me with this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeveloper

TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion

2017-04-19 Thread Yosi Kalmanson
Hello, I'm receiving TOO_RECENT_CONVERSION_TYPE error when trying to add offline conversion. The click id I'm using is for click generated on "2017-04-11" (8 days ago) and the conversion time I'm passing is "20170416 140925 GMT". I followed the example on https://developers.google.com/adwords

Re: Can we find orderId from conversion tracking tag via API ?

2017-04-19 Thread Morten Barkfeld
Hi Sreelakshmi, I work with Ashish and thanks for your response. What we are trying to find is the unique order ID per transaction and *not* the value. We are already optimising on value - however we want to link "keywords" to "emails". As of right now, we see a value per conversion on a keywo

Re: Upload offline conversions using test account

2017-04-19 Thread Vasile Archeri
Hi Sreelakshmi, Thanks for your reply. I was suspecting that would be the case. Would it be sensible to request such a feature though? Something along the lines of a default GCLID that could be used for testing the OfflineConversionFeed service with a test account? -- -- =~=~=~=~=~=~=~=~=~=