> *In this case*, the parameter keys are not case sensitive so that is why
it is reading a duplicate for *promocode* and *promoCode*.
Can you be more specific about which case you mean? Are there other cases
where the customParameter keys are treated case sensitively?
On Tuesday, May 12, 2015
The title mainly says it all, but we are migrating from clientLogin to
OAuth2 for our AdWords code and I don't see anywhere in the Perl client
library where I can refresh my token programmatically, here is what I have
at the moment:
$self->{google_client} = Google::Ads::AdWords::Client->new(
We are in the process of migrating to OAUTH2 from clientLogin in terms of
API access to AdWords, and I have read several guides about OAuth2 and the
getting started with the Perl client library guide and example, I seem to
still be a little confused by the OAuth2 authentication process.
Right
We are trying to migrate our older application to use the OAuth2
authentication that Google now supports, but we are having some trouble
understanding a few things regarding application creation. If anyone could
shed some light on these questions, it would be very helpful.
Background:
We manage