RE: Uploading offline conversions

2021-07-15 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out to us. In looking over your question. there is no way for you to create mock data and upload it like you would with real data. The only way to do this would be to add this to the site you plan on getting data from and actually getting real data. At the present tim

Re: Uploading offline conversions via API

2018-03-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Alex, Yes, you can upload offline conversions via the AdWords API. You can check this guide for more information on how to do this and you may refer to our Java example here

Re: Uploading offline conversions to multiple conversion actions

2016-04-04 Thread 'Yin Niu' via AdWords API Forum
Hi Anton, You'll need to create a new conversion action for each kind of offline conversion you'd like to measure, see here . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Uploading offline conversions - CONVERSION_PRECEDES_CLICK

2015-07-01 Thread Anthony Madrigal
Hi Anton, You can get the time by using the OfflineConversionFeedService . You can use this recent post

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-11 Thread Michael Cloonan (AdWords API Team)
Hello Mark, The v201502 versions of the client libraries and examples are in the works and should be released soon. I do not believe that there is a way to specifically associate a customer account with a domain. Unfortunately, that mapping would have to be done at your end. Regards, Mike, Ad

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-11 Thread Mark Jones
Michael, Thanks for the details - very helpful and much appreciated. Where can i find the source code and examples for the new release? http://googleadsdeveloper.blogspot.com/2015/03/announcing-v201502-of-adwords-api.html https://developers.google.com/adwords/api/docs/reference/v201502/CustomerSe

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-11 Thread Michael Cloonan (AdWords API Team)
Hello Mark, To be honest, I am not *exactly* sure when in the process you outlined that the GCLID is recorded. The best practice for you would be to record the time that your landing page, with the GCLID included, gets visited. That is generally a close enough approximation of the time of the G

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-11 Thread Mark Jones
Mike, I am only trying to clarify when the click gets logged by your servers. Is there any chance that you pass this information back to the client in the cookie or possibly as one of the url parameters? Thanks for the heads up on the time zone. So if i am hearing you correctly that means

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-11 Thread Michael Cloonan (AdWords API Team)
Hello Mark, The Click Timestamp is the time that the user clicked on the ad. Is there some reason the different timings between the two points you mention would be meaningful? They would each happen one immediately after the other, and both before the conversion would be able to occur. Please

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-10 Thread Mark Jones
Hello Mike, Thanks for the reply. Shortly after posting my question I did figure out that I needed to create an installed application. For my Use Case I am going to be tracking GCLID clicks and uploading offline conversions for a client. They have a My Client Center Account that contains man

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-09 Thread Michael Cloonan (AdWords API Team)
Hello, You should use an Installed application rather than a Service account. This will require a one-time user interaction to get a refresh token, and from then on your server application can act autonomously reusing that refresh token. This is the most frequent use case, and the one that most

Re: Uploading offline conversions

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, The *Getting Started* section of the PHP client library README contains instructions on configuring your *auth.ini* file and installing the library. I'm not a PHP expert, but once you've installed the library I would think you

Re: Uploading offline conversions

2014-04-03 Thread zigit . mobile
Hi Josh, I have finally succeeded to upload an offline conversion in the command line with the "UploadOfflineConversions.php" file, Now i wont to make this uplo

Re: Uploading offline conversions

2014-03-19 Thread Josh Radcliff (AdWords API Team)
Hi Yarin, If you are having trouble generating a refresh token, please refer to the PHP library's Using OAuth 2.0 page. If you are using GetRefreshToken.php

Re: Uploading Offline Conversions on GAE with jaxws

2014-01-06 Thread Austin Bergstrom
My apologies for not fully understanding what jaxws is or how it relates to AdWords (this is my first real dip into Java after living in a C# non-soap land). I discovered that jaxws is merely a means to use SOAP services. To see the same classes that I had with the axis examples I will need to