Hi, I was using the get Operation to get campaigns, since yesterday it was working fine, but not getting values from today.
What can be an issue and how I can track the same? I was using code > > $oAuth2Credential = (new OAuth2TokenBuilder()) > ->fromFile(ADS_INI_PATH) > ->withRefreshToken($refresh_token) > > ->build(); > > $session = (new AdWordsSessionBuilder()) > ->fromFile(ADS_INI_PATH) > ->withOAuth2Credential($oAuth2Credential) > ->withClientCustomerId($client_id) > ->build(); > > $campaignService = (new AdWordsServices)->get($session, > CampaignService::class); > > $selector = new Selector(); > $selector->setFields(['Id', 'Name', 'Status']); > $page = $campaignService->get($selector); > > > > I was able to get adwords session but not able to get the campaigns page. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/14df881f-5f62-45ad-a045-d514f375c55c%40googlegroups.com.
