Hi,
I'm new to AdWords API and i would like to create an uploading offline converssion to my web application.
I'm having a problem and would love to get some directions.
my steps where:
1. I've downloaded the php files ("
googleads-php-lib") of the adwords api
2. created project in
Google Cloud Console3. created new client id for the project, for web application
4. got an client_id & client_secret, and putted them in auth.ini ( which located in "googleads-php-lib-master/src/Google/Api/Ads/AdWords/")
5. went to my profile in Adwords Api in "Google Api Center" and got my developerToken, and also putted it in the auth.ini
6. theni opened "GetRefreshToken.php" from the "examples" directory in cmd --> which sent me to get an "authorization code" from a link
7. after pasting this code back in the cmd, i guess i should have got a "refresh_token" to put in the aut.ini
I had a problem with getting the "refresh_token" and my cmd screamed that i need to install curl in my server , and i am going to do that , BUT-
AM I IN THE RIGHT DIRECTION AT ALL?
all i want is to import the needed files so i could use the right functions that will make the "Uploading offline conversions"
(e.g.
OfflineConversionFeed feed = new OfflineConversionFeed()).
if i am in the right direction' than WHAT SHOULD I DO after I'll get my refresh_token?
thanks,
Yarin Slivka