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

Correct creation of an order prebid for DENSE granulation. Problem with multiplying creatives #100

Closed
modessef1 opened this issue Sep 7, 2020 · 1 comment

Comments

@modessef1
Copy link

When creating an order for a prebid with this script, we have a problem with DENSE granulation.
We wanted to run the script 3x to recreate the granulation:
-300 line item with granularity 0,01 USD. (0,01$-3,00$)
-100 line item with granularity 0,05 USD. (3,05$-8,00$
-24 line litem with granularity 0,50 USD (8,50$-20$)
However, when trying to create the first 300 line items, the script crashes with a connection error. The solution for this was to divide the first group of 300 line items into smaller parts of 100.
The problem is that the script runs 5x and creates creatives every time. So instead of the 14 creatives I wanted to have, I have a total of 14x5 (number of script runs). Is there any way around it?

@kmjennison
Copy link
Owner

There's not a great solution for this right now, as noted in the limitations. #27 is the open issue for more customized bucketing.

When the connection drops, it's likely best to archive the order and run the full script again. Feel free to open a new issue if you keep seeing connection errors.

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

2 participants