banboo-data / RCriteo

Loading Criteo Campaign Data into R
http://jburkhardt.github.io/RCriteo/
Other
6 stars 3 forks source link

Authentication Parameter #11

Closed quanngo301 closed 5 years ago

quanngo301 commented 5 years ago

Where can I find the info of parameters from this request in Criteo?

I would assume "userName" as email address I use to register as the an API user, "companyName" as the account name, but dont know where to get "appName"

authToken <- doCriteoAuth(user = "userName", password = "**", company = "companyName", app = "appName", version = "3.6"

jburkhardt commented 5 years ago

You can provide any values for appName and companyName. The arguments just have to be set with any random value. Read here #2

quanngo301 commented 5 years ago

It works. Thanks!

Btw, is there any workaround to add campaignName as extra dimension beside campaignID in the final data sheet?

jburkhardt commented 5 years ago

Great! I have to further investigate the API concerning the campaign names as an attribute.