We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the first usage of something from the lib, it takes ~10sec to load the proto.js file. Simple report query like
proto.js
await client.report({ entity: 'campaign', attributes: [ 'campaign.id', 'campaign.name', 'campaign.labels', 'campaign.advertising_channel_type', 'campaign.advertising_channel_sub_type', 'campaign.start_date', 'campaign.end_date', 'campaign.campaign_budget', 'campaign.bidding_strategy', 'campaign.bidding_strategy_type', 'campaign.manual_cpc.enhanced_cpc_enabled', 'campaign.network_settings.target_content_network', 'campaign.network_settings.target_google_search', 'campaign.network_settings.target_partner_search_network', 'campaign.network_settings.target_search_network', 'campaign.targeting_setting.target_restrictions', ], constraints: [{ key: 'campaign.id', op: 'IN', val: [].concat(campaignIds) }], })
Probably related to the fact that proto.js file is huge!
The text was updated successfully, but these errors were encountered:
See #99 for a solution
Sorry, something went wrong.
No branches or pull requests
For the first usage of something from the lib, it takes ~10sec to load the
proto.js
file.Simple report query like
Probably related to the fact that
proto.js
file is huge!The text was updated successfully, but these errors were encountered: