Hello
I'm trying the API. I listed all the campaigns for my account using this
script
https://github.com/googleads/google-ads-python/blob/master/examples/basic_operations/get_campaigns.py
this is working, I get my list but without all the information, here is an
example of the "Campaign" object I get from the API :
{
'id': NUM,
'campaignGroupId': None,
'name': u'CAMPAIGN NAME',
'status': 'ENABLED',
'servingStatus': None,
'startDate': None,
'endDate': None,
'budget': None,
'conversionOptimizerEligibility': None,
'adServingOptimizationStatus': None,
'frequencyCap': None,
'settings': [],
'advertisingChannelType': None,
'advertisingChannelSubType': None,
'networkSetting': None,
'labels': [],
'biddingStrategyConfiguration': None,
'campaignTrialType': None,
'baseCampaignId': None,
'forwardCompatibilityMap': [],
'trackingUrlTemplate': None,
'finalUrlSuffix': None,
'urlCustomParameters': None,
'vanityPharma': None,
'universalAppCampaignInfo': None,
'selectiveOptimization': None
}
As you can see, allmost the informations are set to None. I would like to
know why. I get this on Ad_groups and keywords objects too.
any help ?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a95581c-d1e5-499f-ac2f-261588d28e2e%40googlegroups.com.