Hello Everyone,

I have been using Adwords API and recently started attempting to migrate my 
projects to Ads API. Even simple scripts such as Get Campaigns and Get 
Adgroups are stuck at the search request.

SearchGoogleAdsRequest request =
 SearchGoogleAdsRequest.newBuilder()
 .setCustomerId(Long.toString(customerId))
 .setPageSize(PAGE_SIZE)
 .setQuery("SELECT campaign.id, campaign.name FROM campaign ORDER BY 
campaign.id")
 .build();
// Issues the search request.
GoogleAdsServiceClient.SearchPagedResponse searchPagedResponse = 
googleAdsServiceClient.search(request);


Is it correct to understand the oauth credentials remain the same between 
both of the versions (Adwords & Ads)? Any suggestions would be appreciated. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9c4fe518-4a2b-401a-ad55-4764fb3aee90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to