Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Adwords Users to Access Ads API and Content API Together #14

Open
fita84 opened this issue Apr 1, 2020 · 0 comments
Open

Comments

@fita84
Copy link

fita84 commented Apr 1, 2020

t there is issue coming , i am already using Google Ads APi in the project and whenever i have to call the service i create the object like this .
using (CampaignService objcampaignService = (CampaignService)user.GetService(AdWordsService.v201809.CampaignService))

then i can access all the functions from this object "objcampaignService "

can i use the same "user" object for content service ? as it is already authenticated for scope (google ads and content APi)
and how can i initialize content API service for this user as there is no option for this.?
ShoppingContentService objshoppingContentService = (ShoppingContentService)user.GetService("what to pass here in case of content as there is not content services AdWordsService.v201809.")?
i want to use "objshoppingContentService" but unable to use as it is not linked with content service yet as no option available. Please guide in my context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant